/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2009 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ed1c24;
	text-decoration: underline;
}
a:hover {
	color:#ed1c24;
	text-decoration: none;
}
.alt {
	display: none;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.rot {
	color:#ed1c24;
}
.grau {
	color:#666;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
body { 
	behavior: url("scripts/csshover3.htc"); 
}
body {
	color:#000000;
	font-family: "Arial", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	background:#fff url(../images/bg.gif) top center repeat-x;
	width:100%;
}
#wrapper {
	position: relative;
	width:970px;
	margin: 0 auto;
	text-align: left;
	height:100%;
	background:transparent url(../images/wrapper_bg.gif) top center no-repeat;
}
/*----------------General Layout-------------*/
/*----------------Header-------------*/
#header {
	display:block;
	width:975px;
	height:93px;
	position: relative;
}
#header h1 {
	width: 0;
	height: 0;
}
#header h1 a{
	display:block;
	width:185px;
	height:90px;
	position:absolute;
	left:755px;
	z-index: 100;
}
/*----------------Header-------------*/
/*----------------Main navigation (general)-------------*/
#mainNav { 
	float:left; 
	width:100%; 
	line-height:normal; 
	position: absolute;
	top:66px;
	left:20px;
	z-index: 0;
}
#mainNav ul {
      list-style:none;

}
#mainNav ul li{
	float:left;
	background: url(../images/mainNavRightTab.png) top right no-repeat;
	margin-right:1px;
}
#mainNav a {
	float:left;
    display:block;
	color:#fff;
	text-decoration: none;
  	background: url(../images/mainNavLeftTab.png) top left no-repeat;
  	padding:8px 15px 5px 15px;
  	height:31px;
  	position: relative;
}
#mainNav > ul a {width:auto;}

#mainNav ul li:hover {
	background: url(../images/mainNavRightTab.png) right -44px no-repeat;
}
 #mainNav ul li.active {
	background: url(../images/mainNavRightTab.png) right -44px no-repeat;
}
#mainNav ul li a:hover {
	color:#666;
	background: url(../images/mainNavLeftTab.png) left -44px no-repeat;
}
#mainNav ul li a.active {
	color:#666;
	background: url(../images/mainNavLeftTab.png) left -44px no-repeat;
}
/*----------------Main navigation (general)-------------*/
#mood {
	z-index:100;
	display: block;
	width:950px;
	height:315px;
}
#home #mood {
	height:365px;
}
#mood ul{
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	font-weight: bold;
	color:#333;
	padding-left:40px;
}
#mood h3{
	color:#ed1c24;
	font-size:14px;
	margin-bottom:5px;
	padding-top:30px;
	padding-left:25px;
}
/*----------------Content-------------*/
/*---Content Section---*/
#contentContainer {
	padding:0 25px;
}
#contentLeft {
	display:block;
	float:left;
	width:515px;
}
#contentRight {
	display:block;
	float:right;
	width:370px;
}
#contentContainer h2{
	color:#ed1c24;
	font-size:18px;
	margin-bottom:12px;
	border-bottom: 1px dotted #ed1c24;
}
#contentContainer #contentRight h2{
	color:#999;
	border-bottom: 1px dotted #999;
}
#contentContainer h3{
	color:#ed1c24;
	font-size:14px;
	margin-bottom:5px;
}
#contentContainer p{
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	font-weight: bold;
	color:#333;
}
#contentContainer #contentRight p{
	color:#999;
}
#contentContainer ul{
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	font-weight: bold;
	color:#333;
}
#contentContainer ol{
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	font-weight: bold;
	color:#333;
	margin-left:2em;
}
#contentContainer ul li{
	padding-left: 12px;
	background: url(../images/bullet.gif) top left no-repeat;
}
#contentContainer #content hr{
	border:0;
	height:1px;
	background:transparent url(/images/dottedLine2.gif) repeat-x scroll left top;
	margin-bottom:20px;
}
#contentContainer #contentLeft img{
	border: 1px dotted #ed1c24;
	padding:1px;
}
/*---Content Section---*/
/*---Content Akteur---*/
#contentLeft div.akteur {
	margin-bottom:20px;
}
#contentLeft div.akteur img{
	margin-right:10px;
}
/*---Content Akteur---*/
/*---Content right---*/
#contentRight img{
	border: 1px dotted #ed1c24;
	padding:1px;
}
.contactPersonImage {
	float:left;
}
.contactPersonText {
	float:left;
	margin-left:10px;
}
/*---Content right---*/
/*----------------Content-------------*/
/*----------------Accordion-------------*/
#contentContainer h3.toggler {
	color:#fff;
	padding:4px 4px 4px 28px;
	line-height:14px;
	background: #ccc url(../images/plus.gif) top left no-repeat;
}
#contentContainer h3.toggler:hover {
	cursor: pointer;
}
#contentContainer h3.faqClick {
	color:#fff;
	background: #ed1c24 url(../images/minus.gif) top left no-repeat;
	padding-left: 28px;
}
#contentContainer #accordion div.elementClick{
	margin-bottom:10px !important;
}

/*----------------Accordion-------------*/
/*----------------Footer-------------*/
#footer {
	clear: both;
	margin-top:45px;
	padding-top:10px;
	padding-bottom:35px;
	text-align: left;
	height:100%;
	line-height:18px;
	border-top:1px dotted #bf0414;
}
#footer a{
	text-decoration: none;
	border-bottom: 1px dotted #ffca00;
}
#footer a:hover{
	text-decoration: none;
	border-bottom: 0;
}

#footer ul, #footer ul li {
  list-style: none;  
  display: inline;
}

#footer ul li {
  padding-left: 13px;
  background: url(/images/button_yellow.gif);
  background-position: 5px 6px;
  background-repeat: no-repeat;
}
/*----------------Footer-------------*/
/*----------------Register Now-------------*/
#regNow {
	position:absolute;
	top:270px;
	left:30px;
	background: url(../images/registerNow.gif) top left no-repeat;
	display:block;
	width:130px;
	height:130px;
}
*>#regNow {
	background: url(../images/registerNow.png) top left no-repeat;
}
#regNow a{
	display:block;
	width:130px;
	height:130px;
}
/*----------------Register Now-------------*/
