/* Basic Elements ---------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

img.leftfloater{	
	float: left;
	margin: 0 15px 15px 0;
}

.right {
	float: right;
}

.styledInput {
	border: 0px;
	background-color: white;
	font-size: 10px;
	height: 14px;
	padding: 2px;
	color: #CBCBCB;
}

.news ul{
	padding-left: 20px;
}

.form {
	border: 1px solid #CBCBCB;
	width: 180px;
}

textarea.form {
	height: 225px;
}

.styledButton {
	border: 0px;
	border-left: 1px solid #C7C8C9;
	border-right: 1px solid #C7C8C9;
	font-size: 10px;
	height: 18px;
	background: url('images/backgrounds/button.png') repeat-x;
	color: #4F4F4F;
}

hr {
	clear: both;
	margin-bottom: 15px;
	height: 2px;
	border: 0px;
	border-bottom: 2px solid #DBDCDE;
}

select {
	color: #4F4F4F;
	width: 100%;
	display: block;
	margin: 10px 0px;
	font-size: 10px;
}

.box .content a, .news a, .littleNews a, p a, .link, #impressum a {
	font-weight: bold;
	color: #66B717;
}

.grayLink {
	font-weight: normal !important;
	color: #4F4F4F !important;
	display: block;
}

.lightGray {
	color: #A8A8A8;
}

.italic {
	font-style: italic;
}

.grayLink.active{
	font-weight: bold !important;
}

.boxLink {
	font-weight: normal !important;
	color: black !important;
	display: block;
	line-height: 20px;
	background-color: #DFF0CE;
	float: right;
	text-align: center;
	margin-top: 5px;
	border: 0px;
	padding: 0px 10px;
	font-size: 10px;
}

table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

h1 {
	font-size: 13px;
	margin-bottom: 6px;
}

h2, #content h2 a {
	font-size: 12px;
	color: black;
	line-height: 18px;
	margin-bottom: 10px;	
}

p {
	margin: 10px 0px;
}

.smallText {
	font-size: 9px;
	vertical-align: middle !important;
}

.icons {
	display: none;
}

.imageWrapper {
	float: left;
	width: auto;
	background-color: #F2F2F2;
	color: #4F4F4F;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageWrapper p {
	margin: 6px;
}

.imageWrapper img {
	float: none !important;
	margin: 0px !important;
}

.dateSpan {
	float: right;
	color: #4F4F4F;
}

.rectangleBox {
	display: none;
}


.error {
	color: red;
}
/* Page Structure ---------------------------------------------------- */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
}

#header {
	display: none;
}

#page {
	width: auto;
}

#boxes {
	display: none;
}

#mainframe {
	margin-top: 22px;
}

#content {
	width: auto;		
}

#footer {
	display: none;
}
/* Header ---------------------------------------------------- */

#count {
	display: none;
}
/* Top Navi ---------------------------------------------------- */
#topNavi {
	display: none;
}

/* Content ---------------------------------------------------- */
#content #breadcrumb {
	color: #C0C0C0;
	font-size: 9px;
	margin-bottom: 15px;
}

#content #breadcrumb a {
	color: #C0C0C0;
}

#content .floatLeft {
	display: block;
	float: left;
	margin: 0.5em 15px 0.5em 0;
}

#content .floatRight {
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 15px;
}

#content .box {
	width: 100%;
}

#content .box.left, #content .box.right {
	width: 298px;
}

.news h4, .littleNews h4 {
	color: #C0C0C0;
	font-size: 10px;
	font-weight: normal;
}

.littleNews h6{
   	font-size: 10px;
	font-weight: normal;
}

.news h2, .littleNews h2 {
	color: black;
	font-size: 15px;
}

.news {
	margin-bottom: 15px;
}

.littleNews {
	float: left;
	width: 130px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.littleNews h4 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.littleNews h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.littleNewsEnd {
	margin-right: 00px;
}

.littleNews img {
	margin-bottom: 15px;
}

.littleNews h2, .littleNews h2 a {
	line-height: 15px !important;
}

.box .content .thumbnail {
	margin-right: 23px;
}

.tableSpace td {
	padding: 5px;
	vertical-align: top;
}

.grayBox {
	background-color: #F2F2F2;
	padding: 5px;
	margin-bottom: 20px;
}

.grayBox h3 {
	font-size: 12px;
}

.captionLink {
	color: black;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -10px;
}

.itemCount {
	font-weight: normal;
}

.flottenliste {
	border-collapse: separate;
	border-spacing: 15px;
}

.flottenliste td {
	border-bottom: 2px solid #DBDCDE;
}

.flottenliste td a img {
	width: 60px !important;
	height: 60px !important;
}

#content .seven-days-list {
	padding: 0;
	margin: 10px 0 20px 0;
	list-style: none;
}

#content .seven-days-list li {
	padding: 0 0 3px 0;
	margin: 0;
}

#content .seven-days-list li a {
	color: #4F4F4F !important;
}

.article {
	margin: 30px 0px;
}

.article h4 {
	color: #66B717;
}

.article h5, .date-header {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDCDE;
	color: #4F4F4F;
}

.copyright {
	color: #4F4F4F;
	font-size: 10px;
	margin-bottom: 40px;
}

.rueckblick td {
	padding-right: 5px;
}

.rueckblick hr {
	border-bottom-color: #66B717;
	margin-bottom: 0px;
}

.rueckblick td a.boxLink {
	margin-top: 0px;
}

#content .logomenu td {
	padding: 0;
}

#content .logomenu td img {
	margin: 0;
}

#jumplist {
	text-align: right;
	padding: 10px 0;
	color: #000 !important;
}

#jumplist a {
	color: #4F4F4F !important;
}

#visitenkarten img {
	margin: 0 10px 10px 0;
	border: 1px solid #C2C3C5;
}

#visitenkarten img.noleftmargin {
	margin-right: 0;
}
/* Gallery ---------------------------------------------------- */
.box .content .galleryActive {
	width: 400px !important;
	text-align: center;
	margin-left: 20px;
}

.completeBox h2{
	margin-left: 20px;
}

.box .content .galleryActive img{
	width: auto !important;
	height: auto !important;	
	float: none;
	margin: 0;
}

.box .content .galleryThumb img {
	margin-bottom: 4px;
}

.box .content .galleryThumb {
	margin-bottom: 10px;
}

.box .content .galleryThumb img {
	float: none;
}

.thumbTable {
	width: 130px;
	float: right;
}

.videoThumb {
	padding-bottom: 17px;
	float: left;
	background: url('/images/videoleiste.png') no-repeat bottom left;
}
/* Boxes ---------------------------------------------------- */


/* Standard Box ---------------------------------------------------- */
.box {
	display: none;
}

.box .content {
	padding: 10px;
	border: 1px solid #9B9D9F;
	background-color: #F2F2F2;
	border-top-width: 0px;
	font-size: 10px;
	color: #4F4F4F;
	clear: both;
}

.box.award .content{
	background: #FFF url(/images/backgrounds/box_content_bg.png) repeat-y;
}

.box.award .content div.award-radio-group{
	width: 450px;
	float: left;	
}

.box.award .content div.left{
	width: 280px;
	float: left;
}


.box.award .content div.right{
	width: 280px;
	float: right;
	
}

.box.award .content div img{
	float: right;
}

.box.award .content div.award-radio{
	width: 150px;
	float: left;
}

.box.award .content div.award-radio a{
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

.box.award .content div.award-thumb{
	float: right;
}

.box.award .content div.award-thumb img{
	float: none;
	margin: 0;
}


.box.award .content div.award-radio input{
	float: left;
}

.box.award .content div.award-radio span{
	margin-left: 5px;
	display: block;
	float: left;
}

.completeBox .content {
	border-top-width: 1px;
}

.box h3 {
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	background: #DFF0CE url('images/backgrounds/edgeGreenWhite.png') no-repeat top right;
	line-height: 35px;
}

.box.award h3{
	font-weight: normal;
	padding-left: 45px;
}

.box h3 img {
	float: right;
}

.box h3.darkHeader {
	background: #66B717 url('images/backgrounds/edgeDarkGreenWhite.png') no-repeat top right;
}

.box h3.slim {
	line-height: 22px;
}

.box h3.noEdge {
	background-image: none;
}

.box h3.tabHead {
	float: left;
	font-weight: normal;
}

.box h3.tabHead a {
	font-size: 11px;
}

.box.left h3.tabHead, .box.right h3.tabHead {
	width: 74px;
}

.box h3.active {
	background: #F2F2F2 url('images/backgrounds/edgeGrayWhite.png') no-repeat top right;
}

.box h3 a {
	color: black;
}

.box .content h4 {
	font-size: 11px;
	color: black;
}

.box .content h5 {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.box .content h6 {
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-bottom: 5px;
}

.box .whiteContent {
	background-color: white;
	border-width: 0px 1px;
}

.box .content img, .news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box .content .gallerytable td{
	width: 25%;
	vertical-align: top;
}

.box .content .gallerytable td img{
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}

.box .contentWrapper {
	position: relative;
}

.box .content.strongerText {
	color: black;
	font-size: 11px;
}

.box .whiteFullContent {
	background-color: white;
}

.adHeight {
	height: 195px;
}

.adHeightSlim {
	height: 207px;
}

.adHeightHalf {
	height: 114px;
}

.box ul {
	margin: 10px;
}
/* Footer ---------------------------------------------------- */

/* Mediacentrum Button & Popup */
#mediacentrumPopup {
	display: none;
	width: 160px;
	padding: 5px;
	border: 1px solid #000;
	position: absolute;
	left: 780px;
	top: 30px;
	z-index: 500;
	background-color: #FFF;
}

#mediacentrumPopup a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

form.default table td {
	padding: 3px 0;
	vertical-align: top;
}

form.default table td.label {
	vertical-align: middle;
}

.label {
	font-weight: bold;
	padding-right: 15px !important;	
}

form.default table {
	width: auto;
}

.rueckrufTable td {
	padding-top: 2px;
}

.rueckrufBox {
	background-color: #FBF8F3;
	border-bottom: 1px solid #DBDBDD;
	padding: 15px;
	margin-bottom: 20px;
}

.rueckrufBox img {
	margin-right: 30px;
	float: left;
}
/* R?ckrufe */
#rueckrufTabelle {
	margin: 20px 0;
	width: 620px;
	border-bottom: 1px solid #4F4F4F;
}

#rueckrufTabelle th, #rueckrufTabelle td {
	text-align: left;
	padding: 7px;
}

#rueckrufTabelle th {
	font-size: 11px;
	padding: 0px 10px;
	background: #DFF0CE;
	font-weight: bold;
	line-height: 31px;
	color: #000;
}

#rueckrufTabelle td {
	border-right: 1px solid #4F4F4F;
}

#rueckrufTabelle td a {
	color: #000;
}
/* Neue Templates --------------------------- */
form.default table td select {
	margin: 0px;
	padding: 1px;
	width: 150px;
}

form.default table td .inputText-2Cols {
	width: 150px;
}

form.default table td.label {
	padding: 3px 10px;
}

form.default table {
	width: 100%;
}

form.default table td select.easy-select {
	width: auto;
	margin-right: 2px;
	display: inline;
}

#content .archivBoxWrapper {
	margin: 0 20px 20px 0;
	float: left;
	width: 131px;
}

#content .archivBoxWrapper h3 {
	font-size: 11px;
	margin-bottom: 5px;
}

#content .archivBoxWrapper .archivBox {
	width: 127px;
	padding: 2px;
	background: #F2F2F2;
}

#content a.archivButton {
	font-weight: normal !important;
	color: black !important;
	display: block;
	line-height: 20px;
	background-color: #DFF0CE;
	text-align: center;
	border: 0px;
	padding: 0px 10px;
	font-size: 9px;
}

#content .archivBoxWrapper .archivBox a.archivButton {
	margin: 10px 23px;
}

.date-header {
	border-bottom: 1px solid #DBDCDE;
	height: 20px;
	line-height: 20px;
	margin: 10px 0pt;
}

.date-header a {
	color: black;
	float: right;
	position: relative;
	top: 2px;
}

.iconsFloater {
	float: right;
	margin: 0px;
	position: relative;
	top: -10px;	
}

.icons span{
	font-size: 10px;
}

.icons a {
	color: #C0C0C0;
}

.iconsHeader {
	float: right;
	margin: 1px 5px 0 0;
}

.iconsHeader a {
	margin-right: 0;
}

#content #sitenavi ol{
	margin: 10px 25px;
}

#boxes #votebox .answerRectangle {
		height: 15px;
		margin: 3px;
		background-color: #66B717;
}
							
#boxes #votebox ul li {
	list-style: none;
}

div.modellplanerButton{
	text-align: right;
	padding-top: 20px;
}

div.modellplanerButton a{
	background-color: #66B717;
	color: white;
	padding: 2px 20px;
	float: right;
}

.count{
	display: none;
}

#content table.rssTable {
	border-collapse:separate;
	width:100%;
	margin: 10px 0;
}

#content table.rssTable th, #content table.rssTable td {
	border-bottom:1px solid #CCCCCC !important;
	padding:5px 5px 5px 0;
	text-align:left;
	vertical-align:middle;
}

#content a.rssLink {
	background:transparent url(../images/icons/feed.png) no-repeat scroll right top;
	color:#C8CBCF;
	float:right;
	font-size:10px;
	line-height:14px;
	padding-right:20px;
}

.sliderMask {
	position: relative;
	width: 510px;
	height: 100px;
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 15px;
	float: left;
	background-color: #F2F2F2 !important;
}

#previewContainer1,
#previewContainer1 div {
	background-color: #F2F2F2 !important;
}

#previewContainer {
	left: 0;
}

#previewContainer1 p{
	padding: 0;
	margin: 0;
}



#previewContainer1 a{
	color: #000;
	font-weight: normal;
}

.sliderMask div {
	position: absolute;
	background-color: #F2F2F2 !important;
}
.sliderMask div div {
	position: relative;
	width: 150px;
	height: 100px;
	float: left;
	padding: 0 10px;
	background-color: #F2F2F2 !important;
}
.sliderMask div div img {
	margin-bottom: 5px;
}
.sliderButton {
	width: 55px;
	height: 110px;
	float: left;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #F2F2F2;
}
#sliderNext {
	background-image: url(/images/scrollerRight.png);
}
#sliderPrev {
	background-image: url(/images/scrollerLeft.png);
}

.video-box-list{
	float: left; 
	width: 150px;
	margin: 0 15px;
}

.box .video-box-list a {
	color: #4F4F4F;
	font-weight: normal;
}

#newservicenavi,
#mediacentrumPopup{
    display: none;
}



