body {
	background-color: #CCCCCC;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

html {
    overflow: auto;
}

/* DIVs */

#main {
	position: absolute;
	width: 851px;
	height: 620px;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-top: -310px;
	margin-left: -425px;
	background-image: url(images/main.gif);
}


#logo {
	position: absolute;
	width: 153px;
	height: 100px;
	z-index: 50;
	left: 25px;
	top: 20px;
	background-image: url(images/logo-background.gif);
	padding: 10px;
	background-repeat: no-repeat;
}


#top-banner {
	position: absolute;
	width: 703px;
	height: 109px;
	z-index: 20;
	left: 120px;
	top: 60px;
	background-image: url(images/top-banner.jpg);
}


#navigation {
	position: absolute;
	width: 153px;
	height: 385px;
	z-index: 50;
	left: 25px;
	top: 190px;
	background-image: url(images/navigation-background.gif);
	padding: 10px;
	background-repeat: no-repeat;
}


#content {
	position: absolute;
	width: 563px;
	height: 385px;
	z-index: 50;
	left: 240px;
	top: 190px;
	background-image: url(images/content-background.gif);
	padding: 10px;
	background-repeat: no-repeat;
	border: 1px solid #af2b2b;
	overflow: auto;
}

#imprint {
	position: absolute;
	width: 448px;
	height: 20px;
	z-index: 50;
	left: 244px;
	bottom: 1px;
	text-align: center;
}


div.navigation {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.subNavigation {
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: right;
}

div.space5 {
    padding-top: 7px;
    padding-bottom: 7px;
}

div.logoTextSmall1, div.logoTextBig, div.logoTextSmall2 {
    color: #FFFFFF;
	font-size: 12pt;
}

div.logoTextSmall1 {
    margin-top: 30px;
}

div.logoTextBig {
    font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div.logoTextSmall2 {
    text-align: right;
}

/* Other */

img {
	border: 0px none;
}

/* Links */


a.navigation:link, a.navigation:hover, a.navigation:visited, a.navigation:active, 
        a.subNavigation:link, a.subNavigation:hover, a.subNavigation:visited, a.subNavigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.subNavigation:link, a.subNavigation:hover, a.subNavigation:visited, a.subNavigation:active {
    font-size: 10pt;
}

a.navigation:hover, a.navigation:active, a.subNavigation:hover, a.subNavigation:active {
	color: #9F0000;
}
