@CHARSET "ISO-8859-1";

body
{
	background-color: #b9d2b4;
	margin:0px;
	left:0px;
	top:0px;
	background-image: url(../images/bg.png);	
	background-repeat: repeat-x;
	background-position: 50% 0px;
	text-align:center;
}

.content_layer_with_borders
{
	text-align:left;
	width:970px;
	height:100%;
	margin: auto;
	position:absolute;
	left:1px;
	right:1px;
}

.content_layer_leftborder
{
	width:5px;
	min-height:100%;
	background-image: url(../images/border-left.png);	
	background-repeat:repeat-y;
	position:absolute;
	left:0px;
}


.content_layer_rightborder
{
	width:5px;
	min-height:100%;
	background-image: url(../images/border-right.png);	
	background-repeat:repeat-y;
	position:absolute;
	right:0px;
}

.content_layer
{
	text-align:left;
	width:958px;
	min-height:100%;
	background-color:#FFFFFF;	
	position:absolute;
	left:5px;
	right:5px;
	border-left:1px solid #000101;
	border-right:1px solid #000101;
	background-image: url(../images/stoerr.png);	
	background-repeat:repeat;
}

.top_layer
{
	background-image: url(../images/topmenubg.png);	
	background-repeat:repeat-x;
	background-position: top, left;
	height:18px;
	text-align:right;
	padding-right:20px;
	border-bottom:1px solid #010203;
}

.top_layer a
{
	font-family: "Trebuchet MS",arial;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#020809;
}

.menu_layer
{
	height:22px;
	text-align:right;
	padding-right:20px;
	background-color:#b21616;
	border-top: 1px solid #000101;
	border-bottom: 1px solid #000101;
	color: #FEFEFE;
	margin-bottom:10px;
}

.menu_layer a
{
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size:12px;
	color: #FEFEFE;
}

.copy
{
	clear: both;
	position:absolute;
	bottom:0px;
	font-family: verdana, sans-serif;
	font-size:11px;
	background-color:#c5e5bf;
	width:950px;
	padding:4px;
	margin:0px;
	margin-left:-11px;
	border-top: 1px solid #000000;
}

.copy a
{
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size:11px;
	color:#010101;
}

.logo_layer
{
	background-color:#cae8c5;
	height:248px;
	margin:10px;
	margin-bottom:5px;
	border:1px solid #020101;
	text-align:right;
	padding-right:10px;
	background-image: url(../images/logos/vogel.jpg);
	font-family: "Trebuchet MS",arial;
	font-size:10px;
	color: #F4F5F5;
	background-repeat: no-repeat;
	background-position: top left;
}

.logologo
{
	background-image: url(../images/naturfreundelogo.png);
	position:absolute;
	top:180px;
	left:830px;
	width:110px;
	height:81px;
	z-index:1000;
}

.logo_layer a
{
	color: #F4F5F5;
	text-decoration:none;
}

.logo_layer div
{
	height:230px;
}

.logo_overlay_layer
{
	position:absolute;
	top:19px;
	background-image: url(../images/logo.png);	
	background-repeat: no-repeat;
	background-position: top left;
	height:155px;
	width:454px;	
}

.text_layer
{
	margin:11px;
	margin-top:0px;
	font-family: tahoma, "Trebuchet MS",arial;
	font-size:14px;
}

.text_layer h1
{
	font-family: "Trebuchet MS",arial;
	font-size:18px;
	color: #b21616;
}

.impressum_text
{
	font-family: tahoma, "Trebuchet MS",arial;
	font-size:12px;
}

.impressum_text h1
{
	font-family: "Trebuchet MS",arial;
	font-size:19px;
	color: #b21616;
}

.impressum_text h2
{
	font-family: tahoma, "Trebuchet MS",arial;
	font-size:14px;
	font-weight:bold;
}

.text
{
	font-family: tahoma, "Trebuchet MS",arial;
	font-size:12px;
}

.text h1
{
	font-family: "Trebuchet MS",arial;
	font-size:19px;
	color: #b21616;
}

#textimg
{
	float:left;
	margin-right:5px;
}

.textblock
{
	float:left;	
	margin-right:5px;
	background-color:#f4e4c4;
	width:460px;
	border:1px solid #b21616;
	margin-bottom:5px;
}

.tbheadline
{
	font-weight: bold;
	background-color:#b21616;
	color: #FEFEFE;
	font-family: "Trebuchet MS",arial;
	font-size:18px;
	padding-left:5px;
}

.tbtext
{
	padding:10px;
	text-align: justify;
}

.tbtext img
{
	float:left;
	margin-right:10px;
}

