/* Standard Tags */
body {
	background : #fff url("../bilder/bg.jpg") no-repeat fixed;
	font-family : verdana, tahoma, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1 {
	border-bottom : 2px dashed #ff0000;
	font-size: 125%;
	font-weight: bold;
	margin-top: 0;
}

h2{
	font-size: 115%;
	font-weight: bold;
	margin-left: 5px;
}

hr {
	background-color: transparent;
	border: 0;
	border-bottom : 1px dashed #ff0000;
}

img{
	border: 0;
}

ul{
	padding: 0 0 0 2em;
	margin: 0;
}

ol{
	padding: 0 0 0 2em;
	margin: 0;
}


/* Hauptblock */
#main{
	margin: 29px 0 0 225px;
	padding: 10px;
	width: 550px;
	background-image: url(../bilder/hintergrund_main.png);
	/* Firefox wird extrem langsam mit -moz-opacity. Deshalb Fix mit transparenter Grafik 
	background-color: #fff;
	filter:alpha(opacity=95); / Internet Explorer
	-moz-opacity: 0.95; / Mozilla Browser
	opacity: 0.95; / Opera */
}
#footer{
	color: #fff;
	margin: 10px 0 0 225px;
	text-align: center;
	width: 550px;
}
#footer a{
	color: #fff;
	border: 0;
}
#footer a:hover{
	color: #000;
	border: 0;
}


/* Menue links */
#buttonbox {
	left: 25px;
	padding: 4px;
	position: absolute;
	top: 25px;
	width: 150px;
}
.button {
	padding: 1px;
	margin: 1px;
}
.button .fatbutt {
	background-color: #f00;
	border: 1px solid;
	border-color: #666 #333 #333 #666;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 1px 2px 0;
	text-align: center;
	text-decoration: none;
}
.button a:hover.fatbutt {
	width: 180px;
	padding: 2px 0 2px 1px;
	border: 1px solid;
	border-color: #d00 #f33 #f33 #d00;
	background-color: #000;
	color: #fff;
	background-image: url(../bilder/feuer.gif);
	background-repeat: no-repeat;
	background-position: top right;

}



/* Links */
a{
	color: #000;
	text-decoration : none;
	border-bottom: 1px dashed #000;
}
a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.img{
	border: 0;
}
a.ext:after { 
	content: " " url(../bilder/link_ext.png)" "; 
}
a.bgrot {
	border: 1px dotted #fcc;
	background-color: #fee;
	color : #f00;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	text-decoration : none;
}
a.bgrot:hover {
	background-color : #fcc;
	text-decoration : none;
}
a.rot {
	border: 0;
	color : #f00;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}
a.rot:hover {
	background-color : #000;
	border: 1px solid #f00;
	color: #fff;
	font-weight: bold;
	text-decoration : none;
}



/* Formulare */
input{
	border: 1px outset #f00;
	width: 400px;
}
input[type=checkbox]{
	width: auto;
}
input[type=submit]{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	margin-left: 12.5%;
	width: 75%;
}
input:focus, input[type=submit]:hover, textarea:focus{
	background-color: #fee;
	border: 1px inset #f00;
}
fieldset{
	border: 1px dashed #f00;
	font-weight: bold;
	margin: 5px;
}
fieldset p{
	font-weight: normal;
}
legend{
	
}
textarea{
	border: 1px outset #f00;
	height: 200px;
	width: 400px;
}



/* Sonstiger Kram */
.aufraeumen{
	clear: both;
	height: 0;
}

div.img{
	float: left;
	width: 110px;
	padding: 0 5px 0 0;
}

.links{
	float: left;
}

.links_text{
	width: 100px; 
	float: left; 
	font-weight: bold;
}

.rechts{
	margin-left: 120px;
}

.zentriert{
	text-align: center;
}

