body, html {
	margin:0px;
	background-image:url('../img/core/bg_body.gif');
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:1em;
	color:#333333;
}
#frame {
	width:700px;
	margin:0px auto;
	text-align:left;
	background-color:#C3BAAB;
}
#logo{
	height:100px;
	background-color:#88130D;
	background-image:url('../img/core/logo.gif');
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
}
#headbild{
    margin:0px;
	float:right;
}	
#main_menu {
	/* Höhe nicht absolut festgelegt, ändert sich aufgrund des */
	/* Paddings mit der Schriftgröße */
	padding:2px 5px 9px 15px;
	background-color:#6C0F00;
	background-image:url('../img/core/bg_menu.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
}
#main_menu a {
	font-size:0.8em;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 4px;
}
#main_menu a.highlight {
	color:#000000;
	font-weight: 500;
}
#sub_menu {
	/* Höhe nicht absolut festgelegt, ändert sich aufgrund des */
	/* Paddings mit der Schriftgröße */
	padding:2px 15px;
	color:#6c0f00;
}
#sub_menu a {
	font-size:0.8em;
	color:#88130D;
	text-decoration:none;
	margin:0px 5px;
}
#sub_menu a.highlight {
	color:#000000;
	font-weight: 500;
}
#head {
	/* background-color:#6C0F00; */
	height:180px;
	/* background-repeat:no-repeat; */
	color:#FFFFFF;/* Textfarbe */
	display:table;
}
#head_left {
	_position: absolute; /* _unterstrich wird nur im Browser IE wirksam. */
	width:380px;
	padding:20px;
	margin:0px;
	display:table-cell;
	vertical-align:middle;
}
#head_left h1 {
	margin:0px;
	font-family:serif;
	font-size:1.4em;
	font-weight:100;
	text-transform:uppercase;
}
#head_left p {
	font-size:0.9em;
}
#head_right {
	width:300px;
	height:180px;
	text-align:right; 
	margin:0px;
	float:right;	
}
#content {
	padding:10px 60px 10px 20px;
	font-size:0.8em;
}
.footer {
	padding:10px 20px 10px 20px;
	margin-bottom:15px;
}
.footer a {
	text-decoration:none;
	color:#FFFFFF;
}
.footer h1 {
	display:inline;
	font-family:serif;
	font-size:1.4em;
}
.footer p {
	display:inline;
	font-size:0.8em;
	padding-left:20px;
}
td.menbild {
	width:150px;
	height:150px;	
}
td.mentext {
    width:200px;
	height:150px;
}

