/* CSS Document */



html {  
         overflow-y: scroll;
}

body {
	text-align: center;
}
#shadow {
         position: relative;
	top:20px;
	width:910px;
	z-index:1;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#screen {
         position: relative;
	width:850px;
	z-index:10;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#logo {
         position: relative;
	z-index:20;
	margin-top: 10px;
	margin-left: 100px;
	height: 113px;
	width: 453px;
	margin-bottom: 5px;
}
#bildleiste {
         position: relative;
	width:850px;
	z-index:20;
	height: 120px;
}
.menu {
         position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 195px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
.menu ul {
	list-style-type: none;
}
.menu a {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14;
         text-decoration: none;
         line-height: 25px;
         color: #000000;
}

.menu a:hover {
         color: #B0004B;
}

.level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	line-height: 25px;
}

.level1_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B0004B;
	text-decoration: none;
	list-style-type: none;
	line-height: 25px;
}
.level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	margin-left: px;
	line-height: 15px;
}

.level2_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0004B;
	text-decoration: none;
	list-style-type: none;
	margin-left: px;
	line-height: 15px;
}
.content {
         position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 630px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
}
.content a:link {
	color: #B0004B;
	text-decoration: none;
}

.content a:visited {
	color: #B0004B;
	text-decoration: none;
}

.content a:hover {
	color: #B0004B;
	text-decoration: underline;
}

.content a:active {
	color: #B0004B;
	text-decoration: none;
}
.clear {
         clear: both;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #B0004B;
         font-weight: lighter;
}
