/* CSS Document */

*    {
	margin:0;
	padding: 0;
}
ul {
	padding-left: 15px;
}

	  
p    {margin:10px 0 10px 0}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #2A0E37;
	background-repeat: repeat;
}
	  
#seite  {
	width:800px;
	height:600px;
	position:absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
}
#kopf   {
	height:200px;
	position:relative;
	background-image: url(../images/logo_kopf.jpg);
	width: 800px;
	background-repeat: no-repeat;
}
#kopf h1  {
	position:absolute;
	top:134px;
	left:553px;
	font-size: 24px;
	font-family: "Comic Sans MS", cursive;
	font-weight: lighter;
	letter-spacing: 8px;
	color: #F93;
}
#kopf h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	top: 173px;
	position: absolute;
	left: 556px;
	color: #F99320;
	font-weight: lighter;
	letter-spacing: 2px;
}
#navi   {
	height:400px;
	width: 200px;
	float: left;
	background-image: url(../images/navigation_bg.jpg);
	position: absolute;
	font-weight: lighter;
}
#navi a {
	text-decoration: none;
	color: #F93;
	line-height: 30px;
	margin-left: 15px;
	height: auto;
	top: 20px;
	font-size: 15px;
	letter-spacing: 0.7px;
	font-weight: lighter;
}
#navi p .t {
	font-size: 13px;
	letter-spacing: 0.5pt;
	font-weight: lighter;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 3px;
}
#navi a:hover {
	color: #F60;
}
#inhalt {
	position:absolute;
	height: 400px;
	width: 600px;
	left: 200px;
	top: 200px;
	background-image: url(../images/verlauf.jpg);
}
#infotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-align: justify;
	color: #333;
	line-height: 16px;
	height: 263px;
	position: absolute;
	top: 119px;
	z-index: 2;
	float: right;
	overflow: auto;
	width: 564px;
	padding-left: 15px;
	left: -2px;
	padding-right: 15px;
}
#kurs_links {
	position:absolute;
	left:16px;
	top:249px;
	width:198px;
	height:76px;
	z-index:1;
	float: left;
}
#kontakt_druck {
	position:absolute;
	left:6px;
	top:2px;
	width:216px;
	height:84px;
	z-index:1;
	background-color: transaprent;
	font-size: 10pt;
	display: none;
}
#navi a h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 5px;
	font-weight: lighter;
	padding-top: 2px;
}
h3 {
	position: relative;
	top: 40px;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 2px;
	width: 390px;
	color: #200A2D;
	left: 21px;
}
#dritter_paragraph {
	font-size: 12px;
}
img {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	color: #333;
}
#zweiter_paragraph {
	font-size: 12px;
	font-style: italic;
	color: #2A0E38;
	text-align: center;
}

