
body {
	background-color:#dedede;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	line-height:17px;
	color:#D2D2D2;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,p {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	line-height:17px;
}
p {
	padding:10px 0;
}
a {
	color:#fff;
}
a img {
	border:none;
}
td {
	vertical-align:top;
}
#page {
	width:800px;
	text-align:left;
	background-color:#fff;
}
/* Height of the content-box */
.fullsize:after, #page:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #page {
	display:inline-table; 
}
* html .page { 
	height:1%; 
}
.fullsize, #page {
	display:block; 
}
/* Height end */


#header {
	height:135px;
	text-align:center;
}
#headline {
	width:595px;
	height:55px;
	background:url(../img/hg_kopf.gif) left center no-repeat;
	vertical-align:bottom;
	padding-left:205px;
	padding-top:60px;
}

#menu {
	width:140px;
	padding:20px 0;
	text-align:right;
}
#content {
	width:600px;
	background:url(../img/hg_links.gif) left top repeat-y;
	text-align:left;
	padding:0 0 0 60px;
}
#text {
	width:600px;
	background-color:#bb2924;
	min-height:340px;
}

ul {  	padding-left:15px;}


#footer {
	width:800px;
	height:40px;
	background:url(../img/hg_fuss.gif) right top no-repeat;
	background-color:#fffff;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}