/*  Reset auf 0 von html, body etc 
	Style-Definitionen für Hintergrundbild */

html, body {
	margin:0px;
	border:none;
	padding:0px;
}

html {
	overflow-y:scroll;				/*zeigt die Bildlaufleiste ständig an - verhindert ein Offset des zentrierten Inhalts, wenn eine Bildlaufleiste eingeblendet wird */
}

body {
	background-image: url(bilder/bckgr_verlauf.jpg);
	background-repeat: repeat-x;
}


/* Positionierung der Layout-Grundelemente */

#container {
	margin:0px auto;
	width:800px;
	position:relative;
	border: 1px black solid;
	background-color:#DAE3E9;
}

#header {
	border: 0;
	margin: 0;
	padding: 0;
}

#top {
	background-color:white;
	height: 120px;
}

#filler {
	border-bottom:black solid 1px;
	height:30px;
	background-color:#DD0B10;
}

#footer {
	clear:both;
	width:100%;
	border-top:black solid 1px;
	background-color:rgb(0,56,130);
}

/* Innere Container, beinhaltet Navigation und Content*/

.cont_top {
	clear:both;
	background-color:#EBEFF1;
} 

.navigation {
	float:left;
	position:relative;
	height: 460px;
	width: 200px;
	margin-right: 10px;
	background:url(bilder/H2.png);
	background-repeat: no-repeat;
	background-color:#EBEFF1;
}

.content {
	margin-top: 0px;
	position: relative;
	width: 585px;
	float: left;
	padding-bottom: 15px;
	padding-left: 5px;
	left: 2px;
}

.features {
	float:right;
	width:100px;
	right:10px;
	margin: 8px;
	position: relative;
}

.clear {										/*ermöglicht die gleiche Länge aller Säulen! */
	clear:both;
}
/* Ende innere Container */

/* Positionierung Karte */

#karte {
	position:absolute;
}


/*Style-Definitionen Schriftart etc. */

p, h1, h2, h3, ol, ul, dt, dd {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

h1, h2, h3 {
	font-weight:normal;
	font-style:normal;
	color:rgb(0,56,130);
	padding-top:10px;
	padding-bottom:5px;
	line-height:1.1em;
}

h1 {
	font-size:20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
p {
	font-weight:normal;
	font-size:12px;
	line-height:1.5em;
	color:black;
	padding-top:10px;
	padding-bottom:10px;
}

dt {
	font-weight:bold;
	font-size:14px;
	line-height:1.5em;
	color:black;
}

dd {
	font-weight:normal;
	font-size:14px;
	line-height:1.5em;
	padding-left:55px;
	color:black;
}	

strong {
	font-weight:bold;
}

/* Style-Definitionen für List-Items */

li {
	font-weight:normal;
	font-size:12px;
	line-height:1.5em;
	color:black;
	margin-top:3px;
	margin-bottom:3px;
	margin-left: 20px;
}

ol.abc {
	list-style-type: lower-alpha;
}

/* Style-Definitionen für Hyperlinks */

a:link {
	color:#00327D;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}

a:visited {
	font-weight:bold;
	color:#00327D;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}

a:hover, a:active {
	font-weight:bold;
	color:rgb(175,35,35);
	text-decoration:underline;
}

/* Style-Definitionen für inline-images */

.img_left {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	}
	
.img_right {
	margin-left:3px;
	margin-bottom:3px;
	float:right;
}

.img_center {
	display:block;
	margin:0px auto;
}

.img_noborder {
	border:none;
}

/* Style-Definitionen für bereits positionierte Elemente */

#footer p, #footer a:link, #footer a:hover, #footer a:visited {
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:white;
}

/* Style-Definitionen für Forms */

form {
	margin:0px;
}

fieldset {
	margin:0px;
	}
	
form table {
	width:500px;
}

textarea {
	width:500px;
	height:200px;
	margin-left:20px;
	border:1px black solid;
}

/* Katalog Bestellung Forms */

form.katalog {
	width:450px;
}

form.katalog label, form input {
	float:left;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}

form.katalog label {
	text-align:right;
	margin-right:10px;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
}

form.katalog input[type="text"] {
	text-align:left;
	width: 200px;
}

form.katalog input[type="submit"] {
	float:none;
	position: relative;
	width: 100px;
	left: 215px;
}

form.katalog br {
	clear:both;
	}
	

/* Lerncamps Bestellung Forms */

form.lerncamps {
	width:450px;
}

form.lerncamps label, form.lerncamps input {

	margin-top:5px;
	margin-bottom:5px;
}

form.lerncamps label {
	text-align:right;
	margin-right:10px;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
}

form.lerncamps input[type="text"] {
	text-align:left;
	width: 200px;
}

form.lerncamps input[type="submit"] {

}

	
	

/* Style-Definitionen für Navigation */

div.navi_box {
	position:relative;	
}

div.navigation a {
	display:block;
	white-space:normal;
	overflow:hidden;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:normal;
	text-align:left;
	background-color:rgb(0,56,130);
	color:white;
	margin: 4px 0px 5px 10px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 1px;
	height: 24px;
	}

div.navigation a:hover,
div.navigation a:active {
	background-color:white;
	color:rgb(0,56,130);
	}

div.navigation a:hover .navi_chamfer {
	border-left:5px white solid;
}

.navi_chamfer {
	position:absolute;
	right:0px;
	width:0px;
	height:17px;
	border-top:5px solid #EBEFF1;
	border-bottom:5px solid #EBEFF1;
	border-left:5px solid rgb(0,56,130);
	top: 0px;
}


/* Style-Definition für Feature-Boxen - testweise implementiert*/

div.box_title {
	/*margin-left:8px;
	margin-right:8px;*/
	background-color:rgb(247,182,0);
	color:rgb(0,56,130);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	border: 1px solid black;
	border-bottom: none;
	text-align: center;
}
div.box_content {
	/*margin-left:8px;
	margin-right:8px;*/
	margin-bottom:16px;
	background-color:white;
	border:1px solid black;
	color:black;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding:3px;
	line-height: 1.2em;
	overflow: hidden;
}

p.box_text {
	margin:3px;
	padding:0px;
	color:black;
	line-height:1.2em;
	font-size: 10px;
}

img.box_pic {
	margin:3px;
	}

img.box_pdf_pic{
	margin-left:55px;
	margin-top:3px;
	margin-bottom:3px;
	}

a.box_link, a.box_link:active, a.box_link:hover, a.box_link:visited {
	color:#0000CC;
	text-decoration:underline;
}


a.box_pdf_link, a.box_pdf_link:active, a.box_pdf_link:hover, a.box_pdf_link:visited {
	color:#0000CC;
	text-decoration:underline;
	text-align:center;
	display:block;
}

/* Ende Style-Definitionen für Feature-Boxen */
	
/* Forms etc. */

legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin-top: 15px;
	margin-bottom:10px;
	widht:560px;
}

fieldset {
	width:540px;
	margin-top:10px;
	margin-bottom:10px;
}


/* Table Definitionen */

td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}

td {
	background-color:white;
	color:black;
}

td p {
	color:black;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

td ol, td ul {
	padding-bottom:5px;
}

table {
	border:1px black solid;
	border-collapse:collapse;
	width:560px;
	margin:10px 0px 10px 20px;
}

table.programm td {
	vertical-align:top;
}

td.head {
	background-color:#000066;
	color:white;
	font-weight: bold;
}

col.left {
	width:100px;
}

td.left {
	vertical-align:top;
}

td.u_thumb {
	width:150px;
}

img.u_thumb {
	margin: 5px;
}

/* Buchungsformular */

table.buchung {
	border:1px black solid;
	background:white;
	margin:5px;
	margin-bottom:0px;
}

table.buchung input {
	margin:0px;
}


table.buchung td {
	background:none;

}

td.buchung {
	width: 120px;	
}

td.links {
	width:110px;

}

#statusbox {
	border: 1px black solid;
	background:white;
	margin-left:0px;
	margin-right:20px;
	margin-top:10px;
}

/* Style-Definitionen für Popup-Images */

#img_popup {
	position:fixed;
	top:5%;
	left:50%;
	margin:0 0 0 -400px;
	width:800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(bilder/transparenz.png);
}

#greyout {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: url(bilder/transparenz.png);
}

.whitecaption {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-top:2px;
	padding-bottom: 5px;
	padding-left:20px;
	padding-right:20px;
	color:white;
	font-size:10px;	
}

.wleft {
	float:left;
}

.wright {
	float:right;
}

.center {
	display:block;
	margin: 5px auto;
}

/* Diverse Definitionen */

.red {
	color:red;
}

.green {
	color:green;
}

.blue {
	color:rgb(0,56,130);
}

