/* CSS Document */

/*muss für den IE7 raus*/
html{height:100%;}

body {
	font-family: Garamond, Times, serif;
	font-size: 15px;
	text- align: center;/*alte IEs*/
	color:#333333;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	background-image:url(../images/hintergrund2.gif);
	background-repeat:repeat-x;
	height:100%;
	min-height:100%;
	/*
	background-image:url(../images/backgrounds_screen/startseite.jpg);
	background-repeat:no-repeat;
	*/
}
.clear{
	clear:both;
}
div{
	border-width:0px;
}

#seite {
/*
	border-color:#999999;
	border-style:dashed;
	border-width:1px;
*/
	margin: auto;
	text-align:left; 
	width: 815px;
	min-height:100%;
}

#kopf{
	font-family: Garamond, Times, serif;
	width:815px;
	height:155px;
	overflow:hidden;
}
#logo{
	padding-top:1px;
	padding-left:165px;
	overflow:hidden;
	background-color:#B00B4C;
}

#header{
	width:815px;
	height:125px;
	background-color:#B00B4C;
	overflow:hidden;
}
#headlinecontainer{
	width:815px;
	height:45px;
	overflow:hidden;
	color:#CCCCCC;
}
#subtextcontainer{
	width:815px;
	height:126px;
	overflow:hidden;
	color:#999999;
}
#subhead{
	font-family: Garamond, Times, serif;
	height:34px;
	display:block;
	overflow:hidden;
}
#content{
	background-color:#ffffff;
}
#navigation{
	float:left;
	width:188px;
	display:block;
	text-align:right;
	/*background-color:#ffffff;*/
}
#abstand1{
	display:block;
	float:left;
	width:21px;
	height:308px;
	/*min-height:100%;*/
	background-image:url(../images/linie.gif);
	background-repeat:repeat-y;
	background-position:0px -20px;
}
#textcontainer{
	margin-top:-4px;
	width:400px;
	display:block;
	float:left;
}

/*---------------------------------------------------------------*/
a.hauptnavigation{
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height:100%;
	display:block;
	height:26px;
	text-decoration:none;
}
a.hauptnavigation:HOVER{
	color:#B00B4C;
}

a.hauptnavigation_aktiv{
	font-family: Helvetica, Arial, sans-serif;
	color:#B00B4C;
	font-size: 12px;
	line-height:100%;
	display:block;
	height:26px;
	text-decoration:none;
}

a.textlink{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:25px;
	color:#B00B4C;
	text-decoration:none;
	font-weight:bold;
}
a.textlink:HOVER{
	text-decoration:underline;
}

.texte{
	line-height:26px;
}

.versalie{
	position:relative;
	left:0px;
	top:-4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 160%;
	float:left;
	padding-top:4px;
	width:17px;
	height:15px;
	overflow:hidden;
}

h1.headerclass{
	font-family: Garamond, Times, serif;
	display:block;
	padding-left:207px;
	line-height:140%;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	color:#ffffff;
	/*color:#B00B4C;*/
}
p.subtext{
	font-family: Garamond, Times, serif;
	margin-top:12px;
	display:block;
	width:400px;
	padding-left:209px;
	font-size:100%;
	line-height:140%;
	/*font-style:italic;*/
	font-weight:normal;
	color:#ffffff;
	/*color:#B00B4C;*/
}

p{
	font-family: Garamond, Times, serif;
	margin-top:28px;
	line-height:25px;
}
ul{
	margin-top:27px;
}
li{
	font-family: Garamond, Times, serif;
	line-height:25px;
}


















