/* Grundeinstellungen vornehmen */

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0px;
	margin: 0px 30px 0px 30px;
	text-align: center;
	background: #cccccc;
}

a {
  color: #0065B3;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  background: #e5e5e5;
}

p {
  display: block;
  color: #000000;
}

h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

h2 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0px 7px 0px;
}


h3 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1em;
  font-weight: bold;
}


h4 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1em;
  font-weight: bold;
}

/* -------- MAIN STRUCTURE ------------------------------------------------------------------ */

#standardinhalt 	{ width: 770px; margin-left: auto; margin-right: auto; text-align: left; }

/* -------- MAIN STRUCTURE : HEADER --------------------------------------------------------- */

#header, #header_pic, #navi, #home {
  display: none;
}

/* -------- MAIN STRUCTURE : CONTENT -------------------------------------------------------- */

/* Hauptbereich */

#main {
	float: left;
	padding: 0px;
	/*background: #0065B3;*/
	background: #ffffff;
}

#main_index {
	float: left;
	padding: 0px;
	/*background: #0065B3;*/
	background: #0065B3;
}

/* linke Spalte */
#NaviCol {
  display: none;
}


/* Hauptbereich | Inhalte + Service-Navigation */
#MainCol {
	width: 600px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
 
/* --- SERVICE NAVIGATION ------------------------------------------- */
.MainService {
	display: none;
}

#naviposition {
	display: none;
}

/* --- Inhalte ------------------------------------------- */

#MainContent {
  padding: 10px 0px 10px 0px;
}

.line {
	width: 480px;
	height: 1px;
	border-bottom: 1px dotted #000000;
}

/* Rechte Spalte | Inhalte*/
#RightCol {
	float: right;
	width: 180px;
	border: 2px solid #cccccc;
	margin: 20px 0px 10px 20px;
	padding: 0px;
	background: #e5e5e5;
}

#RightContent {
	padding: 10px;
}

/* ----------- Rechts Infokasten -- hier Liste zur Navigation mit Ankern -------------------------------------- */

#RightList ul {
	width: 180px;
	border: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#RightList li {
	/*letter-spacing: 1px;*/
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #f5f5f5;
  	vertical-align: middle;
	background: #cccccc;
	color: #000000;
}

/* -------- MAIN STRUCTURE : FOOTER --------------------------------------------------------- */

#footer {
	display: none;
}

#print_header {
	color: #777777;
	width: 100%;
	font-size: 80%;
}

#print_logo {
	float: right;
	text-align: right;
	width: 130px;
}

#print_text2 {
	text-align: right;
}

#print_text1 {
	float: left;
	width: 200px;
}

/* --------                      --------------------------------------------------------- */

table {
	background: #cccccc;
}

td, th {
	border: 1px solid #cccccc;
	empty-cells: show;
	/*font-size: 0.7em;*/
}

th {
	font-weight: bold;
	text-align: center;
}

.formfield {
  width: 75%;
  border: 1px solid #787878;
}

/* --------                     --------------------------------------------------------- */

.right {
	text-align: right;
}

.clear {
	clear: both;
}









/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}