/*******************************
 *    Body und DIV-Elemente    *
 *******************************/


body {
	background-color: #ffffff;
	/* background:#FFFFFF url(body_bg.jpg) fixed center top; */
	color:#404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: wider;
	font-size: 13px;
	line-height: 1.5;
	margin:0;
	padding:0;
}


#alles {
	margin: 0 auto;
	width: 900px;
}

#kopfbereich { 
	height: 270px;
	width: 850px;
	margin-left: 25px;
}	

#logo {
	float:left;
	position: relative;
	height: 41px;
	width: 225px;
	top: 15px;
	left: 625px;
}

#slogan {
	float:left;
	position: relative;
	height: 20px;
	width: 225px;
	top: 53px;
	left: 400px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #006699;
}

#bild {
	float: left;
	position: relative;
	height: 200px;
	width: 850px;
	top: 50px;
	left: 0px;
	background: url(kategoriebild.jpg) no-repeat center top;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 5px solid #e2001a;
}	

#pfad {
	display:none;
}



#links {
	float:left;
	margin-top: 80px;
	margin-left: 0px;
	width: 100%;
}

#content {
	margin-left:25px;
	margin-right:25px;
	width: 100%px;
}

#rechts {
	display:none;

}

#rechts_menu_allgemein {
	display:none;

}

#rechts_menu_agentur {
	display:none;

}

#rechts_menu_leistungen {
	display:none;

}


#bottom {
	/* background: #BFBFFF none repeat scroll 0 0; */
	/* background: #829ec7 none repeat scroll 0 0; */
	border-top:1px solid #006699;
	margin-top:0px;
}

#bottom_menu {
	display:none;
}

#bottom_menu_allgemein {
	display:none;
}

#bottom_menu_agentur {
	display:none;
}

#bottom_menu_leistungen {
	display:none;
}

#bottom_menu_login {
	display:none;
}

#footer {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	/* background:#006699 none repeat scroll 0 0; */
	/* border-bottom:5px solid #e2001a; */
	border-top: 1px solid #ffffff;
	margin-top:0px;
	color: #000000;
}

#footer_cnt {
	width: 850px;
	margin: 0 auto;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
}


#footer_cnt a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#footer_cnt a:hover {
	color: #000000;
	text-decoration: none;
}


/*******************************
 *        Schiftformate        *
 *******************************/

h1 {
	font-size: 18px;
	color: #005596;
	margin: 6px 0px 6px 0px;
}

h2 {
	font-size: 15px;
	color: #829ec7;
	margin: 4px 0px 4px 0px;
}

h3 {
	font-size: 15px;
	color: #e2001a;
	margin: 2px 0px 2px 0px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: wider;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	list-style-type: square;
}

.content ul {
	list-style-type: square;
}

.content ul li {
	list-style-type: square;
}


.content a:link, .content a:visited, .content a:active {
	color: #005596;
	text-decoration: none;
}

.content a:hover {
	color: #e2001a;
	text-decoration: none;
}



hr {
	margin: 10px 0px 10px 0px;
	color: #EFEFEF;
	height: 1px;
	width: 100%;
}



form {
	margin: 0;
}


/*******************************
 *        Login-Bereich        *
 *******************************/


.login {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-align: left;
}

.login input {
	width: 96%;
	background-color: #ECECFF;
	text-align: left;

}

.login a:link, .login a:visited, .login a:active {
	color: #cccccc;
	text-decoration: none;
}

.login a:hover {
	color: #006699;
	text-decoration: none;
}