﻿@charset "utf-8";
/* CSS Document */

* { 
	padding: 0px;
	margin: 0px;
}

body {	
	font-family:  "Eras Medium ITC", "Gill Sans MT", Gisha, "Myriad Pro";
	color: #FFF;
	background-image:url(images/background2.jpg);
	background-repeat: no-repeat;
}


#login {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}

#container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	height: 100%;
}	


#logo {
	position: absolute;
	left: 40px;
	top: 35px;
	width: 180px;
	height: 170px;
}

#kopf {
	position: absolute;
	right: 38px;
	top: 130px;
	text-align: right;
} 

#kopf td {padding-left:20px;}

#kopf p.abstand {margin-bottom: 0px; color: #CCC; font-size: 13px;}

#kopf a {text-decoration:none; color:#FFFFF; font-size:14px;}

#nav {
	position: absolute;
	left: 40px;
	top: 210px;
	width: 190px;
}

#content {
	position: absolute;
	top: 183px;
	left: 250px;
	width: 700px;
}

#content2 {
	position: absolute;
	top: 212px;
	left: 250px;
	width: 700px;
	height: 400px;
	overflow-y: scroll;
}

#content3 {
	position: absolute;
	top: 220px;
	left: 250px;
	width: 700px;
	color: #CCC;
}

#content4 {
	text-align: left;
	position: absolute;
	top: 208px;
	left: 250px;
	width: 700px;
	height: 400px;
	color: #CCC;
	overflow-y: scroll;
}

#content5 {
	position: absolute;
	top: 200px;
	left: 250px;
	width: 700px;
}

#content_button {
	position: absolute;
	vertical-align: middle;
	text-align: right;
	top: 180px;
	left: 250px;
	width: 700px;
}


#content p{
	font-size: 14px;
	color: #FFF;
	margin-left: 3px;
}
	
#content table{color: #FFF;}

#content table.abstand {margin-top: 30px;}

#content2 table.abstand {}

#content table td {padding: 3px;}

#content p.abstand {margin-top: 30px;}
	
#text{
	width: 710px;
	height: 398px;
	margin-top: 30px;
	background-image:url(images/content2.jpg)
}	
	
#nav table {margin-top: -25px;}

a:link { text-decoration:none; color:#CCC; }
a:visited { text-decoration: none; color:#CCC;}
a:hover { text-decoration: none; color:#CCC;}
a:active { text-decoration: none; color:#CCC;}

#nav a {font-size: 22px;}

#nav a.unterpunkte {font-size: 16px; padding-left: 15px;}

a img{border: 0px;}

a img:hover{ border: 0px #FFF; } 

	display:block;
	width:300px;
	position:absolute;
	top:20px;
	right:20px;
	padding:15px;
}

span.f {font-weight:bold;}
span.k {font-style:italic;}
span.fk {font-weight:bold;font-style:italic;}

a.b:link {
text-align: center;
border-top:1px solid #FFFFFF;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #FFFFFF;
padding:5px;
color:white;
display:block;
background-color:#666;
text-decoration:none;
}

a.b:visited {
text-align: center;
border-top:1px solid #FFFFFF;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #FFFFFF;
color:white;
padding:5px;
display:block;
background-color:#666;
margin-bottom:5px;
text-decoration:none;
}

a.b:hover {
text-align: center;
border-top:1px solid #FFFFFF;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #FFFFFF;
padding:5px;
color:white;
display:block;
background-color:#666;
text-decoration:none;
}
