/* CSS Document */


/*------------- allgemeines ---------------*/
html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-image:url(pics/hg2.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

a{
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration:none;
	color:#b42134;
}


/*------------- Schrift ---------------*/
.headline{
	position:relative;
	top:0px;
	font-size:20px;
	color:#b42134;
}

.copytext{
	position:relative;
	top:25px;
	width:455px;
}

.kursiv{
	font-style:italic;
}

/*------------- Blockelemente ---------------*/
.wurzel{
	width:100%;
	height:100%;
/*	background-image:url(pics/pfote_breit.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
}

.container{
	width:1000px;
}

.content{
	width:800px;
	height:100%;
	position:relative;
	left:0px;
	padding-bottom:30px;
	z-index:100;
}

.navigation{
	position:relative;
	top:0px;
	left:-1px;
	height:31px;
	width:800px;
	padding:0px;
	margin:0px;
}

.boxes{
	position:relative;
	top:95px;
	width:320px;
	height:100%;
	float:left;
}

.inhalte{
	position:relative;
	top:50px;
	width:480px;
	height:100%;
	float:right;
}

.head_box{
	position:relative;
	top:0px;
	left:-1px;
	background-image:url(pics/header_box.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	height: 26px;
	line-height:24px;
	color:#FFFFFF;
}

.content_box{
	position:relative;
	top:0px;
	left:-1px;
	width:270px;
	background-color:#efefef;
	height:100%;
	padding-left:25px;
	padding-top:10px;	
}

.footer_box{
	position:relative;
	top:0px;
	left:-1px;
	background-image:url(pics/box_unten.jpg);
	background-repeat:no-repeat;
	height:18px;
	padding-bottom:25px;
}

.footer{
	font-size:10px;
	color:#999999;
	position:relative;
	top:25px;
	width:455px;
	border-top:1px;
	border-top-color:#999999;
	border-bottom-width:thin;
	border-top-style:solid;
	margin-top:35px;
	margin-bottom:50px;
}

.footer a { 
	text-decoration:none; 
	color:#999999;
}

.footer a:hover { 
	text-decoration:none; 
	color:#000000;
}


.rahmen{
	border:1px solid #AAAAAA;
}

/* Bildergalerie -----*/



.das_bild{
	border:none; 
}
