
body 
{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
}

/* Standard Schriftart */
*, td, p 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 150%;
	color:#000000;
}

a, a:link, a:hover, a:visited, a:active 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00396B;
	text-decoration: none;
}

/* Navigationsdefinitionen */

div.navpoint 
{
	display: block; 
	width: 250px;
	min-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url("/images/navi/bg.gif");
	background-repeat: no-repeat;
	background-color: #EEEAE0;
}

div.top
{
	background-image: url("/images/navi/bg_top.gif");
}

div.bottom
{
	background-image: url("/images/navi/bg_bottom.gif");
}

div.subnav
{
	display: block; 
	width: 250px;
	min-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url("/images/navi/sub_bg.gif");
}

div.subnav a
{
	display: block; 
	margin-left: 14px;
	width: 234px;
}

div.subnavborder
{
	height: 1px;
	width: 248px;
	border-left: 1px solid #00396B;
	border-right: 1px solid #00396B;
	background-color: #EEEAE0;
}

div.subnavline
{
	height: 1px;
	width: 250px;
	background-color: #00396B;
}

div.subhomedivider
{
	height: 10px;
	width: auto;
	border-top: 1px solid #DACB96;
	background-color: #FFFFFF;
	margin-top: 10px;
}

/* DIV über die ganze Seite */
#maincontent
{
	width:992px;
	text-align:center;
	height:95.8%;
	padding:10px;
	left:0;
	top:0;
}

/* Header */
.headerleft
{
	float:left;
	width:250px;
	text-align:center;
	background-color:#EEEAE0;
	border-bottom: 1px solid #ffffff;
}

.headermiddle 
{
	float:left;
	width:490px;
	text-align:center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color:#F7F4E9;
}

.headerright 
{
	float:left;
	width:250px;
	text-align:center;
	border-bottom: 1px solid #ffffff;
	background-color:#F0E9D3;
}

/* Content */
.contentleft 
{
	width:250px;
	text-align:left;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	background-color:#EEEAE0;
	background-image: url(../images/kugeln.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	overflow:hidden;
}

.contentmiddle 
{
	width:490px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color:#F7F4E9;
	vertical-align: top;
}

.content 
{
	width:450px;
	text-align:left;
	margin:20px;
	background-color: white;
}

/*
.content h3
{
	background-image: url(../images/header_line.jpg);
	height:21px;
	font-size: 11px;
	font-weight:bold;
	padding-top:3px;
	padding-left:10px;
	color: #00396B;
	margin:0px;
	width:auto;
}
*/

.content h3
{
	background: #e2d29f url(../images/header_line.png) repeat-x top left;
	height:auto;
	font-size: 11px;
	font-weight:bold;
	padding-top:3px;
	padding-left:10px;
	color: #00396B;
	margin:0px;
	width:auto;
	padding-bottom:3px;
}

h3.active, h3.active a, h3.active a:visited, h3.active a:active
	{
	background-image: url(../images/header_line_active.jpg);
	color: #FFFFFF;
	}

.content p
{
	width:auto;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content h2
{
	font-size: 13px;
	font-weight:bold;
	padding:0px;
	padding-left:10px;
	color: #00396B;
	margin:0px;
	width:auto;
}

.content em
{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #00396B;
}

.content dl
{
	margin-left: 12px;
	margin-right: 12px;
}

.content dt
{
	width: 90px;
	margin: 0px;
	float: left;
}

.content dd
{
	width: 330px;
	margin-left: 92px;
	margin-bottom: 15px;
}

.contentright 
{
	border-bottom: 1px solid #ffffff;
	background-color:#F0E9D3;
	background-image: url(../images/logo_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	overflow:hidden;
	width:285px;
}

div.col1
	{
	width: 220px;
	float: left;
	margin-right: 10px;
	}
	
div.col2
	{
	width: 220px;
	float: left;
	}
	
div.left
	{
	width: 52px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	}
	
div.right
	{
	width: 51px;
	float: left;
	margin-bottom: 2px;
	}
	
.imgleft
	{
	margin: 5px;
	margin-left: 0px;
	}
	
.imgright
	{
	margin: 5px;
	margin-right: 0px;
	}
	
.imglink
	{
	border: 1px solid #00396B;
	}
	
div.image_archive
	{
	float:left;
	margin-bottom:10px;
	}

/* Footer */
.footerleft 
{
	float:left;
	width:249px;
	height:89px;
	text-align:center;
	background-color:#F7F4E9;
}

.footermiddle 
{
	float:left;
	width:490px;
	height:89px;
	text-align:right;
	border:0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color:#EEEAE0;
}

.footerright 
{
	float:left;
	width:249px;
	height:89px;
	text-align:center;
	background-color:#F7F4E9;
}

/* Impressum, Kontakt */

.imko 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00396B;
	float:left;
	width:245px;
	height:18px;
	text-align:left;
	padding:2px;
	border-top: 3px solid #ffffff;
	background-color:#FFFFFF;
}

/* Form definitions */

table.kontakt
	{
		margin: 12px;
	}
	
table.kontakt td
	{
		padding-bottom: 5px;
	}

textarea
	{
		border: 1px solid #00396B;
		width: 250px;
		height: 150px;
		padding: 2px;
	}
	
table.kontakt select
	{
		width: 200px;
	}
	
input.text
	{
		border: 1px solid #00396B;
		width: 250px;
		height: 15px;
		padding: 2px;
		color: #777777;
	}	
	
input.checkbox
	{
		width: 12px;
		height: 12px;
		margin-top: 5px;
	}
	
input.submit
	{
		border: 1px solid #00396B;
		background-color: #D9CB96;
		width: 250px;
		height: 22px;
		padding: 2px;
		color: #000000;
	}
	
.error
	{
		color: #AD2D2F;
		font-weight: bold;
	}