body
{
	margin: 0;
	padding: 10px;
	font: 13px arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

#top 
{
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background: white; // #ccc;
	height: 60px;
	width: 850px;
} 

#left 
{
	position: absolute;
	left: 10px;
	top: 70px;
	width: 155px;
} 

#center 
{
	background: white; //#ccc;
	margin-top: 0;
	margin-left: 165px;
	margin-right: 180px;
} 

#right 
{
	position: absolute;
	right: 10px;
	top: 60px;
	width: 170px;
} 

h1, h2, h3, h4, h5
{
	margin-bottom:10px;
	padding:0px
	font-weight:bold;
}

h1	{font-size:24px;}
h2	{font-size:21px;}
h3	{font-size:18px;}
h4  {font-size:15px;}
h5	{font-size:13px;}

ul
{
	margin:0px;					/* Ganz vorne beginnen */
	text-indent:0px;			/* Aufzählungszeichen ganz vorne*/
	padding-left:17px;			/* Beginn des Textes */
	list-style-type:square;
}

ul#menu
{
	text-indent:0px;
	list-style-position:inside;
	margin:0px;					/* Ganz vorne beginnen */
	padding:2px;				/* Platz um die Links */
	margin-bottom:10px;
	background:#FFFFFF;			/* Eine Hintergrundfarbe */
	border: 1px solid black;
	width: 144px;
	text-indent:0px;
}

ul#menu li 
{ /* Selektor für einen Listenpunkt in unserer Navigationsliste */
	list-style-type:none;
	list-style-position:inside;
	text-indent:0px;
	margin:0px;					/* Kein Abstand */
	padding:2px;				/* 2 Pixel Platz um die Links */
	/*_margin-left:-17px;*/
	_text-indent:-17px;
}

ul#menu li#head 
{ /* Selektor für einen Listenpunkt in unserer Navigationsliste */
	list-style-type:none;
	list-style-position:inside;
	_text-indent:-17px;
	margin:0px;					/* Kein Abstand */
	background: #FF0000;
	color:white;
	font-weight:bold;
}



ul#tabnav
{
	list-style-type: none;
	margin: 0px;
	padding-left: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #000000;
}

ul#tabnav li
{
	float: left;
	height: 17px;
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 2px 4px 0px 2px;
	padding: 3px 8px 1px 8px;
	border: 1px solid #000000;
	font-weight:bold;
}

ul#tabnav a:link, ul#tabnav a:visited
{
	display:block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration:underline;
}

div#tabnav li.highlight
{
	border-bottom: 1px solid #FFF;
	color: #000000;
	background-color: #FFFFFF;
}

div#tabnav li.highlight a:link
{
	color: #0000FF;
	background-color: #FFFFFF;
}

