/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #fffcf2;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image : url(img/backgrnd.gif);
	background-repeat : repeat;
	background-position : top;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	margin: 66 0 0 0;
}
h2 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 0 0;
}
.text {
	font-size: 12px;
}

.textwh {
	font-size: 11px;
	color: white;
}
.body_h2
{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 0 0;
}

/*########################################*/
/*3. links*/
#navi {
	padding: 4 0 0 10;	
}
#navi a {
	font-weight: normal; font-size: 11px;
	text-decoration: none;
	color: #c7c5c5;
	margin: 0 15 15 0;
}
#navi a span.dot {
	color: #c7c5c5;
}
#navi a:hover {
	text-decoration: none;
	color: #ffffff;
}
#navi a:hover span.dot {	
	color: #ffffff;
}

#navifooter {
	padding: 4 0 0 10;	
}
#navifooter a {
	font-weight: normal; font-size: 11px;
	text-decoration: none;
	color: #333333;
	margin: 0 15 15 0;
}
#navifooter a span.dot {
	color: #c7c5c5;
}
#navifooter a:hover {
	text-decoration: none;
	color: #333333;
}
#navifooter a:hover span.dot {	
	color: #333333;
}	

a.txt {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a.txt2 {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a.txt3 {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 24px;}
}
a.txt:hover{
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

/*########################################*/
/*4. layout*/
#HauptTabelle {
	width: 946px; height: 100%;
	background-color: white;
	border-right: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa;
}

#Header {
	background-image : url(img/header.jpg);
	width: 946px; height: 160px;
}
#HeaderTD {
	padding: 0 0 0 35;
}

#NaviTabelle {
	background-image : url(img/navi.jpg); width: 946px; height: 33px;
}

#DunkleTabelle926 {
	width: 926px;
	background-color: #261e1a;
}
#DunkleTabelle800 {
	width: 800px;
	background-color: #261e1a;
}
#HelleTabelle800 {
	width: 800px;
	border: 1px solid #261e1a;
}

#DreierSpalte {
	width: 926px;
}
#DreierSpalte100 {
	width: 100px;
	padding: 2 2 2 2;
	background-color: #261e1a;
}
#DreierSpalte200 {
	width: 126px;
	padding: 2 2 2 2;
	background-color: #261e1a;
}

#DreierSpalteHell {
	width: 926px;
}
#DreierSpalte100Hell {
	width: 100px;
	padding: 2 2 2 2;
	border-top: 1px solid #261e1a;
	border-bottom: 1px solid #261e1a;
	border-left: 1px solid #261e1a;
}
#DreierSpalte200Hell {
	width: 202px;
	padding: 2 2 2 2;
	border-top: 1px solid #261e1a;
	border-bottom: 1px solid #261e1a;
	border-right: 1px solid #261e1a;
} 
.box {
	border: 1px solid #333333;
	float: left;
	margin-right: 6px;
	margin-left: 5px;
}
#toptext {
  width: 905px;
	font-size: 12px;
  text-align: center;}
}
#strong {
	font-size: 14px;}	

