h1,h2,h3,h4,h5,h6,div,p,body,html,input,button,td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 {
	font-size:15px;
	font-weight: bold;
}
h2 {
	font-size:13px;
	font-weight: bold;
}
h3 {
	font-size:12px;
	font-weight: bold;
}

table td
{
	vertical-align:top;
}
a
{
	color:#335563;
	text-decoration:underline;
}
a:hover
{
	color:#002A3C;
	text-decoration:none;
}



body {
  background-Color: #ffcc66;
}
img.block {
	display:block;
}
div, img {
  margin:0;
  padding:0;
  border:0;
}
#container {
	position:relative;
	width: 814px;
	margin:0 auto;
	background-color:#FFF3D7;
}
	#header
	{
		position:relative;
		width:100%;
		background-color:#002A3C;
	}
		#hleft {
			position:relative;
			float:left;
			width:150px;
			height:129px;
			/*background-color:#335563;*/
		}
		#hmiddle {
		position:relative;
		float:left;
		width:483px;
		height:107px;
		/*background-color:#002A3C;*/
		}
		#hright {
		position:relative;
		float:right;
		width:181px;
		height:129px;
		/*background-color:#335563;*/
		}
		#hmenu {
			position:absolute;
			top:107px;
			left:150px;
			font-size:10px;
			width:473px;
			height:12px;
			text-align:right;
			color: white;  
			padding: 5px;
		}
		#hmenu a {
			text-decoration: none;
			color:white;
		}
	#inhalt
	{
		position:relative;
		width:100%;
	}
		#left { 
			position:relative;
			float:left;
			width:150px;
			background-color:#002A3C;
		}
		#center { 
			position:relative;
			float:left;
			width:634px;
			padding:15px;
		}
	#footer {
		position:relative;
		margin-top: 30px;
		font-size:9px;
		text-align:center;
		padding:10px;
	}
	










/*-----------------------------------*/

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}
div#right { 
	width:150px; 
	height:64%;
	float:right; 
	text-align:left; 
	padding-top:10px;	
	background-color:#335563;
}
.float-left { 
	float:left; 
}

.clear
{
	clear:both;
}