/* 
Stylesheet Radverkehrskongress 2013
Stand 29.01.13
www.netzformat.de
*/

div {
	border:0px solid #CCC;
}

/* Allgemeines */
* {
	margin:0;
	padding:0;
}
	
a {
	text-decoration:none;
}

img, a img {
	border:0;
}

html {
	/* "Springen" im IE vermeiden */
	height: 100%; margin-bottom: 1px; 
}

.float_left {
	float:left;
	margin-right:20px;
}

.clear {
	clear:both;
	}

body {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#333;
	background-image:url(/grafik/hg_blau.png);
	background-repeat:repeat-x;
	background-position:top;
}

#testversion {
	text-align:center;
	background-color:#B40725;
	color:#FFF;
	height:25px;
	line-height:25px;
/*	display:none; */
}



/* Seitenrahmen */
#seitenrahmen {
	max-width:960px;
	margin:0px auto;
}


/* Kopfbereich */
#kopf {
	background-color:#004F80;
	padding:20px;
}

#logoleiste {
	background-color:#FFF;
	height:70px;
	padding:20px;
}

#logo1 {
	float:left;
}

#logo2 {
	float:right;
}

#titelleiste {
	clear:both;
	color:#FFF;
	padding:30px 0px 20px 70px;
}

#titel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.0em;
}

#slogan {
	font-size:1.1em;
	margin-top:15px;
}

#termin {
	font-size:1.1em;
	margin-top:5px;
}


#imageleiste {
	background-image:url(/grafik/image.jpg);
	height:300px;
	box-shadow: 0 7px 4px -4px #999;
}


/* Mitte Rahmen */
#mitte  {
	clear:both;
	background-color:#FFF;
	margin-top:7px;
}




/* Kontext */
#kontextspalte {
	float:left;
	width:210px;
	margin:30px 0px 0px 30px;
}


#navi {
}

#navi li {
	list-style-type:none;
	background-image:url(/grafik/streifen.png);
	background-repeat:no-repeat;
	background-position:left;
}

#navi li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#666;
/*	color:#FFF;  */
	padding:6px 0px 6px 20px;
	border-bottom:1px dotted #e4e4e4;
}

#navi a {
	display:block;
}


#navi a:hover {
	color:#004F80;
}

#navi a.aktiv {
	color:#004F80;
}


#navi li:hover {
	list-style-type:none;
	background-image:url(/grafik/streifen1.png);
	background-repeat:no-repeat;
	background-position:left;
}


/* Archivlinks Startseite */
#archiv {
	margin-top:30px;
	list-style:none;
}

#archiv li {
	background-color:#004F80;
	margin-bottom:5px;
	border-radius:4px;
}

#archiv a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	display:block;
	padding:6px;
}

#archiv li:hover {
	background-color:#5E789D;
}







/* Inhalt */
#inhalt {
	margin:0px 80px 0px 310px;
	padding:50px 0px 30px 0px;
	line-height:1.5em;
	min-height:400px;
}

#inhalt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:1.7em;
	margin:0px 0px 15px 0px;
	color:#004F80;
}

#inhalt h2 {
	font-size:1.1em; 
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#004F80;
}

#inhalt p {
	margin-bottom:10px;
}

#inhalt a {
	color:#F28502;
	font-weight:bold;
	font-style:italic;
}

#inhalt a:hover {
	text-decoration:underline;
}



/* Fussbereich */
#fuss {
	clear:both;
	background-color:#004F80;
	padding:10px 0px 20px 0px;
}

#fuss_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#FFF;
	width:900px;
	margin:0 auto;
}

#fuss a {
	color:#F28502;
	font-size:0.9em;
}

#fuss a:hover {
	text-decoration:underline;
}

#fuss_logos {
	background-color:#FFF;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-top:5px;
	padding:10px;
}

#fuss_logos img {
	margin-left:20px;
	margin-right:20px;
}

#nach_oben {
	float:right;
	font-style:italic;
}



/* Programm */
#programm {
	border-radius:5px;
}

#programm td, #programm th {
	vertical-align:top;
	padding:4px 12px 4px 4px;
	border-bottom:1px solid #f2f2f2;
	line-height:1.3em;
}

#programm td.farbig {
	background-color:#f2f2f2;
	}

#programm td.rechtsbund {
	text-align:right;;
	background-color:#e4e4e4;
	}

#programm td.linie {
	border-top:2px solid #004F80;
	}

#programm th {
	text-align:left;
	background-color:#004F80;
	color:#FFF;
	padding-left:3px;
}




