@charset "UTF-8";

@media all
{
 /**
  * Design of the Basic Layout | Gestaltung des Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 72%;
}

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
  #page {   }
  #header {
	background-attachment: scroll;
	background-image: url(../img/header-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 228px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header h1 {
	font-size: 20px;
	color: #FE0201;
	font-variant: normal;
	font-family: "Century Gothic", Verdana, Arial;
	padding-left: 15px;
	letter-spacing: 0.3em;
	line-height: 20px;
	padding-top: 10px;
}

  #topnav {
	text-align: right;
	color: #666666;
	margin-right: 15px;
	margin-bottom: 0px;
}
#topnav a {
	color: #666666;
	text-decoration: none;
}

  #nav {
	float: left;
	width: 218px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/nav-bg.jpg);
}
#nav li {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-attachment: scroll;
	background-image: url(../img/nav-button.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 25px;
	width: 201px;
	padding-left: 10px;
}
#nav li a {
	color: #666666;
	text-decoration: none;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#inhalt h1 {
	font-size: 18px;
	font-weight: bold;
}
#inhalt h2 {
	font-size: 14px;
	font-weight: bold;
}


  #footer {
	font-size: 9px;
	color: #666666;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}



 /**
  * Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #inhalt {
	width: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 220px;
}
  #inhalt_content { padding: 0 20px 0 10px }


 /**
  * Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
.clear {
	clear: both;

}

.oeffnung {
	width: 203px;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 2px;
	margin-top: 75px;
	float: left;
}

.anschrift {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	width: 720px;
	line-height: 40px;
	vertical-align: middle;
	float: right;
	margin-top: 105px;
	letter-spacing: 2px;
}
}

