/* Farben SchloB Dancers 

Mittelblau: 8AB2DA;
Logo (dunkel): 0071B9;

*/

html {
	height: 100%; 
	margin-bottom: 1px; 
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white; 
}

body, p, ul, li, a, td, textarea, .eingabe, .button, select {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -478px;
    width:955px; 
    height:500px;  
    border: 1px solid #0071B9;
    z-index:1;
    }

img {
    border: 0px;
}

#logo {
    position: absolute;
    left: 34px; 
    top: 28px; 
    width: 316px;
    height: 117px;
    }

#hauptbild {
    position: absolute;
    left: 0px; 
    top: 263px; 
    width: 955px;
    height: 220px;
    }

#main1 {
    position: absolute;
    top: 118px;
    left: 410px;
    width: 250px;
    height: 140px;
    text-align: right;
 
    }

#main2 {
    position: absolute;
    top: 118px;
    left: 688px;
    width: 250px;
    height: 140px;
    text-align: left;
    }

#main1 p, #main2 p {
	color: #000000;
    padding: 0px; 
    margin: 13px 0 0 0;
    line-height: 13px;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}


#fussleiste {
    position: absolute;
    left: 0px;
    top: 483;
    width: 955px;
    height: 17px;
    background-color: #8AB2DA;
}

#fussleiste div  {
    margin: 1px 0 0 34px;
}

#fussleiste div a {
    color: white;
}
	
ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	border: 1px solid #199F89;
}

li {
    font-size: 11px;
	color: #000000;
	padding-left: 2px 0 2px 3px;
	background-color: #CEDFEE;
}

a {  color: #8AB2DA; text-decoration: none; font-weight: bold;}
a:link {  color: #8AB2DA}
a:visited {  color: #8AB2DA}
a:active {  color: #8AB2DA}
a:hover {  color: #8AB2DA; text-decoration: underline;}



