@charset "UTF-8";


/* alte Einstellung: margin:auto; */
#wrap {
    width:78.77em;
    min-width:1024px; 
	padding-top:13px;
    text-align:left;  
    font-family: verdana,arial;
    color: #000443;
}

#hd {
    margin-bottom: 5px;
}

#logo {
    background-image:url("../img/top-banner.png");
	background-repeat:no-repeat;
    height:180px;
}

#mainmenu-container {
	position:absolute;
    top:155px;
    width:1024px;
}

#left-nav-container {
    margin-top:40px;
    margin-left:0px;
	width: 250px;
}

#content {
    margin-top: 40px;
	margin-left: 80px;
	margin-right: 80px
}

h1	{
	color:#211472;
}

td {
	border:0px;
	padding-left:10px;
}

.left-menu-block {
    color: #c25e49;
}

/* Hintergrund fuer die Breite des Inhalts - exklusive Bannerbereich 
#bd {
	background-color: #FFFFFF
} 
*/

/* Hintergrund fuer die Breite des Inhalts - inklusive Bannerbereich 
#wrap {
	background-color: #FFFFFF
	background-image: url(../img/body-background.jpg);
    height: 580px; 
} */

#ft {
    margin: 20px;
}

/* Links in Footer-Zeile  */
#ft a:link, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #6b6b6b;
}

/* Links ausserhalb des Footers */
a:link, a:hover, a:visited, a:active {
	text-decoration: none; 
	color:#211472;
}


.rot {
	color: #CD0000;
}

.omdao-hintergrund-rot {
	color: #FCE5EB;
}


.omdao-blau {
	color: #211472;
}

.omdao-hellblau {
	color: #BED6FA;
}

.omdao-hell-hellblau {
	color: #FFFFFF;
}

.omdao-gelb {
	color: #F2C745;
}

.omdao-hintergrund-gelb {
	color: #FBFCEF;
}


.omdao-bullet-liste li {
	list-style-image:url(../img/logos_omdao/ODI_Kreis_2009-05_6px.png);
	valign="center";
	margin-top: 6px;
}

a.unterstrichFarbe{
text-decoration: underline;
color: #211472;
font-weight: 1000;
}

a.unterstrichFarbe span{
font-weight: 700;
}

a.unterstrichFarbe:hover{
color: #BED6FA;
}

#kontaktFormDiv td{
padding-left: 0px;
}

#kontaktFormDiv input[type='text']{
width: 188px;
border-color: #BED6FA;
}

#kontaktFormDiv select{
border-color: #BED6FA;
}

#kontaktFormDiv textarea{
width: 487px;
border-color: #BED6FA;
}



/* 	list-style-type:none; 
--> zur Nutzung diverser Aufzaehlungszeichen, siehe unter: http://de.selfhtml.org/css/eigenschaften/listen.htm#list_style_type */