/* CSS Document */

body
{
	background-color: #84A8C1;
	margin: 30px 0 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	overflow: -moz-scrollbars-vertical;
}
p {
text-align:left;
margin:0;
}

#main {
background-color: #FFFFFF;
width: 915px;
}
#topheader {
height:57px;
width:905px;
background-image: url(../images/quick.gif);
background-position:right;
background-repeat:no-repeat;
}

#header {
height: 164px;
width: 915px;
text-align:left;
background-image: url(../images/header.png);
background-position:right;
background-repeat:no-repeat;
overflow:hidden;
}

#menu {
height:24px;
width:915px;
background-color:#CCCCCC;
float:left;
border-bottom:#999999 1px solid;
border-left:#fff 1px solid;
} 

#menuitems
{
	position: relative;
	text-align: left;
	top: 4px;
	left: 32px;
} 
		
#menu ul {
		padding:0;
		margin:0;
		}

#menu ul li{
		list-style:none;
		padding:5px 0  0 0;
		margin:0;
		float:left;
		height:19px;
		padding-top:5px;
		padding-left:3px;
		padding-right:3px;		
		}

#menu ul li a{
		text-decoration:none;
		font-weight:bold;
		color:#333333;
		display:block;
		width:78px;
		}

#menu li:hover,active {
		background-color:#AEC500;
		}

		
#content
{
	width: 915px;
	height: auto;
	z-index: 1;
	background-color: #fff;
	float: left;
}	

#text
{
	position: relative;
	text-align: left;
	top: 20px;
	left: 33px;
	z-index: 0;
}

#illustrations
{
	position: relative;
	text-align: left;
	top: 0px;
	left: 100px;
	z-index: 1;
}

#contentleft {
width:677px;
float:left;
}
	
#titelblok {
border-bottom:#666666 1px solid;
margin-top:20px;
height:20px;
width:617px;
float:left;
margin-left:20px;

}
		#titel {
		float:left;
		}
		#datum {
		float:right;
		font-size:10px;
		}
		
#contentright {
width:238px;
float:right;
margin-top:30px;
}
	.border {
	border:#999999 4px solid;
	margin:10px;
	}

#newsblok {
width:915px;
}
	#newsholder {
	width:677px;
	float:left;
	height:auto;
	}

#logo {
position:absolute;
height:101px;
width:372px;
margin-top:10px;
margin-left:30px;
background-image:url(../images/logo.png);
}
	* html #logo{
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png", sizingMethod="scale");
	behavior: url("../iepngfix.htc");
	}

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

a:hover, a:active
{
	text-decoration: none;
	color: #AEC500;
}


#contentp
{
	margin: 0 40px 400px 40px;
	width: 577px;
}

/* define styles */

.title
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.text_white
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.text
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.small
{
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.nav
{
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 0px;
	font-style: normal;
}

.image { text-align: center; }