/*
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(bilder/backgrnd.gif);
	background-repeat : repeat;
	background-position : top;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	margin: 115 0 0 20;
	font-family:  Helvetica, sans-serif;
}

h2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	margin: 5 0 0 0;
	
}

.titel {
	font-size: 18px;
	color: #6fa2b1;
	font-weight: bold;
}

.main {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	
}
.mainportal {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	
}

.text {
	font-size: 11px;
}

.textwh {
	font-size: 11px;
	color: white;
}


/*########################################*/
/*3. links*/
#navi {
	padding: 17 0 0 19;	
}
#navi a {
	font-weight: normal; font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 0;
	display: block;
	line-height: 18px;
}
#navi a span.dot {
	color: #575757;
	font-weight: normal;
}
#navi a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#navi a:hover span.dot {	
	color: #ffffff;
	font-weight: normal;
}	

a.txt {
	text-decoration: underline;
	color: #6fa2b1;
	font-weight: normal;
}a.txt2 {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a.txt:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #6fa2b1;
}

a.txtgr {
	font-size: 14px;
	text-decoration: none;
	color: #6fa2b1;
	font-weight: bold;
}
a.txtgr:hover{
	text-decoration: underline;
	color: #6fa2b1;
	background-color: #ffffff;
}

/*########################################*/
/*4. layout*/
#HauptTabelle {
	width: 800px; height: 100%;
	background-color: white;
	border-right: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa;
}
#SpaltenTabelle {
	width: 800px;
}
#SpaltenTabelleTD {
	width: 630px;
}

#Header {
	background-image : url(bilder/header.jpg);
	width: 800px; height: 193px;
}
#Headergay {
	background-image : url(bilder/header-gay.jpg);
	width: 800px; height: 175px;
}
#HeaderTD {
	padding: 0 0 0 10;
}

#NaviTabelle {
	background-image : url(bilder/navi.jpg); width: 946px; height: 33px;
}

#DunkleTabelle {
	width: 607px;
	background-color: #575757;
	border: 2px outset #6fa2b1;
}
#HelleTabelle {
	width: 607px;
	background-color: #ffffff;
}
#imgRand {
	border: 2px outset #6fa2b1;
}
#divMargin {
	margin: 3 0 3 0;
}

#ZweierSpalte {
	width: 607px;
}
#ZweierSpalte100 {
	width: 100px;
	padding: 2 2 2 2;
	background-color: #575757;
}
#ZweierSpalte200 {
	width: 202px;
	padding: 2 2 2 2;
	background-color: #575757;
}
#TeaserTab {
	width: 110px;
	margin: 0 0 0 30;
}
#TeaserTabTD {
	background-color: #ffffff;
}
#imgTeaserTab {
	border: 2px outset #6fa2b1;
}
#h11 {
	font-weight: normal; font-size: 25px; text-align: center
	text-decoration: none;
	color: #ffffff;
	margin: 10 50 0 340;
	display: block;
	line-height: 18px;
}


