@import "editor_style.css";

body {
	text-align:center;
	margin:0px;
	height:100%
	margin-top:0px;
	margin:0px;
	background-color:#FFFFFF;
}



div#top {
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:136px;
	background-image:url(/_images/top_bg.gif);
	
}

div#top_image {
	overflow:hidden;
	height:116px;
	width:700px;
	float:right;
	background-color:#FFFFFF;
}



div#content {
	
	
	text-align:left;
	background-image:url(/_images/content_bg.gif);
	width:995px;
	
	margin-left:auto;
	margin-right:auto;
	font-family:Arial;

	
}


div#right {
	float:left;
	margin-left:1px;	
	width:158px;
	position:relative;
	top:0px;
	right:0px;
	background-repeat:repeat-x;
	padding-top:30px;
}

div#navigation {

	width:191px;
	

}



/* navigation */

div#navigation {
	font-family:Times New Roman;
	font-style:italic;
	float:left;
	font-size:15px;
	padding-top:30px;
	
}

div#navigation table {
	margin-top:30px;

}
div.navbutton{
	display:none;
}


div.subnavigation{
	display:none;
}

div.subnavigation_active{
	display:block;
}
div.subnavbutton {
	line-height:30px;
	background-image:url(/_images/nav_td_bg.gif);
	background-repeat:repeat-x;
	height:30px;
}

div.subnavbutton a {
	
	background-repeat:no-repeat;
	background-image:url(/_images/kaese.gif);
	padding-left:36px;
	margin-left:12px;
	margin-top:3px;
	text-decoration:none;
	color:#000000;
}

div.subnavbutton_active a {
	
	background-image:url(/_images/kaese_red.gif);

}	

div#main {
	
	float:left;
	position:relative;
	width:549px; /*645 ie6*/
	min-height:400px;
	padding-left:48px;
	padding-right:48px;
	padding-bottom:48px;
	
}



h1 {
	
	background-image:url(/_images/headers/geschichte.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#CB8312;
	text-indent:90px;
	font-size:20px;
	font-style:italic;
	overflow:hidden;
	width:600px;
	height:90px; /*  ie 6 - 66*/
	line-height:90px;
	vertical-align:bottom
	
	vertical-align:top;
	font-family:Times New Roman;
	font-weight:100;
	margin-left:-28px;
	
	
}
h1:first-letter {
	font-weight:bold;
	font-size:28px;
	
}

div#footer {
	clear:right;
	clear:left;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:30px;
	background-image:url(/_images/footer_bg.gif);
	
}

a img {border:none;}



