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

@import url("normalisierung.css");

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		background-color:#f9fbfc;
		background-image:url(../bilder/hintergrund/hg_header_ausstellung_NEU.jpg);
		background-position:0px -25px;/* weil der wrapper -5px nach oben gezogen ist!*/
		background-repeat:repeat-x;
}


div#wrapper {
		margin-top:-5px;
		width:1800px;
		height:850px;
}

div#header {
	height:80px;
	
}

div#hauptnavigation {
	height:75px;
	width:700px;
	background-image:url(../bilder/hintergrund/hg_hauptnavigation_ausstellung.jpg);
	background-position:0 -5px;/* weil der wrapper -5px nach oben gezogen ist!*/
	background-repeat:no-repeat;
	float:left;
	z-index:1;
}

#hauptnavigation ul {
	margin-top:29px;
	margin-left:100px;
}

#hauptnavigation li {
	float:left;
	padding-right:20px;
}

#hauptnavigation a {
color:#3fb114;
text-decoration:none;
font-weight:500;
font-size:1.1em;
}

#hauptnavigation a:hover {
color:#c1e7a0;
text-decoration:none;
}

.sublink {border-top:3px solid #1f4560;}

/* subnavigation */

div#subnavigation {
	height:75px;
	width:1000px;
	float:left;
}

#subnavigation ul {
	margin-top:28px;
	margin-left:20px;
}

#subnavigation li {
	float:left;
	padding-right:4px;
}

#subnavigation a {
color:#005e7b;
text-decoration:none;
font-weight:600;
font-size:.7em;
}

#subnavigation a:hover {
color:#ffffff;
text-decoration:none;
}



/*  Inhaltsbereich */

div#slider_outside {
	height:775px;
	width:1750px;
	position:relative;
	top:0px;
}

div#slider_inside {
	position:relative;
	width:1750px;
	height:770px;
	margin:0 auto;
	overflow:hidden;
}



div#slider_content {
	position:absolute;
	top:0;
	left:0;
	height:775px;
}


.slider_content {
	float:left;
	width:998px;
	height:773px;
}
/* Hintergrundbild #slider_content: */
.bg_image {
background-image:url(../bilder/hintergrund/hg_ausstellung.jpg); 
background-repeat:no-repeat;
background-position:3px 515px;
}

div#sc_01 {
	width:740px;	
}
div#sc_02 {
	position:relative;
}


#sc_01 h1 {
	margin-top:20px;
	color:#8ecc99;
	font-size:1.7em;
	font-weight:bold;
}



h2 {
	margin-top:20px;
	color:#8ecc99;
	font-size:1.1em;
	line-height:1.5em;
}

h3 {
	text-align:left;
	font-weight:700;
	font-size:1.1em;
	margin-bottom:20px;	
	line-height:1.5em;
	color:#8ecc99;
}


.w500 {
	width:500px;
	font-weight:400;
}

/* Innenbereiche Content für Padding: */

div#ic_01 {
	padding: 20px 50px 0px 115px;
	position:relative;	
}
div#ic_02 {
	padding: 40px 0px 0px 0px;
	position:relative;
}


h2 span {
	background-color:#002548;
	height:1.2em;
}

.buttons {
	position:absolute;
	top:0px;
	left:657px;
}

.buttons img {
		cursor:pointer;
}



/* Schrifteinstellungen / Klassen  */
p {font-size:.9em; font-weight:400;}
.greentext {color:#8ecc99; font-weight:800px;}
.breadcrumb {font-size:.7em; text-align:right; font-weight:300px; padding-right:50px; position:relative; top:-12px;}
.breadcrumb a {color:#000000; text-decoration:none; font-weight:600;}
.breadcrumb a:hover {color:#8ecc99;}
.float-left {float:left; padding-right:30px;}
.float-right {float:right;}
.text400 {width:380px;}


.bilduntertitel {
	font-size:.7em;
	margin-top:10px;
	padding-left:10px;
	line-height:1.2em;
}

.scrolltext {
margin-top:30px;
width:570px;
height:550px;
text-align:justify;
overflow:hidden;
}

.scrolltext div {
padding:0px 20px 30px 0px;
overflow:scroll;
height:536px
}

.scrolltext p {
line-height:1.6em;
font-weight:400;
color:#333333;
}



/* Links Slider_Content */

.links {
		position:absolute;
		top:675px;
		left:715px;
		z-index:99;
}

.links a {
	color:#1f4560;
	text-decoration:none;
	font-weight:600;
	font-size:.7em;
	
}

.links a:hover {
	color:#84a7bb;
}


#footer {
	position:absolute;
	top:740px;
	left:117px;
	height:20px;
	width:1000px;
	border-top:1px solid #90b1c0;
	background-image:url(../bilder/hintergrund/hg_memorial.jpg);
	background-repeat:no-repeat;
	background-position:left;
}





