* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../images/bg_body.gif) top left repeat-x;
}

img {
	border: 0;
}

label,
select,
input[type=checkbox],
input[type=radio], 
input[type=button],
input[type=submit] {
	cursor: pointer;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

div.hr {
	height: 1px;
	margin: 14px 10px 0 10px;
	background: #C9C9C9;
}

div.hr hr {
	display: none;
}

.skiplinks {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

.orange {
	color: #EB6B0A;
}

#header,
#wrap {
	clear: both;
	width: 959px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: transparent url(../images/bg_header.gif) top left repeat-x;
}

/*** Header: Logo ***********************************************/

#header #logo {
	float: left;
	width: 200px;
	height: 104px;
	background: #FFF;
}

#header #logo img {
	width: 180px;
	height: 92px;
	padding: 12px 10px 0 10px;
}

/*** Header: Top-Navigation *************************************/

#header ul#topNav {
	float: right;
	width: 180px;
	height: 60px;
	padding: 8px 10px 0 10px;
	border-top: 4px solid #CCC;
}

#header ul#topNav li {
	float: left;
	list-style: none;
	width: 60px;
	height: 1.1em;
	border-right: 1px solid #FFF;
	text-align: center;
}

#header ul#topNav li.first {
	width: 41px;
	text-align: left;
}

#header ul#topNav li.last {
	width: 77px;
	border-right: none;
	text-align: right;
}

/* Typo: Header Top-Navigation */

#header ul#topNav li a {
	font: normal 1em/1em Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
}

#header ul#topNav li a:hover {
	text-decoration: underline;
}

/*** Header: Navigation *****************************************/

#header ul#mainNav {
	float: right;
	width: 759px;
	height: 32px;
}

#header ul#mainNav li {
	float: left;
	list-style: none;
}

#header ul#mainNav li a {
	display: block;
	width: 131px;
	height: 21px;
	margin: 0 0 0 7px;
	padding: 8px 0 3px 0;
	text-align: center;
}

#header ul#mainNav li a#large {
	width: 200px;
}

/* Typo: Header Navigation */

#header ul#mainNav li a {
	font: normal 1.1em/1em Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
	background: transparent url(../images/bg_mainNav.gif) 0px -64px repeat-x;
}

#header ul#mainNav li a:hover {
	color: #FFF;
	background: transparent url(../images/bg_mainNav.gif) 0px -32px repeat-x;
}

#header ul#mainNav li a.active,
#header ul#mainNav li a.active:hover {
	color: #000;
	background: transparent url(../images/bg_mainNav.gif) 0px 0px repeat-x;
}

/*** Header: Image-Bereich **************************************/

#header #image {
	clear: both;
	width: 958px;
	height: 183px;
	background: transparent url(../images/logo-slogan.gif) 0px 0px no-repeat;
	border-left: 1px solid #FFF;
	text-align: right;
}

#header #image img,
#header #image div#Gmap {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#header #image div#Gmap {
	float: right;
	width: 759px;
	height: 182px;
}

/* Header: Startseite Image + Slogan */

#index #header #image {
	background: transparent url(../images/bg_header_index_img.gif) 0px 0px repeat-x;
	text-align: left;
}

#index #header #image p {
	display: inline; /* IE6 */
	float: left;
	padding: 40px 0 0 90px;
	font: normal 3.1em/1.0em Arial,sans-serif;
	color: #5D6473;
	background: transparent url(../images/logo-slogan.gif) 0px 0px no-repeat;
}

#index #header #image p #row_1 {
	display: block;
	margin: 0 0 0 27px;
	font: normal 0.75em/1.5em Arial,sans-serif;
}

#index #header #image p #row_3 {
	margin: 0 0 0 48px;
	display: block;
	font: normal 0.55em/1.8em Arial,sans-serif;
}

#index #header #image img {
	float: right;
	border-left: none;
}

/*** Unter-Navigation *******************************************/

#uNav {
	float: left;
	width: 198px;
	margin: 16px 8px 0 1px;
	padding: 42px 0 18px 0;
	background: #F2F2F2 url(../images/bg_uNav.gif) 0px 0px repeat-y;
	border-top: 5px solid #EB6B0A;
	display: inline; /* IE6 */
}

#uNav ul li {
	list-style: none;
}

#uNav ul li a  {
	display: block;
	width: 153px;
	margin: 1px 0 0 1px;
	padding: 10px 0 9px 35px;
	background: #FAFAFA url(../images/bg_link_uNav.gif) -177px 13px no-repeat;
	border-left: 9px solid #F5F5F5;
}

#uNav ul li a:hover {
	background: #FFF url(../images/bg_link_uNav.gif) 23px 13px no-repeat;
	border-left: 9px solid #FFF;
}

#uNav ul li a.active,
#uNav ul li a.active:hover {
	margin: 1px 0 0 0;
	background: #FFF url(../images/bg_link_uNav.gif) 23px 13px no-repeat;
	border-left: 10px solid #EB6B0A;
}

#uNav ul li.first a {
	width: 165px;
	margin: 0 0 0 1px; /* IE7 */
	padding: 10px 0 9px 23px;
	background: #FAFAFA url(../images/bg_link_uNav.gif) -189px 13px no-repeat;
}

#uNav ul li.first a:hover {
	background: #FFF url(../images/bg_link_uNav.gif) 11px 13px no-repeat;
}

#uNav ul li.first a.active,
#uNav ul li.first a.active:hover {
	margin: 0; /* IE7 */
	background: #FFF url(../images/bg_link_uNav.gif) 11px 13px no-repeat;
}

/* Typo: Unter-Navigation */

#uNav ul li a {
	font: normal 1.1em Arial,sans-serif;
	color: #000;
	text-decoration: none;
}

#uNav ul li a.active,
#uNav ul li a.active:hover {
	font-weight: bold;
}

/*** Sie sind hier **********************************************/

#breadcrumb {
	float: right;
	width: 752px;
	height: 66px;
}

#breadcrumb p {
	float: left;
	margin: 13px 0 0 10px;
}

#breadcrumb ul li {
	list-style: none;
	float: left;
	margin: 13px 0 0 7px;
	padding: 0 14px 0 0;
	background: transparent url(../images/bg_breadcrumb.gif) 100% 50% no-repeat;
}

#breadcrumb ul li.last {
	background: none;
}

/* Typo: Sie sind hier */

#breadcrumb {
	font: normal 0.9em/1.4em Arial,sans-serif;
	color: #666;
}

#breadcrumb a {
	color: #666;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

/*** Content: Inhaltsbereich ************************************/
/*** Raster mit 14 Einheiten ***********/
/*** Contentbereich hat 11 Einheiten ***/
/*** 1 Einheit = 62px + 7px margin *****/

#content {
	float: right;
	display: inline; /* IE6 */
	width: 683px;
	margin: 0 69px 0 0;
}

#content img {
	float: left;
	margin: 14px 17px 10px 10px;
}

#content img#intro {
	margin: 0 17px 10px 10px;
	padding: 3px 0 0 0;
	border-top: 1px solid #C9C9C9;
}

#content .block_left {
	float: left;
	width: 338px;
	margin: 0 7px 0 0;
}

#content .block_right {
	float: right;
	width: 338px;
}

#content ul {
	margin: 0 10px;
	padding: 10px 0 0 0;
}

#content ul ul {
	margin: 0 10px;
	padding: 2px 0 8px 0;
}

#content ul.links,
#content ul.links ul {
	list-style: none;
}

#content li {
	margin: 0 30px;
	padding: 2px 0;
}

#content table {
	margin: 18px 10px 0 10px;
}

#content table th,
#content table td {
	padding: 0 0 4px 0;
	text-align: left;
	vertical-align: top;
}

#content table td {
	padding: 0 0 4px 17px;
}

#content .clear {
	clear: both;
}

#content span.th {
	float: left;
	display: block;
	width: 4.5em;
}

/* Typo: Content */

body {
	font: small Arial,sans-serif;
	color: #000;
}

#header,
#wrap,
#footer {
	font-size: 0.9em;
}

h1 {
	clear: left;
	font: bold 2.20em/1.23em Arial,sans-serif;
	color: #666;
	padding: 0 10px;
}

h2 {
	clear: both;
	/* display: inline-block;  IE7 */
	font: normal 1.4em/1.25em Arial,sans-serif;
	color: #000;
	margin: 0 10px;
	padding: 30px 10px 2px 15px;
	border-bottom: 1px solid #C9C9C9;
	background: transparent url(../images/bg_h2.gif) 0px 37px no-repeat;
}

h2.floated {
	clear: none;
	margin: 0 10px 0 227px;
}

#content .block_left h2,
#content .block_right h2 {
	clear: none;
}

h3 {
	font: bold 1.1em Arial,sans-serif;
	color: #2A2F3A;
	padding: 16px 10px 0 10px;
}

#tradition h3 {
	float: left;
	padding: 14px 10px 0 10px;
}

#content p {
	line-height: 1.5em;
	padding: 14px 10px 0 10px;
}

#tradition #content p {
	margin: 0 0 0 47px;
}

#content p.right {
	text-align: right;
}

#content p.small {
	font: normal 0.9em Arial,sans-serif;
	color: #777;
}

#content a {
	color: #EB6B0A;
	text-decoration: underline;
	margin: 0 0 0 2px;
	padding: 0 0 0 8px;
	background: transparent url(../images/bg_link.gif) 0 50% no-repeat;
}

#content a:hover {
	text-decoration: none;
}

#content a.image {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: none;
}

#content input,
#content select,
#content textarea {
	font: normal 1.0em Arial,sans-serif;
}

#content input#submit {
	font: normal 1.1em Arial,sans-serif;
}

#content .fehler {
	color: #F00;
	font-weight: bold;
}

/*** Content: Startseite ****************************************/

#index #content {
	float: none;
	display: block; /* IE6 */
	width: 959px;
	margin: 5px 0 0 0;
	padding: 50px 0 0 0;
	border-top: 1px solid #EB6B0A;
}

#index #content div.teaser {
	float: left;
	width: 200px;
	margin: 36px 3px 10px 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #BBB;
}

#index #content div#big {
	width: 338px;
}

#index #content div#last {
	margin: 36px 0 0 0;
	padding: 0;
	border-right: none;
}

#index #content div.teaser a.img {
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	background: none;
}

#index #content div.teaser img {
	float: none;
	margin: 0;
	padding: 0;
}

/* Typo: Content Startseite */

#index h1 {
	float: left;
	padding: 6px 10px 0 10px;
	line-height: 0.6em;
}

#index h1 span {
	font: normal 0.41em/2.2em Arial,sans-serif;
}

#index p.intro {
	margin: 0 0 0 355px;
	padding: 0 0 7px 0;
}

#index h2 {
	font: bold 1.2em/1.2em Arial,sans-serif;
	color: #666;
	margin: 0;
	padding: 0 10px 7px 10px;
	border-bottom: none;
	background: none;
}

#index #content div.teaser p {
	line-height: 1.5em;
	padding: 7px 10px 0 10px;
}

/*** Footer *****************************************************/

#footer {
	clear: both;
	width: 100%;
	background: #E0E0E0;
	border-top: 50px solid #FFF;
}

#footer div {
	width: 959px;
	margin: 0 auto;
}

#footer p {
	margin: 0 0 0 199px;
	padding: 10px 10px 0 17px;
	background: #EFEFEF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#footer p#adresse {
	padding: 7px 10px 11px 17px;
}

/* Typo: Footer */

#footer p {
	font: bold 1.0em/1.2em Arial,sans-serif;
	color: #666;
}

#footer p#adresse {
	font: normal 0.9em/1em Arial,sans-serif;
}

#footer p span {
	font: normal 1.0em/1em Arial,sans-serif;
	color: #EB6B0A;
	padding: 0 3px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}