/* ALLGEMEINE CSS ******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	border: 0;
}


body	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ffffff;
}

#rahmen {
	margin-top: 5px;
	background-color: #ffffff;
	width: 600px;
}

#kopf {
}

#obenlinks  {
	width: 0px;
	height: 0px;
	visibility:hidden;
}
#obenrechts {
	width: 0px;
	height: 0px;
	visibility:hidden;
}
#obenmitte {
}


#printheader       {
	width: 600px;
	height: 128px;

}

#navigation1   {
	width: 0px;
	height: 0px;
	visibility:hidden;
}

#inhalt{
	width: 600px;
    text-align: left;
}

#inhaltlinks {
	width: 0px;
	height: 0px;
	visibility:hidden;
}

#inhaltrechts {
	width: 0px;
	height: 0px;
	visibility:hidden;
}

a {
   color: #FE8939;
   font-weight:bold;
}

h1 {
   color: #FE8939;
   font-size: 18px;
   font-weight:bold;
   padding-top: 10px;
   padding-bottom: 10px;
}


#inhaltmitte {

   font-size: 13px;
   text-align: left;
}

#inhaltmitte p {
   padding-bottom: 10px;
}

#inhaltmitte .csc-default {
   padding-bottom: 10px;
}


#inhaltmitte ul {
   padding-left: 15px;
   padding-bottom: 10px;
}


#navigation2 {
	visibility:hidden;
}


#inhaltmitte input, #inhaltmitte textarea , #inhaltmitte select{
	margin: 3px;
	padding: 3px;
	border: 1px solid #7f9db9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#inhaltmitte label {
	margin:2px;
	line-height:15px;
	color:#000000;
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 100px;
	display: block;
}

#boxrechts img {
    WIDTH: 0px; HEIGHT: 0px; VISIBILITY: hidden
}


