body {	color: #000000;
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	font-weight:300;
	color: #000000;
	margin: 20px;
}

.small {
	font-size:9pt;
}

.smallbox {
	font-size:9pt;
	border: 1px solid #c0c0c0;
	background-color: #e0e0e0;
	padding: 2px;
}

a {	
	color: #blue;	
	text-decoration:none;	
}


a:hover {        	
	color:green; 
}

a:visited {        	
	color: #blue;
}

h1 {	
	font-family:arial, helvetica, sans-serif;
	font-size:14pt;	
}

h2 {	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	margin:18px 0px 5px 0px;	
}

h3 {	
	font-family:arial, helvetica, sans-serif;
	font-size:11pt;
	margin:10px 0px 5px 0px;
	
}

h4 {	
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	margin:10px 0px 5px 0px;
	
}

TD {	
	color: #000000;
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	font-weight:300;
}


#maincontainer{
	background: #FFFFFF;
	border: 1px ridge #AAAAAA; 
	width: 981px; 
	margin: 0 auto; 
	padding: 0 0 0 0;
}

#topsection{
	background: url(title.jpg) no-repeat scroll;
  color: #ffffff;
	font-weight:700;
	float: left;
	height: 67px; /*Height of top section, 120 - padding */
	width: 100%; /*Firefox*/
	padding: 53 0 0 0; 
	display: block;
}

#topsection h1{
	margin: 0;
	padding-top: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
	/*height: 650px;*/
	padding: 0 0 0 0;
}

#contentcolumn{
	background: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	margin-right: 0px; 
	margin-top: 0px; 
	padding: 18 20 10 20;
}

#leftcolumn{
	background: #ffffff;
	/* background-image:url(links.jpg); */
	float: left;
	width: 170px; /*Width of left column*/
	padding: 25 0 0 15;
	margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	background: #000000;
	clear: left;
	width: 100%;
	height: 25px;

	text-align: left;
	background-image: url(bg2.jpg);
	background-repeat:repeat-x;
}

#footer a{
	color: #FFFF80;
}

#werbung{
	width: 981px; 
	text-align: right;
}


.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.arrowlistmenu{
	width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 15px Arial;
	background:f1f1f1;
	color: #000000;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	#text-transform: uppercase;
	text-align: left;
	padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	font: 15px Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000000;
	font: 13px Arial;
	/* background: url(arrowbullet0.gif) no-repeat left; */
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
	color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
	background: url(arrowbullet0.gif) no-repeat left;
	background-color: #d8d8d8;
}

/* Menue not active */
.index0 {
	background: url(arrowbullet0.gif) no-repeat left; 
}

/* Menue active */
.index1 {
	background: url(arrowbullet1.gif) no-repeat left; 
}


