/* Farben
dunkelblau: #0a61aa
orange (bg): #f98e01
dunkelrot (hl): #a3140c
mittelrot (shl): #d54c03

 */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
  	min-height: 100%; 
	margin-bottom: 1px;
 	width: 100%
  }

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #000;
	background: #fff;
	text-align: left;
	}
	
a:link, a:visited {
	color: #000;
	}

	
	
h1, h2, h3 {
	font-weight: bold;
	clear: both;
	color: #000;
	background: none;
}

h1 {
	font-size: 120%;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 100%;
	margin: 20px 0 5px 0;
	padding: 0px;
}

h3 {
	font-size: 90%;
	margin: 5px 0;
}

p {
	font-size: 90%;
	margin: 0 0 8px 0;
}

ul {
	list-style: none;
	font-size: 90%;
}

dl {
	list-style: none;
	font-size: 100%;
}

dt {
	font-weight: bold;
}

img {
	border: 0;
}

address {
	font-style: normal;
	line-height: 2em;
}

strong {
	color: #000;
	font-weight: bold;
}
	
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	
}	




#wrapper {
	background: none;
	width: 760px;
	}


#head {
	background: none;
}

#headnav {
	display: none;
}

#toprow {
	line-height: 1.4em;
	background: #fff;
	color: #000;
}

#toprow img {
	display: none;
}
	
#maincol {
	float: left;
	width: 90%;
	line-height: 1.4em;
	background: #fff;
	}
	
#maincol form{
	display: none;
}
	
#sidecol {
	display: none;
	}

#maincol p{
	clear: both;
}

#maincol ul{
	clear: both;
	list-style: circle;
}

#footer {
	display: none;
}





