@charset "UTF-8";

#page
{
	width:808px;
	height:456px;
	margin-left:-404px;
	margin-top:-228px;
	left:50%;
	top:50%;
	position:absolute;
	font-family: verdana;
}

#content
{
 	width:100%;
	height:456px;
}

#foot
{
	font-size:9px;
	height:14px;
	margin-top:6px;
}

#logo
{
	background-image:url(../Images/Logo.png);
}

#mail
{
	background-image:url(../Images/Email.png);
}


#bar
{
	float:left; 
	width: 152px;
}

#menu ul
{
	list-style:none;
	color:#31942e;
	position: absolute;
	margin:0px;
	padding:0px;
}

#menu ul li
{
	display:block;
	height:20px;
	font-weight:bold;
	font-size:12px;
	width:152px;
	padding:5px 0px 0px 50px;
	position: relative;
	margin:0px;
}

#menu ul li ul
{
	position:absolute;
	left:202px;
	width:198px;
	border:1px solid #31942e;
	background-image:url(../Images/80pt.png);
	list-style:none;
	display:none;
	padding:4px 0px 4px 0px;
	margin:0px;
	top:-6px;
}

#menu ul li ul li
{
	padding:5px 0px 0px 10px;
	margin:0px;
	width:188px;
	height: 20px;
}

#menu ul li a
{
	display:block;
	color:#31942e;
	width: 150px;
}

#menu ul li a:hover
{
	color:#d4011d;
}


#menu ul li ul li a
{
	display:block;
	width: 190px;
	color:black;
	font-weight:normal;
}

#menu ul li ul li a:hover
{
	color:black;
}


#view
{
	width: 606px;
	height: 456px;
	background-color: #0ff;
}

.active
{
	background-color:#ecf6eb;
	background-image:url(../Images/List.png);
	background-position:25px 5px;
	background-repeat:no-repeat;
	color:#d4011d;
}

.activesub
{
	background-color:#d5e9d4;
	background-image:url(../Images/Pfeil.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
}

.box
{
	width:200px;
	height:150px;
	border:1px solid white;
	float: left;
	background-repeat: no-repeat;
	background-color:#d5e9d4;
}

.content_box
{
	width:188px;
	height:144px;
	overflow: hidden;
	padding: 3px 6px 3px 6px;
	font-size: 10px;
	float: left;
	background-repeat: no-repeat;
	background-color:#d5e9d4;
	border:1px solid white;
}

.content_box a
{
	text-decoration: none;
	color:black;
}
.content_box ul
{
	padding-left: 9px;
	margin-left: 9px;
}



.green
{
	color:#31942e;
}

.red
{
	color:#d4011d;
}

.bold
{
	font-weight:bold;
}

a
{
	text-decoration:none;
	color:black;
}

ul, p
{
	padding:2px;
	margin: 2px;
}

