@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing:3px;
	color: #000000;
	margin: 0px;
	background-image: url(../pics/_backgroundVerlauf.gif);
	background-repeat: repeat-x;
	}

input { 
	border: 1px solid #A08B00;
	background: #FFFFFF;
	padding: 1px;
	letter-spacing:1px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
select { 
	border: 1px solid #A08B00;
	background: #FFFFFF;
	padding: 1px;
	letter-spacing:1px; 
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
textarea { 
	border: 1px solid #A08B00;
	background: #FFFFFF;
	padding: 1px;
	letter-spacing:1px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	}

.main {
	position:fixed;
	height:500px; 
	width:700px;
	padding:20px;
	margin:0px 0px 0px -350px;
 	top: 50px; 
	left: 50%;
	border:1px solid #989898;
	background-color:#FFFFFF;
	}
	
.shadow {
	position:fixed;
	height:409px; 
	width:800px;
	padding:0px;
	margin:0px 0px 0px -376px;
 	top: 204px; 
	left: 50%;
	background-image: url(../pics/_backgroundShadow.gif);
	background-repeat: repeat-x;
	}
	
.verlaufU {
	position:absolute;
	height:49px; 
	width:740px;
	padding:0px;
 	bottom: 0px; 
	left: 0px;
	background-image: url(../pics/_backgroundVerlaufU.gif);
	background-repeat: repeat-x;
	}
	
.ecke {
	position:absolute;
	height:5px; 
	width:5px;
	padding:0px;
 	bottom: 10px; 
	right: 10px;
	background-image: url(../pics/_ecke.gif);
	background-repeat: no-repeat;
	}
	
.copyright {
	position:fixed;
	height:20px; 
	width:700px;
	padding:20px;
	margin:0px 0px 0px -350px;
 	top: 580px; 
	left: 50%;
	border:0px solid #989898;
	text-align:center;
	font-size:x-small;
	letter-spacing:1px;
	color:#989898;
	}

.lo {
	position:absolute;
	height:5px;
	width:5px;
	top:48px;
	left:77px;
	border:0px solid #000000;
	}
	
.li {
	position:absolute;
	height:5px;
	width:5px;
	top:48px;
	left:133px;
	border:0px solid #000000;
	}
	
.index {
	position:relative;
	width:560px;
	height:380px;
	text-align:center;
	top:100px;
	left:120px;
	padding:10px;
	border:0px dotted #cccccc;
	overflow:auto;
	
	scrollbar-base-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #CCCCCC; 
	scrollbar-3d-light-color: #CCCCCC; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-shadow-color: #989898; 
	scrollbar-arrow-color: #CCCCCC;
	
	}
	
.logo {
	position:absolute;
	width:200px;
	height:200px;
	text-align:center;
	top:20px;
	left:20px;
	padding:10px;
	border:0px dotted #cccccc;
	background-image: url(../logo.jpg);
	background-repeat: no-repeat;
	}
	
.titel {
	position:absolute;
	height:20px;
	width:500px;
	left:180px;
	top:50px;
	font-size:12pt;
	}
	
.line {
	position:absolute;
	height:7px;
	width:400px;
	left:172px;
	top:92px;
	background-image: url(../pics/_backgroundLinie.gif);
	background-repeat: repeat-y;
	}
	
.lineS {
	position:absolute;
	height:1px;
	width:500px;
	left:172px;
	top:87px;
	background-image: url(../pics/_backgroundLinieS.gif);
	background-repeat: repeat-y;
	}
	
.lineG {
	position:absolute;
	height:294px;
	width:4px;
	left:126px;
	top:135px;
	background-image: url(../pics/_backgroundLinieG.gif);
	background-repeat: repeat-x;
	}
	
.lineGs {
	position:absolute;
	height:226px;
	width:1px;
	left:135px;
	top:135px;
	background-image: url(../pics/_backgroundLinieGs.gif);
	background-repeat: repeat-x;
	}
	
.menu {
	position:absolute;
	line-height:25px;
	width:150px;
	bottom: 20px;
	border:0px dotted #CCCCCC;
	text-align:left;
	padding:0px;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #A08B00;
	text-decoration: none;
	}
a:active {
	color: #000000;
	text-decoration: none;
	}
