/************** Globale Einstellungen Start **************/

/* Reset der standard Abstände aller Elemente */
* { margin:0; padding:0; }

/* Festlegen des Basis EM Werts mit 10px = 1em */
body { 
  	background-color:#fff;
	font-size:62.50%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	background: url("../images/bg.jpg") no-repeat #fff 80px -35px;
	padding: 0 0 30px 0;
}
html > body {
	font-size: 10px;
}

a img { border: 0; } 

.hidden { display: none; }

#globalWrapper {
	width: 740px;
	margin: 20px 0 0 10px;
	position: relative;
}
#header {
	width: 740px;
	height: 160px;
	margin: 20px 0 0 0;
	background: url("../images/header.png") no-repeat #fff;
}
#contentWrapper {
	margin: 20px 0 0 0;
	border: 1px solid #d3d5d6;
	padding: 15px 20px 15px 15px;
	background-color: #fff;
}
#navigation {
	width: 244px;
	min-height: 415px;
	height: auto !important;
	height: 415px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 20px 0;
	border: 1px solid #d3d5d6;
	background: url("../images/navbg.png") no-repeat #fff;
}
#content {
	float: left;
	width: 425px;
	height: 445px;
}
#content #orientation .activePage, #content #orientation a {
	color: #db332d;
	font-weight: normal;
}
#content #siteContent {
	margin: 16px 0 0 0;
	padding: 0 5px 0 0;
	height: 500px;
	overflow: auto;	
}
#subnav {
	position: absolute;
	right: 0;
	top: 0;	
}
/** navigation **/
#navigation ul {
	width: 180px;
	font-size: 14px;
	list-style-type: none;
	margin: 150px 0 0 40px;
}
#navigation ul ul {
	margin: 0 0 0 15px;
	width: 165px;	
}
#navigation ul li {
	padding: 15px 0;
	border-bottom: 2px dotted #ccc;	
}
#navigation ul li ul li {
	padding: 0;
	border: 0;
}
#navigation ul li a {
	color: #db332d;
	padding: 0 0 0 20px;
	background: url("../images/nav_arrow.gif") no-repeat 0 3px;
}
#navigation ul li a:hover {
	color: #333;
	font-weight: normal;
	background: url("../images/nav_arrow.gif") no-repeat 0 -35px;
}
#navigation #active {
	color: #333;
	font-weight: normal;
	padding-left: 20px;
	background: url("../images/nav_arrow.gif") no-repeat 0px -36px;
}
#navigation ul li ul li a {
	font-weight: normal;
	background: url("../images/nav_arrow.gif") no-repeat 0 -17px;	
}
#navigation ul li ul li a:hover {
	background: url("../images/nav_arrow.gif") no-repeat 0 -35px;	
}

#subnav ul {
	list-style-type: none;	
}
#subnav li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 2px;
	border-right: 1px solid #666;
	line-height: 10px;
}

#subnav li a:hover, #subnav li#active {
	color: #666;	
}

/** tags **/

a { 
	color: #db332d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#navigation p {
	margin: 20px 0 20px 40px;	
}

#navigation p, #navigation a {
	font-weight: bold;
	color: #a7a9ac;
}
#navigation p a .highlight {
	font-size: 12px;
	color: #db332d;
}
#navigation p a:hover {
	color: #333;	

}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#content h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
}
#content #siteContent a {
	font-weight: normal;	
}
#content #siteContent p {
	font-size: 12px;
	line-height: 20px;
	clear: both;
}
#content #siteContent ul, #content #siteContent ol {
	margin: 0 0 0 25px;	
	line-height: 20px;
	font-size: 12px;
}
#content #siteContent h1,
#content #siteContent h2,
#content #siteContent h3,
#content #siteContent h4,
#content #siteContent h5,
#content #siteContent h6 {
	padding: 15px 0;
	font-weight: normal;
}

#content #siteContent h1 { font-size: 18px; }
#content #siteContent h2 { font-size: 16px; }
#content #siteContent h3 { font-size: 14px; }
#content #siteContent h4 { font-size: 12px; }
#content #siteContent h5,
#content #siteContent h6 { font-size: 10px; }

#content #siteContent label {
	display: block;
	float: left;	
	width: 75px;
}

#content input[type=text] {
	width: 300px;
	border: 1px solid #ccc;
}
#content textarea {
	width: 300px;
	border: 1px solid #ccc;
}
#content .submit {
	margin-top: 20px;	
}
#content .belowContactForm {
	padding-top: 10px;	
}
#content .imageContainer {
	text-align: center;
}
#content .slideshowImg {
	background-color: #ccc;
	
	padding: 10px 0;
	margin-left: 50px;
	margin-bottom: 10px;
	width: 320px;
	height: 240px;
	vertical-align: middle;
}
#content .slideshowImg img {
	margin: auto 0 auto 0;	
}
#content .switchImages {
	margin-left: 50px;
	width: 320px;
	text-align: left;
	height: 21px;
	background-color: #ccc;
}


/** extra classes **/

.noBorder, #subnav li.noBorder { border: none; }
.clearLeft { clear: left; }



