@charset "UTF-8";
/* Main */

html * {
	font-size: 100.01%;

}

body {
	position: relative;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #ed7b01;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}

a img {
	border: 0;
}

p {
	margin: 0 0 15px;
	line-height: 130%;
	color: #797a7a;
}

ul {
	color: #797a7a;
}

strong {
	color: #ed7b01;
}

/* Intro */

#introBox {
	position: relative;
	width: 799px;
	margin: 50px auto 0;
	overflow: hidden;
	text-align: left;
	/*background: #fff url(../img/intro-bg.png) repeat-y;*/
}

#introBox p {
	margin: 20px 0 30px 110px;
}

.introButton {
	width: 227px;
	padding: 6px 0 7px;
	font-size: 85%;
	font-weight: bold;
	text-indent: 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/button.png) no-repeat;
	color: #fff;
}

.firstB {
	position: relative;
	top: 140px;
	left: 580px;
	display: block;
}

.secondB {
	position: relative;
	top: 150px;
	left: 580px;
	display: block;
	
}
.mainHeader {
	height: 1%;
	overflow: hidden;
	float: right;
	background: #fff;
}
.mainHeader img {
	/*float: right !important;*/
	padding: 0 !important;
}
#mainHeader_bg {
	height: 280px;
	overflow: hidden;
	float: right;
	background: #fff;
	filter: revealTrans(Duration=2, Transition=23);
}

#mainHeader_bg img {
	/*float: right !important;*/
	padding: 0 !important;
}
/* Site */

#siteBox {
	position: relative;
	width: 968px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	background: #fff url(../img/site-bg.png) repeat-y;
}

#header {
	overflow: hidden;
	height: 1%;
}

#mainBox {
	margin: 0 30px 0 30px;
	border-width: 13px 13px 13px 268px;
	border-style: solid;
	border-color: #eee;
	background: #fff;
}

#content {
	clear: right;
	height: 1%;
	/* overflow: hidden; */
	min-height: 820px;
	height: auto !important;
	height: 820px;
	padding: 20px;
	background: #fff;
}

#quickNav {
	width: 250px;
	margin: 30px 0 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#quickNav li {
	border-bottom: 1px solid #eee;
}

#quickNav a {
	display: block;
	height: 1%;
	padding: 5px 20px;
	background: url(../img/arrow.png) left center no-repeat;
	text-decoration: none;
	color: #5b5b5b;
}

/* Menu */

* html #navBox {
	position: relative;
	top: 20px;
	left: 35px;
}

#navBox {
	clear: both;
	height: 1%;
	float: left;
	width: 240px;
	padding: 0;
	margin: 20px 0 0 35px !important;
	margin: 0;
	list-style: none;
}

.navBlock {
	border-bottom: 1px solid #fff;
}

.subBlock {
	border-bottom: 1px solid #ed7b01;
}

#navBox a:hover {
	background-color: #fff;
}

#navBox ul {
	height: 1%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navBox ul a { font-size: 90% }

#navBox li, #navBox a {
	height: 1%;
	background: #eee;
}
#navBox li {
	margin: 0 0 0 10px;
}
.navLink {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	color: #5b5b5b;
}

#contact {
	position: absolute;
	left: 50px;
	margin-bottom: -30px;
	bottom: 80px;
	width: 250px;
}

/* Content */

#content h1 {
	padding: 0 0 7px;
	border-bottom: 1px solid #ed7b01;
	color: #000;
}

.calendar {
	width: 584px;
	border-collapse: collapse;
	
}

.calendar th {
	width: 120px;
	padding: 4px 8px;
	border: 5px solid #fff;
	background: #e3e3e3;
}

.calendar td {
	height: 1%;
	padding: 4px 8px;
	vertical-align: top;
	border: 5px solid #fff;
	background: #fff3e7;
}

.calendar a {
	display: block;
	text-decoration: none;
	color: #000;
}

.calendar a:hover {
	text-decoration: underline;
}

.buggy .icon {
	float: right;
	margin: 0pt 5pt 0pt 0px;
	vertical-align: middle;
}

/* Thumbs */

.thumbRow {
	height: 1%;
	overflow: hidden !important;
	overflow: visible;
	padding: 10px 0;
}

.thumbRow a {
	overflow: hidden;
	display: block;
	width: 160px;
	height: 180px;
	padding: 20px 5px 10px;
	text-align: center;
	text-decoration: none;
	background: #eee;
}

.thumbRow a img {
	display: block;
	margin: 10px auto 5px;
	vertical-align: bottom;
        float:none;
}

.thumbLeft {
	float: left;
	margin: 0 12px 10px;
}

.thumbRight {
	float: right;
	height: 1%;
}

/* Formular */

form fieldset {
	
	height: 1%;
	padding: 5px 10px 0;
	border: 5px solid #fff;
	background: #fff3e7;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form label {
	float: left;
	width: 200px;
	margin-right: 10px;
	line-height: 27px;
	cursor: pointer;
}

form .txtField {
	width: 290px;
	float: right;
	margin: 0 0 5px;
	padding: 3px 5px;
	border: 1px solid #ccc;
}

form .checkBox {
	height: 18px;
	width: 18px;
	margin: 0 0 13px;
}

form .button {
	width: 240px;
	margin: 0 0 5px;
	padding: 4px 0;
	border: 1px solid #000;
	background: #eee;
}
form fieldset li {
	clear:both;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}
#end {
	height: 36px;
	background: url(../img/site-footer.png) bottom;
}

.Ueberschrift{
	font-weight:bold;
	color: #ed7b01;
}
.Dick{
	color: #CCC;
	font-weight:bold;
}
.TextBild{
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	float:left;
}
.buggy img{
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	float:left;
}
.buggy .zielgruppen_icons img{
  width: 584px;
  float:none;
  padding:0;
  padding-bottom: 10px;
}
.highlight a {
	background: #fff url(../img/arrow-down.png) no-repeat 210px 8px !important;
	color: #ed7b01;
	padding-right: 5px;
}
.highlight {
	border-bottom: 1px solid #eee !important;
}
.hallo {
	color: #00f !important;
	text-decoration: underline !important;
}
#rotator
{
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 627px;
	height: 300px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 627px;
	height: 300px;
}

.flashHeader {
	float: right;
}