/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
}

ul,ol {
list-style: none;
}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}




/*---------------Schriften-----------------*/
/*-----------------------------------------*/


a {
color:#fff;
text-decoration: none;
}

a:visited {
color:#fff;
}

a:hover {
color:#f9b200;
text-decoration: none;
}

a:active {
color:#f9b200;
}

p {
	color: #fff;
	font-size: 70%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height:1.4em;
	letter-spacing: 0px;
}



/*-------------Ganzes Bild als Hintergrund-------------------*/

html, body {
height:100%;
width:100%;
margin: 0;
padding: 0;
}




/*-----------Boxmodell--------------------------------*/


#bgoriginal {
position:fixed;
width: 100%;
height: 100%;
z-index: 1;
top:0;
left:0;
}

#bg {
	
	min-height: 100%;
	min-width: 1024px;

	
	width: 100%;
	height: auto;

	
	position: fixed;
	top: 0;
	left: 0;
}


#container {
float: left;
overflow:auto;
position:absolute;
top:60px;
width:650px;
z-index:70;
height:500px;
background-image: url(images/bg1.png);
background-repeat:repeat-y;

}



#left_col {
	float: left;
	width: 180px;
	height: 100%;
	
	overflow:auto;
	position:absolute;

}

#logo {
	margin: 45px 0 0 45px;
	float: left;
	
}

#indirizzo {
	margin: 200px 23px 0 30px;
	float: left;
	
}


#right_col {
	float: left;
	height: 100%;
	width: 400px;
	background: #000;
	margin: 0 0 0 180px;
	overflow:auto;
	position:absolute;
}


.foto {
	
}

.testo{
	margin: 30px 30px 0 30px;
}

#icona{
	float: left;
	margin: 10px 0 0 24px;
}


#testoicona{
	margin: 22px 0 0 60px;
	position:absolute;
}




	



/*FOOTER*/
#footer {
clear: both;
  background: url("images/bg-footer.png") repeat-x bottom;
color: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;


bottom: 0;
  height: 40px;
  width: 100%;
  position: absolute;
}

#footer-left {  
  width: 400px
  height: 40px;
  text-align: left;
  margin: 0 0 0 0;
  position: absolute;
}

.footer-nav {
  float: left;
  margin: 17px 0 0 0;

}


.footer-nav ul li{
  display: inline;
  margin-left: 30px;


}

#footer-right {  
  float: right;
  width: 100px
  height: 40px;
  text-align: right;
  margin: 0 30px 0 0;
  
}

#credits {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 17px 0 0 0;

}

/*END FOOTER*/
