/*******************************
stile.css für hinze-verena-maria
Master-Stile
Autor: MediaKUSS
Erste Version: 15.5.09
Zuletzt bearbeitet:
********************************/
/************************************************
Basis-Defitintionen
*************************************************/

body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	margin:0;
	padding:0;
}

a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.center {
	text-align:center;
}
.img {
	border:0;
}
.top {
	vertical-align:top;
}
h1 {
	color: #313391;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
p {
	margin: 0px 0px 10px 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	line-height: 1.3em;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333333;
}


/******************************************
umhüllt alles zum Zentrieren der gesamten Seite
*******************************************/
#zentrieren {
	/*CLEAR: left;
	MARGIN: 0px auto;
	WIDTH: 950px;
	POSITION: relative;
	top: 0px;*/
	text-align:left;
	margin:auto;
	width:950px;
	padding:0;
}
 
/******************************************
inhalt
*******************************************/

#balken { /*blauer Balken Startseite*/
	position:absolute;
	left:0;
	top:255px;
	width:100%;
	height:355px;
	z-index:1;
	background-color: #313391;
}

#gelb1 {  /*gelbe Linie Startseite oben*/
	position:absolute;
	left:0px;
	top:271px;
	width:100%;
	height:1px;
	z-index:10;
	background-color: #FFFF00;
}
#gelb2 {  /*gelbe Linie Startseite unten*/
	position:absolute;
	left:0px;
	top:592px;
	width:100%;
	height:1px;
	z-index:11;
	background-color: #FFFF00;
}
.borderlr { /*gelbe Linie rechts und links für Bilder auf Startseite*/
	border-right: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
}

#starthead {
	position:absolute;
	top:130px;
	margin:0;
	width:950px;
	height:117px;
	z-index:8;
}

#starthead #logo {
	margin-left: 65px;
}

#startbilder {
	position:absolute;
	top:271px;
	margin:0;
	width:950px;
	height:324px;
	z-index:4;
}

/*****************************************
Navigation Startseite
*******************************************/

#navi {
	position:absolute;
	top:636px;
	margin:0;
	width:950px;
	z-index:7;
}
#zentrieren #navi img {
	padding-right: 20px;
	padding-left: 20px;
}
/***********************************************
Kopfbereich Unterseiten
***********************************************/
#head1 {
	position:absolute;
	top:18px;
	margin:0;
	width:950px;
	height:84px;
	z-index:10;
}

#head1 #logo {
	margin-left: 21px;
	border: 0;
}
#head1 #titel {
	margin-left: 450px;
	border: 0;
}
#streifen {
	position:absolute;
	left:0px;
	top:267px;
	width:100%;
	height:2px;
	z-index:2;
	background-color: #FFFF00;
}
#balken2 {
	position:absolute;
	left:0;
	top:110px;
	width:100%;
	height:190px;
	z-index:6;
	background-color: #313391;
}
#bilduseiten {
	position:absolute;
	top:110px;
	margin:0;
	width:950px;
	z-index:7;
}

#bilduseiten img {
	border: 1px solid #FFFF00;
}
/*******************************************
Navigation Unterseiten
***********************************************/
#navi2 {
	position:absolute;
	top:269px;
	margin:0;
	width:950px;
	height: 32px;
	z-index:8;
	border-right: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;

}
#navi2 img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#navi2 #kontakt {
	margin-left: 60px;
}

#navi2 #impress {
	margin-left: 110px;
}

#unavi {
	position:absolute;
	top:300px;
	margin:0;
	width:950px;
	z-index:9;
	background-color: #E0E1AE;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFF00;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#FFFF00;
	padding-bottom: 5px;
	height: 60px;
}
#unavi ul {
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:auto;
	margin-top:auto;
	float:left
	
}
#unavi li {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica,				sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #313391;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
}
#unavi a:link {
	color: #313391;
	text-decoration: none;
}
#unavi a:visited {
	color: #313391;
	text-decoration: none;
}
#unavi a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#unavi a:active {
	color: #FF6600;
	text-decoration: underline;
}

#unavi a.fix {
	color: #FF6600;
	text-decoration: underline;
}
#un1 {
	margin-top: 0px;
	position: absolute;
	left: 78px;
	top: 10px;
}
#un2 {
	margin-top: 0px;
	position: absolute;
	left: 161px;
	top: 10px;
}

#un3 {
	margin-top: 0px;
	position: absolute;
	left: 438px;
	top: 10px;
}

#un4 {
	margin-top: 0px;
	position: absolute;
	left: 540px;
	top: 10px;
}

#un5 {
	margin-top: 0px;
	position: absolute;
	left: 670px;
	top: 10px;
}

#un6 {
}

#un7 {
}

#un8 {
}


/******************************************
Inhalt Unterseiten
*****************************************/
#bgcontent{
	position:absolute;
	top:354px;
	margin:0;
	padding:0;
	width:950px;
	background-color: #FFFFB3;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFF00;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#FFFF00;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFF00;
	z-index: 2;
}
#contentbild {
	position: absolute;
	left: 0px;
	top: 0px;
	/*float:left;*/
	width:280px;
	margin:0px;
	padding: 30px 0px 20px 15px;
	z-index: 50;
	height: 406px;
	}
#contenttext {
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 0px;
	margin: 0px 0px 0px 355px;
}
.platzhalter{ /*hebt Zuordnungen der darüber liegen den Bereiche mit Zuordnung zu rechts und links wieder auf*/
clear:both;
height:1px;
font-size:1px;
border:0px none;
margin:0; padding:0;
background:transparent;
}
.reflink {
	text-decoration: none;
}
.alle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}
#zentrieren #bgcontent #tberghalle {
	font-style: inherit;
	color: #000000;
}
