/* Global *******************************/

/***********************************************

************* used Colors:
BACKGROUND
BODY           #3E527E
topNav         #CC497D
topLogo        #EEEA58
topHeader      #F6F4A5
contIlluBottom #568BCE
contNav 1      #40BC23
contNav 2      #75CF60
contNav 3      #9BDC8C
contMain       #B9E5AE
subContent     #FF7B00

FONT
nav              #FFFFFF
content          #534837
contA:hover      #6F6048 ! nicht im Syleguide

**********************************************/



BODY {
	margin: 0;
	text-align: center;
	background-color: #3E527E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #534837;
	font-size: 13px;
	line-height: 140%;
	border-collapse: collapse;
}
H1 {
	margin: 0;
	margin-bottom: 25px;
	font-size: 15px;
}
A {
	color: #534837;
	text-decoration: underline;
}
A:hover,
A:focus {
  color: #000000; 
}
LABEL {
	float: left;
	width: 120px;
	font-weight: bold;
}
UL {
	margin: 0;
	padding: 0 0 0 14px;
}
LI {
	background-image: url('../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style: none;
}
.clear {
	clear: both;
}
#mainWrap {
	_width: 922px;
	max-width: 922px;
	margin: 0 auto;
	text-align: left;
  	display: block;
 	 border: none;	
}
#topWrap {
	display: none;
}
#topNav {
	display: none;
}

#topLogo {
	background-color: #EEEA58;
	text-align: center;
	float: left;
	width: 198px;
	height: 115px;
}
#topLogo img {
	margin-top: 14px;
}
#topHeader {
	display: none;
}
#topHeader img {
	margin-top: 34px;
}
#contWrap {
	clear: both;
  display: block;
  overflow: auto; /* Achtung: needed for Firefox */
  border: none;	
}
#contIllu {
	display: none;
}
#contNav {
	display: none;
}
#contMain {
	_height: 376px;
	min-height: 376px;
	width: 518px;
	float: left;
	background-color: #B9E5AE;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	color: #534837;
}


/* Content *************************************/
#contMain .contMainText {
	padding: 29px 15px 29px 24px;
}
#contMain UL {
	margin: 0;
}
#contMain LI {
	background-image: none;
	list-style-image: url('../img/bullet.gif');
	line-height: 140%;
}

/* SubContent **********************************/
#subContent .subContentText {
	padding: 10px 15px 15px 24px;
}
#subContent H1 {
	font-size: 13px;
	margin-bottom: -14px;
}

