@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{
text-align : center; 
height: 101%;
width: 100%;
 }

body { 
position : relative; 
width: 973px;
margin : 0 auto; 
text-align : left; 
height: 100%;}


div#branding; div#content; div#site_info  { 
position : relative; 
width : 973px; 
}

div#content  { 
min-height: 685px;
}

div#bildleiste { 
position : absolute; 
width : 77px; 
height: 747px;
}

div#text { 
position : relative; 
width : 323px; 
min-height: 700px;
}

#hauptnavi {
	position:absolute;
	left:480px;
	top:97px;
	width:184px;
	height:233px;
	z-index:2;
}

#unternavi {
	position:absolute;
	left:480px;
	top:400px;
	width:184px;
	height:51px;
	z-index:2;
}


#laboe {
	position:absolute;
	left:777px;
	top:98px;
	width:20px;
	height:21px;
	z-index:3;
}

#siegessaeule {
	position:absolute;
	left:891px;
	top:201px;
	width:20px;
	height:21px;
	z-index:3;
}

#wartburg {
		position:absolute;
	left:783px;
	top:288px;
	width:13px;
	height:16px;
	z-index:3;
}

#voelkerschlachtdenkmal {
	position:absolute;
	left:855px;
	top:267px;
	width:20px;
	height:21px;
	z-index:3;
}

#kaiserwilhelmdenkmal {
	position:absolute;
	left:733px;
	top:213px;
	width:16px;
	height:15px;
	z-index:3;
}

#hermannsdenkmal {
	position:absolute;
	left:732px;
	top:232px;
	width:13px;
	height:16px;
	z-index:3;
}

#kyffhaeuser {
	position:absolute;
	left:808px;
	top:271px;
	width:20px;
	height:21px;
	z-index:3;
}

/* =si_clear_children */
.pc,.sc {
	position : absolute;
	top: 9px;
	left: 0;
}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
