/* +++ Anfangseinstellungen +++ */
		
* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFFFFF;
	background:  url(noten02.gif) repeat-y center top fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#text i {
	line-height: 1.7em;
}

p {
	margin:10px 0px 10px;
	line-height: 1.7em;
}

h1 {
	font-size: 35px;
	padding:40px 0px 10px;
}

h2 {
	font-size: 20px;
	margin:20px 0px 10px
}

h3 {
	font-size: 17px;
	margin:5px 0px 2px
}

hr {
	margin:10px 0px 10px;
}

a {
	color: #999999;
	font-weight:bold;
}

#subtitel a:link, a:visited {
	text-decoration: underline;
	font-weight:normal;
	color:#000000;
}

#subtitel a:hover, a:active {
	text-decoration: none;
	color:#000000;
}

#text a:link, a:visited {
	text-decoration: underline;
	border-bottom: 0px;
}

#text a:hover, a:active {
	text-decoration: none;
	border-bottom: 0px;
}

#container    {
	position: relative;
	top:0px;
	width:700px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	position:absolute;
	top:3px;
	left:25px;
	width:660px;
}

#navigation a {
	display:block;
	width:59px;
	float:left;
	color:#FFFFFF;
	background:#CCCCCC;
	text-decoration:none;
	border-bottom: 0px;
}

#navigation a:hover {
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
}

#navigation a:active {
	background:#CCCCCC;
	text-decoration:none;
}

#navigation span {
	display: none;
}

#navigation a:hover span {
	float:none;
	display:block;
	position:absolute;
	top:20px;
	left:50px;
	width:600px;
	text-decoration:none;
}

#titel {
	text-align:center;
}

#subtitel {
	position:relative;
	text-align:right;
	right:50px;
	line-height:1em;
}

#text		{
	padding:0px 30px 50px;
	text-align:justify;
}

img {
	bottom:-5px;
}

p.bildunter {
	text-align:center;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	
}

#bild {
	padding-top:5px;
	float:right;
	margin-left:30px;
}

img.mail {
	top:4px;
	position:relative;
}

a.index {
	text-decoration:underline;
}