/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	font:76% Arial,Verdana,Tahoma,sans-serif;
	line-height:1.7em;
	color:#303030;
	background:#05233f;
}

a{
	color:#ffffff;
	font-weight:regular;
	text-decoration:underline;
	background-color:inherit;
}

a:hover{
	color:#ffcc33; text-decoration:none; background-color:inherit;
}
a img{
	border:none;
}
p{
	padding:0 0 1.6em 0;
}
p form{
	margin-top:0; margin-bottom:20px;
}

img.left{
	float:left; margin-right:20px; margin-top:5px;
}
img.center{
	display:block; margin:0 auto 5px auto;
}
img.right{
	float:right; margin:0 0 5px 12px;
}

/**************** wrapper styles ****************/

#container{
	width:980px;
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	background:#23415d;
	color:#303030;
}

/**************** Content styles ****************/

#content{
	float:left;
	width:560px;
	font-size:1em;
	padding:40px 0 40px 40px;
	color:#FFFFFF;
	background-color:inherit;
}

#content h2{
	display:block;
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
	font-size:1.6em;
	font-weight:normal;
	color:#ffcc33;
	background-color:inherit;
	text-transform: uppercase;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}
#content h3{
	display:block;
	margin:0 0 5px 0;
	padding:5px 0 5px 0;
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #374f65;
}
#content .tab{
	margin:0 0 0 40px;
}

#content h2 a{
	font-weight:normal;
}
#gallery{
	margin:0;
	padding:1px 40px 40px 40px;
	text-align:left;
	background:#23415d;
	color:#303030;
}
#gallery h2{
	display:block;
	margin:40px 0 20px 0;
	padding:5px 0 5px 0;
	font-size:1.6em;
	font-weight:normal;
	color:#ffcc33;
	background-color:inherit;
	text-transform: uppercase;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}

/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:300px;
	font-size:1.0em;
	padding:40px 40px 0 40px;
	color:#FFFFFF;
	background-color:inherit;

}

#subcontent h2{
	display:block;
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
	font-size:1.6em;
	font-weight:normal;
	color:#ffcc33;
	background-color:inherit;
	text-transform: uppercase;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}
#subcontent h3{
	display:block;
	margin:0 0 5px 0;
	padding:5px 0 5px 0;
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #374f65;
}

/**************** Footer styles ****************/

#footer{
	clear:both;
	height:30px;
	padding:0 0 0 40px;
	margin:0;
	font-size:0.8em;
	color:#82919f;
	background:#374f65;
}
#footer p{
	padding:5px 0 0 0; margin:0; text-align:left;
}
#footer a{
	color:#82919f; background-color:inherit; font-weight:normal;
}
#footer a:hover{
	color:#ffffff; background-color:inherit; text-decoration: underline;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.bild { float: left; text-align: center; width:90px;
height:90px; margin:10px; padding:10px; color:#FFFFFF; font-size:0.8em;	line-height:1.2em;}
.bild img { margin: 0}
.gruppe {margin: 0;}
.leer {margin-left: 5px; clear: both }
.uppercase {text-transform:uppercase; font-weight:bold; color:#FFFFFF;}