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

body{
	background: #e8edf1;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	
	background-image:url(../img/320.jpg);
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */

}

a:visited, a:link, a:hover, a:active {
	color: #2666c3;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
}

#site{
	width:1026px;
	margin:0px auto;
}

#header{
	background-image:url(../img/header.jpg);
	width:1026px;
	height:123px;
}

#banner{
	position:absolute;
	margin-left:540px;
	margin-top:33px;
	width:468px;
	height:60px;
}

#slogan{
	color:#0676a9;
	position:absolute;
	margin-top:80px;
	margin-left:109px;
}


#menu{
	width:1026px;
	height:37px;
	background:url(../img/menu.jpg);
	background-repeat:repeat-x;
}

#content{
	background-color:#FFF;
	width:1026px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#navi_bg{
	margin-top:20px;
	list-style-type:none;
	position:absolute;
	width:258px;
	margin-left:758px;
}

#sidebar{
	padding-top:3px;
	padding-bottom::3px;
	width:256px;
	border:1px solid #c4c2c2;
}

#side_top_2 {
	background-image:url(../img/side_top.jpg);
	padding-top:9px;
	padding-left:20px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#a1a0a0;
	font-size:14px;
	margin-top:10px;
	height:24px;;
	width:238px;
}

#side_top_1 {
	background-image:url(../img/side_top.jpg);
	padding-top:9px;
	padding-left:20px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#a1a0a0;
	font-size:14px;
	height:24px;;
	width:238px;
}



#info_box_bg{
	background-color:#e5eef7;
	width:733px;
	height:186px;
	margin-left:13px;
	margin-top:20px;
	border:1px #bbd6f1 solid;
}

#info_box{
	padding-top:5px;
	margin-left:15px;
	width:678px;
	font-size:14px;
	
}

#impressum_bg{
	background-color:#f1f6f6;
	width:733px;
	margin-left:13px;
	margin-top:20px;
}

#login{
	width:256px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #c4c2c2;
	
}

#impressum_box{
	margin-left:15px;
	width:678px;
	font-size:14px;
	margin-bottom:15px;
	height:1014px;
}

#adsende_box{
	margin-left:28px;
}

#sms_box{
	margin-left:28px;
	margin-top:25px;
}

#kostenlos{
	margin-left:28px;
	width:650px;
	font-size:14px;
	padding-bottom:10px;
}

h1{
	color:#2666c3;
	font-size:18px;
}

h3{
	color:#1f6d04;
	font-size:16px;
}

.red {
  color:#FF3900;
} 


#menu_items{
	float:left;
	font-size:12px;
}

#menu_items ul{

}


#menu_items li{
	float:left;
	display:block;
	padding-right:15px;
}

#menu_items a{
	color:#ffffff;
	font-size:12px;
	
	
}


/* RIGHT ADS */

#right_ads{
	visibility:hidden;
	position:absolute;
	margin:2px 0 5px 2px;
}

#right_ads div{
	float:left;
	margin-right:3px;
	margin-bottom:0px;
}

#right_ads div.right{
	margin-right:0;
}

.success{
	border:1px solid;
	margin-top:20px;
	padding:15px 10px 15px 50px;
	margin-left:13px;
	background-repeat:no-repeat;
	background-position:10px center;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:673px;
	}

.success:hover{
	text-decoration:none;
	
	}

.success,a.success{
	color:#4f8a10;
	background-color:#dff2bf;
	background-image:url(../img/stat.png);
	}

a.success:hover{
	background-color:#d6edaf;
	}

