/* HAUPTEINSTELLUNGEN */

body {
/* 
background: white url(../img/red_circel.gif); 
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
*/
background-color: #000000;
font-family: tahoma,arial,helvetica;
font-size: 11px;
}

img {
/*
border: none;
float: left;
margin-right: 5px;
 */
}

h2 {
font-family: tahoma,arial,helvetica;
}

h3 {
font-family: tahoma,arial,helvetica;
}

h4 {
font-family: tahoma,arial,helvetica;
}

/* STRUKTUR */

#gesamtseite {
/*
width: 800px;
margin-top: 20px;
margin-left: 45px;
margin-right: auto;
text-align: left;

margin-top:-270px; 
margin-left:-400px;
top: 50%;
left:50%;
z-index:1;
*/
width: 780px;
/* margin: 40px; */
margin-top: 5px;
margin-left: 120px;
margin-right: auto;
text-align: left;

}

#kopfzeile {
padding: 0px;
}

#content {
margin-left: 0px;
float: left;
padding: 1px;
/* 
background-image: url(../img/slogan_black.gif);
background-position: bottom right;
background-repeat: no-repeat; 
*/
border-bottom: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
font-size: 12px;
/* width: 440px; */
background-color: #F1F2EE;
}

#rightside {
margin: 0;
float: right;
padding: 0px;
/*
border-bottom: 2px dashed #FFFFFF;
border-right: 2px dashed #FFFFFF;
border-top: 2px dashed #FFFFFF;
border-left: 2px dashed #FFFFFF;
*/
width: 198px;
}

#nav {
clear: both;
/*
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
*/
background-color: #000000;
}

#fusszeile {
margin: 0;
padding: 5px;
/* background-color: #000000; */
clear: both;
/*
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
*/
}

#leerlauf {
margin-top: 2px;
padding: 2px;
clear: both;
}

/* LINKS */

A:link, A:visited {
	font-family:tahoma,arial,helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
A:hover {
	font-family:tahoma,arial,helvetica;
	font-size: 12px;
	text-decoration: underline; /* overline; */
	color: #915936;	
}
a.index:link {
	text-decoration: none; /* overline; */
	color: #666666;
}
a.index:visited {
	text-decoration: none; /* overline; */
	color: #666666;
}
a.index:hover {
	text-decoration: underline; /* overline; */
	color: #CCCCCC;
}
a.index:active {
	text-decoration: none; /* overline; */
	color: #CCCCCC;
}


/* FORMAT */

.text {
	font-family:tahoma,arial,helvetica;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

td {
	font-family:tahoma,arial,helvetica;
	font-size: 11.5px;
	color: #333333;
	line-height: 16px;
}

th {
	font-family:tahoma,arial,helvetica;
	font-size: 11.5px;
	color: #333333;
	line-height: 16px;
}

.big {
	font-family:tahoma,arial,helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	}
	
.little {
	font-family: tahoma,arial,helvetica;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	}
	
.table 
	{
	background-color: #000000;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: right;
}