/* CSS Reset */

@import url("http://yui.yahooapis.com/2.6.0/build/reset/reset-min.css");

/* Main-Struktur */

html, body {
	background: rgb(205,225,245);
	height: 99%;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}

#wrap {
	overflow: hidden;
	position: relative;
	width: 810px;
	margin: 10px auto; /* Zentrierung des Layouts */
	padding: 0 5px;
	border: solid 1px rgb(255,130,0);
	background: url(http://www.wendelin-haverkamp.de/images/verlauf-unten.jpg) repeat-x bottom;
	background-color: white;
}

#head {
	padding: 5px 0;
	border-bottom: solid 1px rgb(255,130,0);
}

#navigation {
	margin: 20px 0;
	width: 140px;
	float: left;
}

#content {
	float: right;
	width: 630px;
	padding: 0 20px;
	margin: 20px 0;
}


/* Text-Auszeichnungen */

h1 {
	font-size: 30px;
	line-heigt: 29px;
	font-weight: bold;
	color: rgb(255,130,0);
	margin-bottom: 15px;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
	line-heigt: 20px;
	color:rgb(0,80,130);
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

p,td, ul, div {
	font-size: 14px;
	line-heigt: 19px;
	margin-bottom: 10px;
}


#navigation .navigationstext a {
	padding: 10px 5px;
	display: block;
	font-size: 15px;
	color: rgb(0,80,130);
	border-left: 4px solid rgb(230,240,245);
	text-decoration: none;
	border-bottom: 1px solid white;
	background: url(http://www.wendelin-haverkamp.de/images/bg-navi.jpg) repeat-y 0 0;
}

#navigation .navigationstext a:hover {
	color: rgb(0,80,130);
	border-left: 4px solid rgb(255,130,0);
	border-right: 4px solid rgb(255,130,0);
	background: url(http://www.wendelin-haverkamp.de/images/bg-navi.jpg) repeat-y 0 200px;
}

#navigation .navigationstext a:active {
	background: white;
}

.fett, strong {
	font-weight:bold;
}

#content .fettblau {
	color:rgb(0,80,130);
	font-weight: bold;
}

.klein {
	font-size:11px;
	line-height:13px;
}

.zitat {
	font-style: italic;
}

#content a:link, #content a:visited, #content a:active {
	color: #000000;
	text-decoration:none;
	border-bottom: dotted 1px rgb(255,130,0);
}

#content a:hover {
	border-bottom: 1px dotted rgb(0,80,130);
	color: rgb(0,80,130);
	}
	
#content a:active {
	position: relative;
	top: 1px;
}

p a:link, p a:visited, p a:active {
	font-style: italic;
}

ul {
	margin-left: 20px;
}

li {
	list-style-image:url(http://www.wendelin-haverkamp.de/images/listenpunkt.gif);
	padding-left: 5px;
	margin-bottom: 10px;
}

li a:link, li a:visited {
	font-size: 16px;
	line-heigt: 19px;
	font-weight: bold;
}

/* Termin-Formatierung */

.termintabelle {
	border: solid 1px rgb(0,80,130);
	width: 100%;
	background: url(http://www.wendelin-haverkamp.de/images/bg-navi.jpg) repeat-y 0 0;
	background-color:rgb(190,210,230);
	margin-bottom: 8px;
}

.termintabelle:hover {
	background: url(http://www.wendelin-haverkamp.de/images/bg-navi.jpg) repeat-y 0 200px;
	background-color:rgb(190,210,230);
}

.termintabelle-radio {
	border: solid 1px rgb(0,80,130);
	width: 100%;
	background: url(http://www.wendelin-haverkamp.de/images/bg-orange.jpg) repeat-y 0 0;
	background-color:rgb(255,130,0);
	margin-bottom: 8px;
}

.termintabelle-radio:hover {
	background: url(http://www.wendelin-haverkamp.de/images/bg-orange.jpg) repeat-y 0 200px;
	background-color:rgb(255,130,0);
}

.termintabelle-alt {
	border: solid 1px rgb(200,210,230);
	width: 100%;
	background: white;
	margin-bottom: 8px;
	color: grey;
}

td.tagesangabe {
	width: 20%;
	padding:0 4px 0 0;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-heigt: 17px;
	font-weight: bold;
}

.termininfos {
	padding: 8px 10px 0 10px;
	border-left: solid 1px white; 
}

.termintrennlinie {
	border:solid 1px rgb(0,80,130); 
	color:white;
	margin: 20px 0;
}

/* Anderes */

.bild {
	margin: 0 0 10px 15px;
	float: right;
}

.foto {
	margin: 0 10px 10px 0;
	float: left;
}
