html {
	height: 100%;
}

body {
	background-color: #e7e7e7;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a img {
	border: none;
}


/* *** GESAMTE SEITENFLÄCHE *** */

#bodydiv {
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: white;
}


/* *** KOPFZEILE *** */

#head {
	background-color: #fff;
	height: 80px;

	}

#head h1 {
	display: none;
}

#head #logo {
	float: right;

	margin-top: 13px;
	margin-right: 15px;
}


/* *** NAVIGATION *** */

#navi {

	font-size: 12px;

	background-image: url(/fileadmin/oli/images/oli-navi.png);

	position: relative;
	top:0px;
	left: 0px;

	background-color: transparent;
	padding-left:200px;


	height: 75px;
	text-align: left;
}

#navi h1 {
	display : none;
}

#navi #logo {
	float: right;
	margin-top: 8px;
	margin-right: 15px;
}

#navi ul {
	float: left;
	position: relative;
	top:0px;
	left: 0px;

	background-color: transparent;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	clear: left;
	z-index: 5;
}

#navi li {
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline;
}

#navi li a {
	color: #253983;
	text-decoration: none;
	letter-spacing: 0.10em;

	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;

	margin: 0 0 0 -2px;
	margin-top: 53px;
	display: block;
	float:left;
	font-weight: bold;
}

#navi a:link, #navi a:visited {
	background-color: transparent;
}

#navi a:hover, #navi a:focus {
	background-color: #253983;
	color: white;
}

#navi #act {
	background-color: #b21f24 !important;
	color: white;
}

#navi #act:hover, #navi #act:focus {
	background-color: #253983 !important;
	color: white;
}



/* *** INHALTSBOX *** */

#content {

	background-image: url(/fileadmin/oli/images/oli-cnt.png);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 50px;
	
	font-size: 12px;
}



/* *** ZWEI INHALTSSPALTEN *** */

#content #text {
	margin-right: 210px;
}



/* *** EINE INHALTSSPALTE *** */

#content .sp1{
	margin-right: 0px !important;
	margin-left: 13px !important;
}

/*text w/ selector */
#content .tws{
	margin-right: 0px !important;
	margin-left: 200px !important;
}

/* und news */
#content .twsun{
	margin-left: 200px !important;
}


/* *** ALLGEMEINE INHALTSFORMATIERUNGEN *** */

#content #clear {
	clear: both;
}

#content #text a {
}

#content #text a:link, #content #text a:visited {
	color: #034ea2;
	text-decoration: none;
}

#content #text a:hover, #content #text a:focus {
	background-color: #f5f5f5;
	text-decoration: underline;
}

#content #text h2 {
	font-size: 18pt;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #253983;
}

#content #text h4 {
	margin-top: 22px;
}

#content #text p {
	margin-bottom: 10px;
	margin-top: 15px;
}


#content #text em {
	color: #84171B;
	font-weight: bold;
	font-style: normal;
}


#content .adresstabelle td {
	padding: 0px;	
	padding-right: 20px;
}



/* *** NEWS-SPALTE *** */

#content #news {
	float: right;
	width: 190px;
	margin-top: 15px;
}

#content #news h3 {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 13px;
	margin-bottom: 15px;
}

#content #news .new {
	margin-bottom: 20px;
	background-color: #e0e6f6;
}

#content #news .new h4 {
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(/fileadmin/oli/images/oli-news-decor.png);
	color: white;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content #news .new p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


/* *** SEITEN MENUE *** */

#content #selector {
	float:left;
	width: 190px;
	margin-top: 12px;
	position: relative;
	top: 0px;
	left: -20px;	
}


#content #selector ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

#content #selector li {
	background-image: url(/fileadmin/oli/images/oli-l-menu.png);
	background-position: bottom left;
	background-repeat: no-repeat;

	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	height: 100%;
}

#content #selector a {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 34px;
	padding-bottom: 2px;
	

	padding-left: 5px;
	padding-top: 3px;
	
	
}

#content #selector a:link, #content #selector a:visited {

	background-color: transparent;
	color: #253983;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#content #selector a:hover, #content #selector a:focus {
	color: #b21f24;

}

#content #selector #act {
	background-color: #EEE !important;

}

#content #selector #act:hover, #content #selector #act:focus {
	color: #b21f24;

}

/* *** KONTAKT-FORMULAR *** */

#content #contact-map {
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 300px;
	padding-top: 70px;
}


#content #contact input, #content #contact textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}

#content #contact #name, #content #contact #email {
	width: 190px;
}

#content #contact .lab, #content #contact .lab2 {
	width: 80px;
}

#content #contact .lab2 {
	width: 50px;
	padding-left: 30px;
}

#content #contact fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#content #contact #msg {
	width: 99%;
}



/* *** FUSSZEILE *** */


#foot {
	height: 82px;
	background-image: url(/fileadmin/oli/images/oli-foot.png);
	}

#foot ul {
	background-color: transparent;
	padding: 0;
	margin: 0;
	margin-left: 34px;
	padding-top: 37px;
	list-style-type:decimal;
}

#foot li {
	background-color: transparent;
	padding: 0;
	margin: 0;
	display:inline;
}

#foot a {
	color: #b21f24;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 10px;
	/*padding-left: 5px;*/
	margin: 0 0 0 -2px;
	display: block;
	float:left;
	font-weight: 300;
	
}

#foot a:link, #foot a:visited {
	background-color: transparent;
}

#foot a:hover, #foot a:focus {
	background-color: transparent;
	color: b21f24;
}

