body {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background-color: #FFFFFF; font-size: 13px;
}

	#klappheader{cursor:pointer;cursor:hand ;
	//list-style-image:url(fold.gif);
	/*list-style-position:inside;*/
		/*list-style-type: none;*/}
	#klapplist{list-style-image:url(list.gif);
	list-style-position:inside;}

	#shophead{
	/*z-index:2;*/
	/*position:absolute;*/
	top:0px;left:0px;
	background-color:#fff;
	/*border:1px solid #000000;*/
	}

	#platzhalter{
	z-index:0;
	position:absolute;
	top:0px;left:0px;
	}
	
	/*
	Platzhalter-div benötigt, da
	z-index vom IE nicht interpretiert wird
	menucontainer padding-bottom benötigt damit man Seitenanzeige besser erkennt und nicht direkt dranklebt
	*/
	#menucontainer {
	float:left;
	min-width:120px;
	width:20%;
	overflow:hidden;
	margin-left:-0px;
	padding-bottom:10px;
	z-index:1;
	/*border:1px solid #000000;*/
	}

	#tabellencontainer{
	float:right;
	width:80%;
	margin:0px;padding:0px;
	z-index:2;
	/*border:1px solid #000000;*/
	}
	
	#seitenbottom{
	clear:both;
	margin-top:5px;
	border:0px solid #f00;
	position:relative;
	top:0px;left:20px;
	}
	


.Navbar{
	color: #386847;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	margin-left: 3;
}

.NavbarUpdate{
	color: #386847;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-left: 3;
}

.HeaderBig{
	color: #386847;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	margin-left: 0;
}

.HeaderMiddle{
	color: #386847;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	margin-left: 10;
}

.HeaderSmall{
	color: #386847;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align:middle;
	margin-left: 10;
}

.TextBig {
	font-size: 17px;
	text-align: left;
	font-weight: normal; 
}
.TextNormal{
	font-size: 13px;
	text-align: left;
	font-weight: normal;
}
.TextSmall {
	font-size: 13px;
	text-align: left;
	font-weight: normal; 
}
.TextHighlight {
	font-size: 13px;
	color: #FF0000;
	text-align: left;
	font-weight: normal; 
}

.Tab {
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	border-width: 0;
	border-color: green;
	border-style: solid;
	border-collapse: collapse;
}

.TabHeader {
	font-size: 13px;
	/*height:35;*/
	height:35px;
	padding: 3;
	margin: 0;
	border-width: 0;
	border-color: blue;
	color: white;
	font-weight: bold;
	background-color: #6CB081;
	border-collapse: collapse;
}

.TabCellNormal {
	font-size: 13px;
	font-weight: normal;
	padding: 1;
	margin: 0;
	border-width: 0;
	border-color: red
	border-collapse: collapse;
	border-style: solid;
}

.TabCellHighlight {
	font-size: 13px;
	border-width: 0;
	border-style: solid;
	background-color: #E8F8D2;
}


.TabCellHeader {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.TabCellBody {
	font-size: 13px;
	color: black;
	font-weight: normal;
}

.TabCellTrailer {
	font-size: 13px;
	color: black;
	font-weight: bold;
	padding-bottom: 1;
}

FORM {
	margin: 0;
	padding: 0;
}

 .PageSelectorText				{ font-size: 13px; text-align: left; font-weight: normal; color: black; }
 .PageSelectorActive			{ font-size: 17px; text-align: left; font-weight: normal; color: black; }
 .PageSelectorElements			{ font-size: 13px; text-align: left; font-weight: normal; color: black; }
A.PageSelectorElements:link		{ font-size: 13px; text-align: left; font-weight: normal; color: black; }
A.PageSelectorElements:visited	{ font-size: 13px; text-align: left; font-weight: normal; color: black; }
A.PageSelectorElements:active	{ font-size: 13px; text-align: left; font-weight: normal; color: black; }

A:link    { text-decoration: none; color: black; }
A:visited { text-decoration: none; color: black;}		
A:active  { text-decoration: underline; color: white;}		
A:hover   { text-decoration: none; color: black;}	

.ATabHeader:link    { font-size: 13px; font-weight: bold; text-decoration: underline; color: white;}
.ATabHeader:visited { font-size: 13px; font-weight: bold; text-decoration: underline; color: white;}
.ATabHeader:active  { font-size: 13px; font-weight: bold; text-decoration: underline; color: white;}
.ATabHeader:hover   { font-size: 13px; font-weight: bold; text-decoration: underline; color: white;}

.AHeaderSmall:link    { font-size: 13px; font-weight: bold; text-decoration: underline; color: #386847;}
.AHeaderSmall:visited { font-size: 13px; font-weight: bold; text-decoration: underline; color: #386847;}
.AHeaderSmall:active  { font-size: 13px; font-weight: bold; text-decoration: underline; color: #386847;}
.AHeaderSmall:hover   { font-size: 13px; font-weight: bold; text-decoration: underline; color: #386847;}



