@charset "UTF-8";
/* Styles für die Internetpräsentation der Veranstaltungsreihe */


/* 
-------------------------
1. Allgemeine Styles
-------------------------
*/

* { 
	margin: 0; 
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	min-height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px; color: #000000;
	background-color: #fff;
	margin: 0px;
	}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px; line-height: 30px;
	font-weight: bold; color: #00508c;
	/*padding: 0px 0px 10px 0px;*/
	}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px; line-height: 20px;
	font-weight: bold; color: #00508c;
	padding: 10px 0px 0px 0px;
 
	}
	
h3 { 
	font-size: 12px; line-height: 16px;
	font-weight: bold; color: #707173; 
	}
		

p { padding: 20px 0px 0px 0px; }

a { color: #00508c; text-decoration: none; }
a:link { color: #00508c; text-decoration: none; }
a:hover { color: #00508c; text-decoration: none; }
a:active { color: #00508c; text-decoration: none; }
a:focus { color: #00508c; text-decoration: none; }

img {padding: 0px; margin: 0px; border: none; }

	


/* 
-------------------------
2. Layout
-------------------------
*/

#wrapper {
	width: 898px;
	height: 100%;	
	position: absolute;
	}

#header {
	width: 898px;
	position: absolute;
	margin: 0px;
	}
	
#content {
	width: 897px;
	position: absolute;
	top: 204px;
	left: 0px;
	/*background-image: url(images/linie_s01.gif);
	background-position: right;
	background-repeat: repeat-y;*/
	border-right: 1px solid #000;
	}

#text_bild {
	float: left;
	width: 500px;
	padding: 36px 0px 100px 120px;
}

#logoleiste {
	float: right;
	width: 160px;
	padding: 46px 0px 100px 0px;
	}		

#footer {
	clear: both;
	height: 31px;
	width: 898px;
	position: relative;
	background-image: url(images/footer_grafik01.png);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	}
	


/* 
-------------------------
3. Linkleiste
-------------------------
*/

#linkleiste {
	width: 898px;
	height: 17px;
	position: relative;
	padding: 2px 0px 2px 0px;
	text-align: right;
	}

#linkleiste li {
	display: inline;
	}

#linkleiste a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	/*font-weight: bold;*/

	}

#linkleiste .aktiv, #linkleiste a:hover, #linkleiste a:active, #linkleiste a:focus { 
	color: #00508c; /*font-weight: bold;*/
	}





/* 
-------------------------
4. Navigation
-------------------------
*/


#navi {
	height: 18px;
	position: relative;
	left: 120px;
	top: -36px;
	}
	
#navi li {
	display: inline;
	color: #fff;
	}
	
#navi a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	/*vertical-align: middle;*/
	}

#navi .aktiv, #navi a:hover, #navi a:focus, #navi a:active {
	color: #000; background-color: #fff;
}

	


/* 
-------------------------
5. Content
-------------------------
*/

#logoleiste img {
	padding: 0px 0px 40px 10px;
	border: none;
	}
	
#content .bild {
	width: 100px;
	border: none;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0px 20px 25px 0px;
	float: left;

	}
	



/* 
-------------------------
6. Footer
-------------------------
*/

#footer p {
	height: 10px;
	width: 150px;
	position: relative;
	top: -4px;
	left: 750px;	
	font-size: 10px;
	}
	
#footer a { color: #b1b3b4; }
#footer a:hover { color: #00508c; }
#footer a:active{ color: #00508c; }
#footer a:focus { color: #00508c; }
	
	