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

html {
            height:100%;
            max-height:100%;
            padding:0;
            margin:0;
            border:0;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #333333;
            /* hide overflow:hidden from IE5/Mac */
            /* \*/
            overflow: hidden;
            /* */
}

body {
            height:100%;
            max-height:100%;
            overflow:hidden;
            padding:0;
            margin:0;
            border:0;
            text-align:left;           
			background-color: #9FB7D8;
			scrollbar-face-color:#A29A82;
			scrollbar-highlight-color:#DED6BE;
			scrollbar-3dlight-color:#FCF4DC;
			scrollbar-darkshadow-color:#706850;
			scrollbar-shadow-color:#847C64;
			scrollbar-arrow-color:#FCF4DC;
			scrollbar-track-color:#C0B8A0;
}

#top	{
position: absolute;
top: 0px;
height: 600px;
width: 100%;
left: 0px;
z-index: 1;
background-image: url(/images/background-rightbottom.jpg);
background-repeat:repeat-x;
background-position: top;
}

#right	{
position:absolute;
margin:0;
top: 0px;
height: 100%;
right: 0px;
width: 100%;
background-image: url(/images/paalrechts.jpg);
background-position: top;
background-repeat:no-repeat;
z-index: 2;
}

#center	{
position:absolute;
top: 200px;
margin:0 0 0 -250px;
left: 50%;
width: 700px;
z-index:5;
bottom: 35px;
overflow: auto;
padding: 0;
}

#text	{
position: absolute;
top: 0px;
left: 0px;
width: 450px;
margin:0;
padding:0;
}

#text a {
            text-decoration: underline; 
            color: #000000; 
            font-family:Verdana, Arial, Helvetica, sans-serif;
            
}
#text a.aktief:visited {
            text-decoration: none; 
}
#text a:hover {
            text-decoration: none;
			color:#B01557;
}
#text a:active {
            text-decoration: none; 
}

#menu	{
position: absolute;
top: 0px;
left: 475px;
width: 200px;
margin:0;
padding:30px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #B01557;
text-align: right;
}

#menu a {
            text-decoration: none; 
            color: #000000; 
            font-family:Verdana, Arial, Helvetica, sans-serif;
			background-image: url(/images/link.jpg);
			background-position: left; 
			background-repeat: no-repeat;
			padding-left: 15px;
			display:block;
}
#menu a.aktief:visited {
            text-decoration: none; 
}
#menu a:hover {
            text-decoration: none;
			color:#B01557;
			background-image: url(/images/link-mo.jpg);
			background-position: left; 
			background-repeat: no-repeat;
			padding-left: 15px;
}
#menu a:active {
            text-decoration: none; 
}

h1	{
color: #B01557;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 16px;
font-weight: bold;
}

#foot {
            position:absolute;
            margin:0;
            bottom:0;
            left: 0;
            display:block;
            width:100%;
			line-height: 40px;
            z-index:15;
            text-align:center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #FFF;
			background-color: #B2225F;
			border-top: #FFF solid 2px;
}

#foot a {
            text-decoration: underline; 
            color: #FFF; 
            font-family:Verdana, Arial, Helvetica, sans-serif;
            
}
#foot a.aktief:visited {
            text-decoration: none; 
}
#foot a:hover {
            text-decoration: none;
			color:#FFF;
}
#foot a:active {
            text-decoration: none; 
}
* html #foot {bottom:-1px;height:16px; font-size:11px;}

#button	{
	}
#button a {
			background-image: none;
}
#button a.aktief:visited {
			background-image: none;
}
#button a:hover {
			background-image: none;
}
#button a:active {
			background-image: none;
}

