 
@import url(menuhorizontal.css);

  
#html, body {
	width:100%;
	height:100%;
	background:url(img/panorama2010_bg.jpg) #8aa626 no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}


#wrapper {
	position:relative;
	margin:0 auto;
	width:980px;;
}

#wrapper-column {
	background:url(img/panorama2010_main.png) repeat-y;
	width:980px;;

}

#header {
	position:relative;
	width: 980px;;
	margin: 0 auto;
	background:url(img/panorama2010_top.png) no-repeat;
	height:320px;
	
}

#navigation-horizontal {
	position:absolute;
	top: 270px;
	left:90px;
	width:600px;
	height:25px;
	z-index:900;
}

#bild-top {
	position:absolute;
	top:60px;
	left:50px;
	width:880px;
	height:210px;
	overflow:hidden;
}


#column1 {
	float: left;
	width: 580px;
	display: inline;
	margin-left: 90px;
	z-index:800;
}

#column2 {	
	float: left;
	width: 200px;
	display: inline;
	margin-left: 20px;
}



.minheight-200 {
   min-height: 200px;
   height: auto !important;
   height: 200px;
}

/* --------------- footer ---------*/

.footer {
	position:relative;
	background:url(img/panorama2010_footer.png) no-repeat;
	height:150px;
	width:980px;
	z-index:700;
}

#footer-innen {
	position:absolute;
	top:25px;
	left:0;
	width:980px;;
	text-align:center;
}

.schluss {
	clear:both;
	height: 25px;
}


/* ################################################################### */
/* -------------------------------------- Schrift -------------------- */

#column1, #column2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #012619;
	text-align:justify;
}

.csc-firstHeader, h1 {
	font-size: 1.8em;
	color:#012619;
	border: none;
	padding:0 0 10px 0;
	margin:0;
	text-align:left;
}

h1, #column2 .csc-firstHeader {
	font-size:1.5em;
	color:#fff;
	padding:15px 0 5px 0;
}
	
h2 {
	font-size: 1.1em;
}
	
	
h3 {
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}


.csc-textpic-caption {
	font-size: 0.7em;
	color: #515151;
	font-style: italic;
	text-align: right;
	}
	
.contenttable p {
	margin: 0;
	padding: 0;
}

.contenttable td {
	vertical-align:top;
}





/* ################################################################# */
/* -------------------------------------- Links -------------------- */


#footer-innen {
	font-size: 0.7em;
	color: #fff;
}


#footer-innen a:link {
	color: #fff;
	text-decoration:none;
}
#footer-innen a:visited {
	color: #fff;
	text-decoration:none;
}
#footer-innen a:hover {
	color:#012619;
	text-decoration:underline;
}
#footer-innen a:active {
	color:#012619;
	text-decoration:none;
}



#column1 a:link, #column2 a:link {
	color:#012619;
	text-decoration:underline;
}
#column1 a:visited, #column2 a:visited {
	color:#012619;
	text-decoration:underline;
}
#column1 a:hover, #column2 a:hover {
	color:#fff;
	text-decoration:underline;
}
#column1 a:active, #column2 a:active {
	color:#fff;
	text-decoration:underline;
}
