/* SEITENLAYOUT _______________________________________*/

* { margin: 0; padding: 0;}

html, body { 
	height: 100%; 
}

body { 
	background-color: rgb(119,111,102);
	background-image:url(hintergrund_verlauf.gif);
	background-repeat:repeat-x;
	color: rgb(110,110,110);
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
}

#wrapper {
	position: relative;
	left:123px;
	width: 966px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(hintergrund_schatten.png) repeat-y;
}

#HauptBereich { 
	position: relative;
	left:16px;
	padding: 0 16 auto 16;
	min-height: 750px;
	width:934px;
	background:url(hintergrund_schwung.gif) no-repeat;
	background-color:#fff;
}

#HauptBereichStartseite { 
	position: relative;
	left:16px;
	padding: 0 16 auto 16;
	width:934px;
	height: 863px;
	background:url(hintergrund_startseite.jpg) no-repeat;
}

.clearfix:after { 
	content: ".";
	display: block;
	height:20;
	font-size:0;
	clear: both;
	visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:focus{color:red;outline:0; -moz-outline:0;}



/* LOGO _______________________________________*/

#Logo {
	position: relative;
	top: 97px;
	left: 59px;
	height:130px;
	width:610px;
	border:none;
}



/* INHALTSBEREICH _______________________________________*/

#LinkeSpalte {
	width:612px;
	float: left;
}

#RechteSpalte {
	float:right;
}

#InhaltsBereich { 	
	margin-top: 170px;
	margin-left: 72px;
	width:862px;
}



/* NAVIGATION _______________________________________*/

#MetaNavi {
	position: absolute;
	top:301px;
	left: 36px;
	height:201px;
	width:79px;
}

.MetanaviMenuepunkt {
	margin-left: 9px;
	width:70px;
	display:block;

}

.MetanaviSprache {
	margin-left: 9px;
	margin-top:27px;
	width:70px;
}

#HauptNavi {
	height:72px;
	width:520px;

}

.HauptnaviMenuepunkt {
	margin-right:15px;
	float:left;
	border:0px;
}





/* INHALTE _______________________________________*/

#img { 
	border:0px;
}

#SeitenHeadline { 
}

#ZwischenHeadline { 
	padding:0;
}

.TextLeadin {
	color: rgb(110,110,110);
	font-weight: bold;
	width:611px;
}

.LeerZeile4 {
	height:4px;
	line-height:4px;
}

.LeerZeile9 {
	height:9px;
	line-height:9px;
}

.LeerZeile16 {
	height:16px;
	line-height:16px;
}

.TextLeadin a:link, .TextLeadin a:visited {
	color: rgb(110,110,110);
	text-decoration:none;
}

.TextLeadin a:active, .TextLeadin a:hover  {
	color: rgb(110,110,110);
	text-decoration:underline;
}

.TextCopy {
	clear:both;
	margin-bottom:12px;
	width:524px;
}

.TextCopy a:link, .TextCopy a:visited {
	color: rgb(110,110,110);
	text-decoration:none;
}

.TextCopy a:active, .TextCopy a:hover  {
	color: rgb(110,110,110);
	text-decoration:underline;
}

.Teaser {
	margin-top:22px;
	height:86px;
	clear:both;
}

.TeaserFoto {
	width:108px;
	float:left;
}

.TeaserText {
	float:left;
	width:308px;
	padding-left:23px;

}

.Teaser .TeaserText p {
	padding: 0 0 0 0;
	margin-top:0px;
}


.TeaserHeadline {
	height:30px;
	display:block;
}

p {
	clear:both;
	margin-top:12px;
}

cite {
	font-family:'Times New Roman',Times,serif;
	font-style:normal;
}

.LinkIntern {
	clear:both;
	margin-top:6px;
	font-weight:bold;
}

.LinkIntern a:link, .LinkIntern a:visited {
	text-decoration:none;
	color: rgb(110,110,110);
}

.LinkIntern a:active, .LinkIntern a:hover  {
	text-decoration:underline;
}


/* Bilder _______________________________________*/

#BildStartseite {
	position: absolute;
	top: 507px;
	left: 537px;

}

#BildContentseite {

	width:250px;
}

#BildContentseite img {
	padding: 0 0 0 0;
	border-bottom:solid 6px #fff;
	display:block;
}


/* Listen _______________________________________*/


ul {
	clear:both;
margin-left:16px;
	margin-top:6px;

padding: 0 0 0 16;
}

ol {
	clear:both;
	padding: 0 0 6 19;
	margin-left: 0.8em; padding-left: 0.8em;
}

ol li{
	padding-top:6px;
	padding-left:0;
}


/* FORMULAR _______________________________________*/


fieldset {
	border:0;
	margin:0;
	padding:0;
}

input.inputText {
	width:342px;
	border:1px solid #a3a082;
	background-color:#fff;
}

input.inputSubmit {
	width:140px;
	border:1px solid #a3a082;
	background-color:#fff;
	color: rgb(110,110,110);
}

input.inputCapture {
	width:37px;
	border:1px solid #a3a082;
	background-color:#fff;
}


textarea {
	width:342px;
	height:60px;
	border:1px solid #a3a082;
	background-color:#fff;
}



/* TABELLE _______________________________________*/

table {
	border:0;
	padding:0;
	border-spacing:0px; 
	color: rgb(110,110,110);
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
}

td {
	border:0;
	padding-left:0px;
	padding-right:8px;
}

