html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;/*fuer IE_quirks*/
}



/* mainboxes */

#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 990px;
	color: #000;
	text-align: left;/*Aufheben von IE_quirks im BODY*/
	background-image: url(images/BG.gif);
	height: 98%;
	border: thin dotted #FFFFFF;
}

#wrapperlong {
	position: relative;
	margin: 0px auto 0px auto;
	width: 990px;
	color: #000;
	text-align: left;/*Aufheben von IE_quirks im BODY*/
	background-image: url(images/BG.gif);
	border: thin dotted #FFFFFF;
}


#header {
	color: #000;
	height: 146px;
	padding-left: 20px;
	padding-right: 20px;
}


#leftside {
	position: absolute;
	top: -3px;
	left: 12px;
	width: 158px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/leftside.gif);
	background-repeat: no-repeat;
	height: 186px;

}

#menu1 {
	background-color: #D9C1C4;
	top:127px;
	width:650px;
	height:18px;
	padding: 2px 5px 4px 2px; 
	text-align: left;
}
#submenu {
	background-color: #D9C1C4;
	height: 18px;
	margin: 1px 1px 0px 174px;
	padding: 2px 0px 4px 2px;
}

#content {
	background-color: #fff;
	color: #000;
	margin: 0px 170px 0px 170px;

}

#texte {
	margin: 20px;
}


#rightside {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 170px;
	color: #000;
	background-image: url(images/rigthside.gif);
	height: 620px;
	background-repeat: no-repeat;

}


#newskasten {
	color: #000;
	padding: 8px;
	text-align: left;
	border: 1px solid #D9C1C4;
	float: right;
	height: 300px;
	width: 160px;
}


/* fontstyles */

a {
	font-size: 10pt;
	color: #AF0228;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}


a.menu {
	text-align:left;
	text-decoration:none;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
 }

/* star html hack fuer IE */
* html a.menu {
	padding-bottom: 2px;
} 

a.menu:link, a.menu:visited
{
	color:#000000;
	text-decoration:none;
}

a.menu:active, a.menu:hover
{
	color:#000000;
	background-color:#FFFFFF;
}
.inactive {
	color: #172237;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 3px;
}
/* star html hack fuer IE */
* html .inactive {
	padding-bottom: 2px;
} 
a.submenu {
	text-align:left;
	text-decoration:none;
	padding-right: 9px;
	padding-left: 9px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 12px;
	font-style: italic;
 }
 
a.submenu:link, a.submenu:visited
{ 
	color:#000000;
	text-decoration:none;
}

a.submenu:active, a.submenu:hover
{
	color:#000000;
	background-color:#FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.boxline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #000000;
	background-color:  #D9C1C4;
	line-height: 100%;
	padding: 5px;
	width: 150px;
}


/* Formular */
#inhalt {
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 5px;
}
#formular {
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 10pt;
	width: 570px;
}
#formular p {
	margin: 0px 0px 10px 0px;
}

fieldset {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #666;
}
legend {
	background-color: #D9C1C4;
	padding: 2px 10px;
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 10pt;
}

form {
	line-height: 150%;
}
input, textarea {
	font-size: 110%;
}
.plz {
	width: 4em;
	border: 1px solid #666;
	background-color: #ebe0e1;
	color: #000;
	margin: 0px 0px 9px 0px;
}
.ort {
	width: 20.75em;
	border: 1px solid #666;
	background-color: #ebe0e1;
	color: #000;
	margin: 0px 0px 9px 0px;
}
.inpt {
	width: 25em;
	border: 1px solid #666;
	background-color: #ebe0e1;
	color: #000;
	margin: 0px 0px 9px 0px;
}
.txt {
	width: 25em;
	border: 1px solid #666;
	background-color: #ebe0e1;
	color: #000;
}
input.inpt:focus, textarea.txt:focus {
	background-color: #fff;
	color: #000;
}
select {
	margin: 10px 0px 0px 20px;
	background-color: #e0d0b0;
	color: #000;
}
.senden {
	width: 200px;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #D9C1C4;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	cursor: pointer;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.klick {
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-image: url(images/dot_rot.gif);
}
#imgimprint {
	padding-right: 30px;
}
.linklogo {
	padding-right: 120px;
}
