html, body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #fff;
	overflow: hidden; /* Scrollbalken im Fenster unterbinden */
	
}
h1, h1  {
	color:#666666;
	font-weight: normal;
	font-size: 1.6em;
}

h2, .h2 {
	color:#666666;
	font-weight: normal;
	font-size: 1.4em;
}
h3 {
	margin-top: 30px;
}

h3, .h3, h4, h5, h6 {
	color: #cc6600;
	font-weight: normal;
}
h4 	{
	font-size: 0.9em;

}

p, td  {
	font-size: 0.8em;
}
#content a  {
	font-size: 0.8em;
}



.tdorange {
	font-size:12px;
	background-color: #ffe0c1;
	border: #FFFFFF;
	padding: 5px 5px 0px 5px; 
}
a {
	color: #000;
}
ul, ol {
	font-size: 0.8em;
}

ul a {
	font-weight: bold;
	
}
.content li {
	padding-top: 10px;
}
.td_klein {
 	background-color: #e8bc91;	
 	border: 1px;
	font-size: 0.9em;
}
#rightCol .content a {
	font-size: 12px;
	padding-top: 0px;
}


p img { 
	float: right;
	margin: 15px 10px 15px 10px;
}

blockquote, cite {
	margin-left: 40px;
	width: 15em;
	font-size: 0.8em;
	font-style: normal;
}

#rightCol {
	position: absolute;
	top: 100px;		/* Abstand zum oberen Fensterrand */
	left: 176px;		/* Abstand zum linken Fensterrand */
	bottom: 20px;		/* Abstand zum unteren Fensterrand */
	right: 0px;		/* Abstand zum rechten Fensterrand */
	overflow: auto;		/* Scrollbalken, falls notwendig */
}
#rightCol .content {
	margin: 43px 0 0 20px;	/* Abstand des Inhalts zum Blockrand */
	width: 580px;
}
#headRow {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 100px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #fff;
	overflow: hidden;	/* Scrollbalken unterbinden */
	background-image: url(../images/bgHeader.gif);
}

.copyright {
	font-size: 9px;
	color: #ddd;
}


#headRow .content {
	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
}

#leftCol {
	position: absolute;
	top: 100px;		/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	width: 175px;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #ffc;
	overflow: hidden;		/* Scrollbalken, falls notwendig */
	border-right: 1px solid #cc6600;
	background-image: url(../images/bgMenu.gif);
}

#leftCol .content {
	margin-top: 0px;		/* Abstand des Inhalts zum Blockrand */
}

ul#menu {
	float: left;
	width: 175px;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
ul#menu a {
	display: block;
	min-height: 20px;
	margin: 0;
	padding:3px 0px 5px 5px;
	font-weight: bolder;
	text-decoration: none;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/bgMenuLevel0.gif);
}

ul#menu .menuLevel2 {
	display: block;
	min-height: 21px;
	margin-top: -10px;
	margin-bottom: 5px;	
	padding-top:0px;
	padding-left:35px;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	background-image: none;
	background-color: #fff;
}
ul#menu a:link {
	color: #444;
}
ul#menu a:visited {
	color: #444;
}
ul#menu a:hover {
	color: red;
	background-image: url(../images/bgMenuLevel0-over.gif);
}
ul#menu a#highlighted  {
	color: red;
	background-image: url(../images/bgMenuLevel0-over.gif);
}


ul#menu  a.menuLevel2:hover  {
	color: red;
	background-image: none;
}
ul#menu a:active {
}
#spacer{
	margin-top: -10px;
	height:7px;
	display: block;
	background-image: url(../images/bgMenu.gif);
}
#infoBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	background-color:#cc6600;
	text-align: center;
	color: #fff;
	border: 0;
	padding: 3px 0px 2px 0px;
}
#infoBox p {
	font-size: 0.6em;
	}
#infoBox a:link, #infoBox a:hover, #infoBox a:visited{
	padding-bottom: 20px;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: underline;
}


.toplink{
	font-size: 0.7em;
}


#footRowLeftCol {
	position: absolute;
	left: 176px;		/* Abstand zum linken Fensterrand */
	bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
	bottom: -1px;		/* nur für IE */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 20px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #fff;
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#footRowLeftCol .content {
	margin-left: 20px;		/* Abstand des Inhalts zum Blockrand */
	font-size: 0.6em;
}
#footRowLeftCol .content a {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}
.hinweis {
 	background: #eee;
 	padding: 10px;
}
.hinweis small {
	font-size: 11px;

}


  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }
  
  
  .c50r p, .c50l p {
  	margin-top: 0px;
  }
  .c50r ul, .c50l ul {
  	padding: 0px 0px 0px 15px;
  }
  .c50r li, .c50l li {
  	font-size: 12px;
  	line-height: 125%;
  	margin: 0px;
  	padding: 2px;
  }