
/* Global definitions */
* {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
}
body {
	background-color: #333;
	background: url(../images/background.png);
}
img {
	display: block;
}

a:link, a:visited
{
	color: #BDDBF9;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

/* Layout */
#head
{
	width: 850px;
	height: 151px;
	background-image: url(../images/header.png);
}
#site {
	margin: auto;
	width: 880px;
}
#body {
	padding: 0 15px;
	float: left;
	width: 850px;
	background-image: url(../images/dropshaddow.png);
}
#dropshadowFooter {
	width: 880px;
	float: left;
}
#action_box {
	float: left;
	width: 850px;
	background-color: #333;
}
#text_box {
	float: left;
	width: 530px;
	margin: 45px;
}
#text_box h1{
	color: white;
	font: 100.1% Verdana;
	padding-bottom: 20px;
	line-height: 17px;
	font-weight: bold
}	
#text_box h2{
	color: white;
	font: 80% Verdana;
	padding-bottom: 15px;
	line-height: 15px;
	font-weight: bold
}	
#text_box ul {
	color:white;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold
	float: left;
	width: 530px;
}	
#text_box ul a{
	color:white;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold
	float: left;
	width: 530px;
}	
#text_box ul li {
	color:white;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold
	float: left;
	width: 530px;
}	
#text_box ul li a{
	color:white;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold
	float: left;
	width: 530px;
}	
#footer {
	width: 850px;
	background-color: #222;
	font: 10px Verdana;
	float: left;
	padding: 5px 0;
	text-align: center;
	color: white;
}

#active_category {
    background-color: #003667;
}

/* Shaddow */
#left_shaddow, #right_shaddow {
	float: left;
}

/* Top-Navigation */
#navigation div {
	background-color: #005aab;
	text-align: center;
}
#navigation ul {
	height: 29px;
	width: 800px;
	margin: auto;
}
#navigation ul li {
	float: left;
	list-style-type: none;
	width: 200px;
}
#navigation ul li a {
	display: block;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	font: 15px Arial;
	color: white;
}
#navigation ul li a:hover {
	background-color: #003667;
}

/* Content-Area */
#subnavigation {
	display: block;
	float: left;
	width: 170px;
	margin: 35px 0 30px 60px;
	list-style-type: none;
}
#subnavigation li {
	margin: 10px 0;
}
#subnavigation li img {
	display: inline;
	float: left;
	margin-right: 20px;
}
#subnavigation li a {
	margin: 5px 0 5px 15px;
	display: block;
	font: 13px Arial;
	text-decoration: none;
	color: white;
}
#text_box p {
	color: white;
	font: 12px Verdana;
	padding-bottom: 20px;
	line-height: 17px;
}
#footer a {
	color: white;
}
#imprint {
	margin-top: 40px;
}
#imprint p {
	font-size: .6em;
	padding-bottom: 5px;
	color: #888;
}

.checkField
{
	border: 2px solid #840404;
}

.imageListEntry
{
	font: 12px Verdana;
	padding: 10px;
	clear: left;
}
	
	.imageListEntry img
	{
		border: 1px solid #fff;
		float: left;
	}
	
	.imageListEntry span
	{
		margin-left: 20px;
		float: left;
		
		color: #eee;
	}
	
	.imageListEntry span strong
	{
		color: #fff;
		font-size: 1.2em;
	}
	
dl
{
	color: white;
	font: 12px Verdana;
	padding-bottom: 20px;
	line-height: 17px;
}

dl dt
{
	width: 100px;
	float: left;
	clear: left;
}

dl dd
{
	float: left;
}
