/***************************************************************************************/
/*
Titel:    Standardstyles fuer Bildschirmmedien
Autor:    Thomas Wittke, inixdata GmbH
Update:   07.01.2011

Inhalt:   
style_vhs_trittau.css
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
/*###############################GLOBALE EINSTELLUNGEN#################################*/

body{
	width: 100%;
	margin: 0px;
	padding: 10px;
	background-image: url(../bilder/design_vhs-trittau/hintergrund_mitte.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#head_black{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../bilder/design_vhs-trittau/Hintergrundoben.gif);
	background-repeat: no-repeat;
	height: 173px;
	width: 100%;
	margin: 0px;
	z-index: 0;
}
#logo{
	width: auto;
	height: 45px;
	margin: 0px 140px;
	background-image: url(../bilder/design_vhs-trittau/oben_mitte.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 6;
}

#rahmen_rechts{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background-image: url(../bilder/design_vhs-trittau/hintergrund_rechts.jpg);
	width: 148px;
	z-index: 2;
}

#rahmen_rechts_oben{
	position: absolute;
	right: 60px;
	top: 10px;
	overflow: visible;
	height: 80px;
	white-space: nowrap;
}

#ecke_links_oben{
	position: absolute;
	left: 0px;
	top: 10px;
	background-image: url(../bilder/design_vhs-trittau/Vhsueberschrift.gif);
	height: 88px;
	width: 360px;
	z-index: 3;
}
#rahmen{
	height: 100%;
	overflow: visible;
	z-index: 1;
}
#content{
	width:auto;
	display: block;
	z-index: 5px;
}
	
#nav{
	width: 100%;
	overflow: visible;
	background-color: #DEE3EB;
	padding: 1%;
	z-index:6;
/*	-moz-border-radius:10px;*/
}
#navRahmen{
	position: absolute;
	left: 1%;
	top: 110px;
	width: 25%;
	height: 100%;
	overflow: visible;
	margin-left:2%;	
	display:inline;
}
#contentRahmen{
	position: absolute;
	left:32%;
	top:110px;
		display: block;
	width:55%;
	overflow: visible;
	z-index: 10;
}
#rechtsRahmen{
	position: absolute;
	right:0%;
	top:110px;
	height: 100%;
	display: block;
	width: 139px;
	overflow: visible;
}

#rahmenLinks{
	position: absolute;
	right: 30px;
	top: 10px;
	width:150px;
	height: 80px;
}

/* HTML */
li{
	line-height: 1.4em;
}

ul{
	line-height: 1.4em;
	}
	
.layout1{
	font-size: 1.1em;
	font-weight: bold;
}
.layout2{
	font-size: 1em;
	font-weight: bold;
}
.layout3{
	font-size: 0.9em;
	font-weight: bold;
}
.layout4{
	font-size: 0.8em;
	font-weight: bold;
}
.layout5{
	font-size: 0.7em;
	font-weight: bold;
}
.accesskey{
	text-decoration: underline;
}
.menu1 a{
	text-decoration: none;
}
.menu2 a{
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.headerDunkel{
	background-color: #DEE3EB;
	display:block;
	width:auto;
	font-weight: bold;
	padding: 1%;
	border-bottom: 1px solid gray;
}
.contentCourse{
	margin-left: 5%;
	padding: 1%;
	background-color: #DEE3EB;
	margin-bottom: 5%;
}
.headerDunkelLinks{
	background-color: #B1B9C4;
	display: block;
	width:15%;
	float:left;
	padding: 0.2%;
	vertical-align: middle;
	font-weight: bold;
}
.tableDunkel{
	background-color: #B1B9C4;
	font-weight: bold;
	padding: 4px;
}
.tableHell{
	background-color: #DEE3EB;
	padding: 4px;
	}
.contentHellRechts{
	background-color: #DEE3EB;
	width: auto;
	display: block;
	vertical-align: middle;
	padding: 0.2%;
}
#courseRahmenListe{
	width:auto;
	margin: 0.2%;
	overflow: visible;
	display: block;
	background-color: Black;
	white-space: nowrap;
}
#courseBookingForm{
	width:auto;
	display: block;
	padding: 3px;
	overflow: visible;
}
.courseBookingFormLeft{
	width: 20%;
	float: left;
	text-align: right;
}
.courseBookingFormRight{
	width: 85%;
}
.red{
	color:red;
	font-weight: bold;
}
img {
	border: none;
}
img a {
	border: none;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}

/* Formular */
/**** Form Layout ****/

fieldset { border: none; }

input, textarea, select {
	border: 1px solid #999;
	line-height: 1.25em;
	padding: 0 0 0 2px;
	margin-bottom: 5px;
	background:#DADADA;
}

.mf-input,
.mf-text,
.mf-select,
.mf-file {
	width: 300px;
}

.mf-check,
.mf-radio {
	width: auto;
}

input:focus, textarea:focus, select:focus {
	background: #fff;
}


label {
	cursor: pointer;
}

form label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
}


input.button,
.mf-submit,
.mf-reset {
	padding: 0 7px;
	height: 23px;
	width: auto;
	margin-left: 130px;

}
form input submit,
form input reset {
	width: auto;
	background: #fff;
}
.field-beding label {
	width: 390px;
	}
.field-beding {
	margin-bottom: 15px;
	}
.field-formtype_mail {
	margin-left: 130px;
	}
.widerrufstext {
	width: 400px;
	margin-left: 0px;
	float: left;
	}
.widerrufscheckbox {
	}
.abschicken_button {
	margin-left: 180px;
	}
