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

<!--
body,td,th {
	font-family: Trebuchet MS, Times New Roman;
	font-size: 12px;
	color: #5a615a;
	line-height: 18px;
}
body {
	background-color: #cdc6b3;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
}

li{
margin-bottom:5px;
margin-left:15px;
}

a:link {text-decoration: underline;color: #327fa5;}
a:visited {text-decoration: underline;color: #327fa5;}
a:hover {text-decoration: none;color: #327fa5;}
a:active {text-decoration: underline;color: #327fa5;}

a.navi:link {text-decoration: none;color: #5a615a;font-weight:bold;margin-left:36px;}
a.navi:visited {text-decoration: none;color: #5a615a;font-weight:bold;margin-left:36px;}
a.navi:hover {text-decoration: none;color: #327fa5;font-weight:bold;margin-left:36px;}
a.navi:active {text-decoration: none;color: #5a615a;font-weight:bold;margin-left:36px;}

a.login:link {text-decoration: none;color: #a7c3d0;}
a.login:visited {text-decoration: none;color: #a7c3d0;}
a.login:hover {text-decoration: none;color: #ffffff;}
a.login:active {text-decoration: none;color: #a7c3d0;}

a.main:link {text-decoration: none;color: #ffffff; font-weight:bold; font-size:15px;}
a.main:visited {text-decoration: none;color: #ffffff; font-weight:bold; font-size:15px;}
a.main:hover {text-decoration: none;color: #878a7e; font-weight:bold; font-size:15px;}
a.main:active {text-decoration: none;color: #ffffff; font-weight:bold; font-size:15px;}

.Stil1 {color: #FFFFFF;font-weight: bold;}
.Stil2 {color: #FFFFFF;}
.Stil3 {
	color: #327fa5;
	font-weight: bold;
	font-size: 15px;
}

#overlay
{
	 position:absolute;
	 width: 400px;
	 background:#FFFFFF;
	 border: 3px solid #AAAAAA;
	 z-index: 1001;
	 left:50%;
	 margin-left:-200px;
	 top:40%;

}

#overlaytitle
{
	position:relative;
	float:left;
	width:400px;
	height:34px;
	top:0px;
	left:0px;
}
#overlaycontent
{
	position:relative;
	float:left;
	font-family:Trebuchet MS,Times New Roman;
	font-size:12px;
	text-align: center;
	text-decoration:none;
	color:#000000;
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
	left:0px;

}

#abdunkeln{
	display:none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3000;
	background:url(gfx/tr.png);
}
-->