#flashcontent {
	height: 100%;
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}

#flash{
display: block;
}
html{
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
}


body {
font-size: 12px;
font-family: Verdana, sans-serif;
}
h1 {
font-family: Verdana, sans-serif;
font-size: 60px;
color: #037b9d;
margin: 0px;
}
h2, h3 {
font-family: Verdana, sans-serif;
font-size: 25px;
color: #037b9d;
margin: 0px;
}
button {
background-color: #e0eff6;
border: 1px solid #7fcadc;
}
a {
text-decoration: none;
color: #037b9d;
}
a img { border:0px; }
#header {
width: 960px;
margin: auto;
}
#navi {
width: 960px;
margin: auto;
z-index: 60;
}
#navi a {
display: block;
height: 30px;
font-size: 20px;
margin: 0px 5px 0px 5px;
padding: 0px 5px 0px 5px;
z-index: 60;
padding-top: 5px;
}
#navi ul {
margin: 0px;
padding: 0px;
list-style: none;
width: 960px;
z-index: 60;
}
#navi .first {
height: 35px;
width: 10px;
background: url(/images/navi_bg.png) no-repeat;
z-index: 60;
}
#navi .last {
height: 35px;
width: 10px;
background: url(/images/navi_bg.png) no-repeat bottom;
z-index: 60;
}
#navi .last:hover { background: url(/images/navi_bg.png) no-repeat bottom; }
#navi .first:hover { background: url(/images/navi_bg.png) no-repeat; }
#navi li {
z-index: 60;
position: relative;
height: 35px;
margin: 0px;
padding: 0px;
float: left;
background: url(/images/navi_bg.png) repeat-x 0px -35px;
}
#navi ul li li:hover {
background: url(/images/navi_bg.png) repeat-x 0px -70px;
}
#navi ul li li ul {
z-index: 60;
display: none;
position: absolute;
top: 0;
left: 0;
margin-left:-1px;
}
#navi ul li li ul li a {
z-index: 60;
font-size: 15px;
padding-top: 0px;
}
#navi ul li li ul li {
z-index: 60;
clear: both;
width: 185px;
height: 20px;
background-color: #FFFFFF;
background-image: none;
border: 1px solid #7cc9db;
border-top: none;
}
#navi ul li li ul li:hover {
background-image: none;
}
#navi ul li li>ul {
top: auto;
left: auto;
z-index: 60;
}
#navi ul li li:hover ul, ul li li:hover ul {
background-color: #FFFFFF;
display: block;
width: 185px;
}


#content {
clear: both;
width: 960px;
margin: auto;
margin-top: 60px;
}
#column1 {
width: 538px;
float:left;
}
/** Inhalt Col1 **/
#carousel {
width: 538px;
height: 231px;
background: url(/images/box_bg.png) no-repeat;
overflow: hidden;
position: relative;
margin-bottom:20px;
}
#carousel h3 {
position: absolute;
top: 170px;
width: 440px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
#carousel ul{
position: relative;
padding: 0;
}
#carousel li{
width: 520px;
height: 165px;
margin: 10px;
margin-top: 0px;
float: left;
list-style: none;
}
#previous {
margin-left: 10px;
cursor: pointer;
}
#next {
margin-left: 450px;
cursor: pointer;
}

#column2 {
width: 380px;
float: right;
}

#banner {
width: 468px;
margin-left: 620px;
/*margin-top: -60px; Sinn? */

}


