html {
overflow-x:hidden;
overflow-y:scroll;
}

body,td
{
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.4em;
	color: Black;
	background-color: White;
	margin-left: 0px;
	padding-left: 0px;
}

input,textarea
{
font-family: Verdana,  Arial, Helvetica, sans-serif;
border:1px solid #AFAFAF;
font-size:12px;
}

#ohnerahmen
{
border:0px;

}

img
{
border:0px;
}

#content_middle form table td
{
font-size:11px;
/*
line-height:10px;
padding:0;
*/
spacing:0;
}







h1
{
font-size:1.0em;
font-weight:bold;
line-height:1.0em;
color:#2E4B9B;
margin:0px;
padding:0px;
}

h2
{
font-size:1.0em;
font-weight:bold;
line-height:1.0em;
color:#000000;
margin:0px;
padding:0px;
}


h3
{
font-size:0.9em;
font-weight:bold;
line-height:0.9em;
color:#000000;
margin:0px;
padding:0px;
}

.comment
{
color:red;
font-style:italic;
}

.blau
{
color:#2E4B9B;
}

hr
{
color:#E0E0E0;
}

.braun
{
color:#B33124;
}

.grau
{
color:#7C7C7C;
}

a
{
color:#BE4051;
}

#container
{
	width: 964px;
	left: 50%;
	margin-left: -482px;
	position:relative;
}

#meta_menue
{
	width: 100%;
	text-align:right;
	height: 15px;
	color: #A3A3A3;
	display:block;
}

#meta_menue a
{
	padding-right: 8px;
	text-decoration: none;
	color: #A3A3A3;
}

#meta_menue a:hover
{
color: #2E2E2E;
}

#logo_box
{
height:60px;
}
#logo_img
{
/*
	position: absolute;
	left: 506px;
	top: 40px;
       	width:150px;
*/
	float:left;
}

#logo_box .slogan
{
	float:left;
	/* width:300px; */
	top: 18px; 
	position: relative;
	left: 40px;
	font-size: 12px;
	font-weight:bold;
	color: #52679F;
}

#kopfgrafik
{
	background-color: #F5F4F9;
	border-bottom: 2px solid white;
	text-align:right;
}

/* Menü */

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}

/*		------   Make-up	--------			*/

#menu {
	padding-left: 118px;
	background-color: #e6e7e9;
	font-size:11px;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #8a8c8b;
	padding: 3px 15px 5px 3px;
}
#menu li {
	padding-left: 25px;
}

#menu a.aktiv
{
	color: #313133;
}

#menu li:hover>a {
	color: #313133;
}

#menu li ul {
	color: #8a8c8b;
	background-color: #e6e7e9;
	border: 1px solid #d5d6d8;
	width: 150px;
}
#menu li ul ul {
	margin-left: 1px;
}

#menu li ul li {
	border-bottom: 1px solid #d5d6d8;
	padding-left: 0px;
}

#menu li ul a {
	text-align: left;
}

#menu li li.submenu {
	background-image: url(/bilder/navigation/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: 135px 7px;
}

/* Ende Menü */
#content_container
{
padding-top:15px;
padding-bottom:20px;
text-align:left;
}

#content_left
{
float:left;
width:134px;
}

#content_left li
{
	border-bottom:1px solid #CCCCCC;
	width:122px;
	margin-bottom:5px;
	padding-bottom:5px;
	list-style-type:none;
	margin-left:-40px;
}

#content_left ul ul li
{
	border-bottom:1px dotted #CCCCCC;
	width:122px;
	margin-bottom:5px;
	padding-bottom:5px;
	list-style-position: inside;
	list-style-type:disc;
}

#content_left a
{
text-decoration: none;
color: #A3A3A3;
}

#content_left a:hover
{
color: #2E2E2E;
}

#content_left a.aktiv
{
color: #2E2E2E;
}

#content_middle
{
	float:left;
	width:529px;
	padding:0 10px 0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow:visible;
}

#content_middle #leftcollum
{
float:left;
width:163px;
padding-right:17px;
}

#content_middle #rightcollum 
{
float:left;
width:163px;
padding-right:7px;
}

#suchvorgang
{
float:left;
width:300px;
padding-right:7px;
}

#content_right
{
padding:0px 0px 0px 24px;
float:left;
width:254px;
}

#content_right #suche
{
background-color:#F5F5F5;
width:243px;
height:44px;
padding-top:15px;
padding-left:12px;
margin-bottom:16px;
}

#content_right #suche  input
{
width:223px;
margin-bottom:2px;
}

#content_right #suche  form
{
margin:0px;
padding:0px;
}

#content_right #suche a
{
color:#B33124;
font-size:10px;
}

#content_right #news
{
background-color:#F5F8FC;
width:228px;
min-height:237px;
padding-top:15px;
padding-left:15px;
padding-right:10px;
padding-bottom:10px;
margin-bottom: 10px;
/* color:#2D4B9B; */
}

#content_right #news a
{
color:#9B9FCC;
}

#footer_menue
{
	clear:both;
	height:20px;
	background-color:#EBEBEB;
	color:#A3A3A3;
	padding-left:145px;
	padding-right: 50px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:20px;
}

#footer_menue a 
{
color: #A3A3A3;
font-size:10px;
text-decoration: none;
border-right:1px solid #A3A3A3;
padding-left:1px;
padding-right:4px;
}

#footer_menue a.aktiv
{
	color: #2A2A2A;
}

#kundenumfrage td
{
height:25px;
}

#kundenumfrage input,select

{
font-size:11px;
border:1px solid #AFAFAF;
}

#kundenumfrage .rot_form {
	border:1px solid red;
}

.rot {
color: red;
}
