@charset "utf-8";
/* CSS LOEFFLER */

body{
	background-color:#cccccc;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#2c494a;
	margin:0;
}

body a{
	color:#27abb0;
	text-decoration:underline;
}

body a:hover{
	color:#27abb0;
	text-decoration:none;
}

#page{
	width:860px;
	margin-top:0px;
	margin:auto;
	background-image:url(../images/background.gif);
}

#header{
	background-image:url(../images/header.jpg);
	height:115px;
}

#header_de{
	background-image:url(../images/header_de.jpg);
	height:115px;
}

#left{
	width:198px;

	height:500px;
	float:left;
}

#container{
	width:662px;
	float:right;
}

#footer{
	padding-top:3px;
	background-color:#27abb0;
	color:#FFFFFF;
	line-height:20px;
	height:80px;
	padding-left:30px;
}

#footer a{
	color:#FFFFFF;
}


.clic-home{

width:260px;
height:100px;
float:left;
cursor:hand;
}

.clear{
	clear:both;
}

.toggler{
	cursor:pointer;
}

#left h1{
	font-weight:bold;
	font-size:13px;
	background-color:#24a1a2;
	height:21px;
	padding-top:7px;
	padding-left:18px;
	color:#FFFFFF;
	border-top:#34b0b2 solid 1px;
	border-bottom:#34b0b2 solid 1px;
}




#left h2{
	font-weight:normal;
	font-size:13px;
	background-color:#34b0b2;
	height:21px;
	padding-top:7px;
	padding-left:18px;
	color:#FFFFFF;
	border-top:#52bcbd solid 1px;
	border-bottom:#52bcbd solid 1px;
}

#left a{
	
	color:#FFFFFF;
	text-decoration:none;

}

#left a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


#right{
	float:right;
	width:158px;
	padding:20px;
	margin-top:-30px;
}


#content{
	padding:20px;
	margin-top:-30px;
	width:420px;
}

#container h1{
	line-height:normal;
	font-size:20px;
	color:#2c494a;
	margin-bottom:20px;
	padding-top:20px;
	font-weight:normal;
}

#container h2{
	line-height:normal;
	font-size:12px;
	color:#2c494a;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	
}

#container p{
	margin-top:5px;
	margin-bottom:15px;
}
/*
#container .sIFR-active h1 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	padding-bottom: 0;
	margin-bottom:0px;
}
*/

#right h1{
	width:150px;
}


#right h2{
	border-bottom:#c9eaeb solid 1px;
	padding-bottom:8px;
	margin-bottom:8px;
	font-weight:normal;
}

 #lang{
	float:right;
	padding:5px;
	color:#FFF;
	text-transform:uppercase;
	
}

 #lang a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

 #lang a:hover{
	text-decoration:underline;
}


/*LOGO*/

.logo{
	margin-bottom:18px;
	display:block;
}