body {
	color: #FFFFFF; 
	background-image: url(../_images/kachel.jpg);
	background-image: url(../_images/background_standalone.jpg);
	background-position:center top;
	background-color: #212121;
	font-family: Arial;
	margin:0px; 
	padding:0px;
}

.orange { color:#E55B02 !important; }

a {
	color:#FD7414;
	text-decoration:none;
}

img  a { border:0px; }

a img { border:0px; }

a:hover {
	text-decoration:underline;
}

div#background {
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	padding:0px;
}

div#aboutpage {
	color: #FFFFFF;
	margin: 0;
	width: 1031px;
	padding:0;
	background-image: url(../_images/about_bg.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}

div#page {
	color: #FFFFFF;
	margin: 0;
	width: 1031px;
	padding:0;
	background-image: url(../_images/bg_small.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}

div#topnavigation {
	position: relative;
	margin-left:233px;
	padding-top:35px;
}

div#topnavigation .suche {
	border-left:2px solid #e25b01 !important;
	border-top:2px solid #e25b01 !important;
	border-bottom:2px solid #e25b01 !important;
	border-right:0px;
	background:url(../_images/suche_compl.jpg) no-repeat;
	width:139px;
	height:17px;
	padding-left:20px;
}

div#topnavigation .button {
	border-right:2px solid #e25b01 !important;
	border-top:2px solid #e25b01 !important;
	border-bottom:2px solid #e25b01 !important;
	border-left:0px;
	color:#fa7319;
	font-weight:bold;
	height:19px;
}

*html div#topnavigation .button {
	margin-top:1px;
}

div#topnavigation a {
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#e55b02;
	text-decoration:none;
}

div#topnavigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div#navigation {
	position: relative;
	width: 998px;
	margin-top: 14px;
	border: 0px solid red;
	color: #fcfcfc;
	z-index:2;
	left:3px;
	height:39px;
}

div#navigation .navi_item {
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	padding-right:1px;
	float:left;
	cursor:pointer;
}

div#navigation .navi_item_hover {
	position: relative;
	top: 0px;
	left: 0px;
	height: 39px;
	padding-right:1px;
	float:left;
	cursor:pointer;
}

div#navigation .one {
	background:url(../_images/navi_1.jpg) no-repeat;
	width:92px;
}

div#navigation .navi_item_hover.one_active {
	background:url(../_images/navi_1_aktiv.jpg) no-repeat;
	width:92px;
}

div#navigation .two {
	background:url(../_images/navi_2.jpg) no-repeat;
	width: 100px;
}

div#navigation .navi_item_hover.two_active {
	background:url(../_images/navi_2_aktiv.jpg) no-repeat;
	width: 100px;
}

div#navigation .three {
	background:url(../_images/navi_3.jpg) no-repeat;
	width: 75px;
}

div#navigation .navi_item_hover.three_active {
	background:url(../_images/navi_3_aktiv.jpg) no-repeat;
	width: 75px;
}

div#navigation .four {
	background:url(../_images/navi_4.jpg) no-repeat;
	width: 65px;
}

div#navigation .navi_item_hover.four_active {
	background:url(../_images/navi_4_aktiv.jpg) no-repeat;
	width: 65px;
}

div#navigation .five {
	background:url(../_images/navi_5.jpg) no-repeat;
	width: 124px;
}

div#navigation .navi_item_hover.five_active {
	background:url(../_images/navi_5_aktiv.jpg) no-repeat;
	width: 124px;
}

div#navigation .six {
	background:url(../_images/navi_6.jpg) no-repeat;
	width: 120px;
}

div#navigation .navi_item_hover.six_active {
	background:url(../_images/navi_6_aktiv.jpg) no-repeat;
	width: 120px;
}

div#navigation .seven {
	background:url(../_images/navi_7.jpg) no-repeat;
	width: 120px;
}

div#navigation .navi_item_hover.seven_active {
	background:url(../_images/navi_7_aktiv.jpg) no-repeat;
	width: 120px;
}

div#aboutcontent {
	background-color:#1e1e1e;
	padding:10px;
	position:relative;
	width: 880px;
	top: -2px;
	z-index:1;
	left:5px;
	text-align:left;
	color:#999999;
	font-size:11px;
}

div#aboutcontent h2.orange {
	color:#E55B02 !important;
}

div.largeaboutimgtext {
	color:#cccccc;
	position:absolute; 
	margin-top:170px; 
	margin-left:30px;
	width:155px;
	text-align:left;
}

*html div.largeaboutimgtext {
	margin-left:20px;
}

div.aboutimgtext {
	color:#cccccc;
	position:absolute; 
	margin-top:170px; 
	margin-left:35px;
	width:140px;
	text-align:left;
}

*html div.aboutimgtext {
	margin-left:13px;
}

div#aboutcontent tr {
	height:250px;
}

div#aboutcontent td {
	width:200px;
	text-align:center;
}

div#content {
	background-color:#000000;
	padding-top:3px;
	position:relative;
	width: 998px;
	height: 550px;
	top: -2px;
	border: 0px solid red;
	color: #FFFFFF;
	z-index:1;
	left:5px;
	border: 2px solid #fe6700;
	text-align:left;
}

div#innercontent {
	color:#999999;
	font-size:11px;
	margin-left:25px;
	overflow:auto;
	width: 959px;
	height: 558px;
}

div#innercontent h2 {
	color:#CCCCCC;
	text-transform:uppercase;
}

div#innercontent h2 a {
	color:#CCCCCC;
	text-transform:uppercase;
}

div#innercontent .content_bg {
	background:url(../_images/bg_big.jpg) no-repeat;
	color:#cccccc;
	width:891px;
	height:379px;
	line-height:150%;
	font-size:11px;
}

div#innercontent .about_bg {
	background:url(../_images/hintergrund_mit_logo.jpg) no-repeat;
	color:#cccccc;
	width:891px;
	height:379px;
	line-height:150%;
	font-size:11px;
}

div#playerdiv {
	
}

div#topad {
	position:absolute; 
	width:300px; 
	height:60px; 
	margin-left:480px;
}

*html div#topad {
	margin-left:-150px;
}

div#bc_ad_728x90 {
	margin-bottom:10px;
	font-size:11px;
	font-weight: bold;
	text-align:left;
	padding:0 0 10px;
	position:relative;
	top:20px;
	width:728px;
}

div#newsfeed {
	color:#5f5f5f;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

div#newsfeed a {
	color:#e85d00;
}

div#footer {
	position:relative; 
	width:984px;
}

div#footer .top {
	background:url(../_images/topfooter.jpg) repeat-x;
	height:6px;
}

div#footer .center {
	text-align:center;
	background:url(../_images/footerbg.jpg) repeat-x;
	padding:20px 0 0 0;
	height:30px;
	padding-left:320px;
}

div#footer .footerlink {
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:0 8px 0 8px;
	color:#464646;
}

div#footer .footerlink a {
	color:#464646;
}

div#footer .bottom {
	background:url(../_images/bottomfooter.jpg) repeat-x;
	height:6px;
}

/**Kontaktformular**/

div#kontakt input {
	background:url(../_images/input_bg.jpg) no-repeat;
	border:0px;
	width:170px;
	height:15px;
	color:#bbbbbb;
}

div#kontakt select {
	color:#bbbbbb;
}

div#kontakt textarea {
	margin-top:2px;
	background:#3e3e3e;
	width:417px;
	height:104px;
	border:0px;
	color:#bbbbbb;
}

div#kontakt .button {
	background:#e75c01;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	height:15px;
	margin-top:8px;
	margin-left:10px;
	width:484px;
	height:22px;
}

div.field {
	float:left;
	margin-left:10px;
	margin-top:4px;
}

*html div.field {
	margin-left:5px;
}

div.fielddesc {
	font-size:11px;
	color:#FFFFFF;
	background-color:#e75c01;
	float:left;
	width:60px;
	height:14px;
	text-align:right;
	padding:1px 5px 2px 2px;
}

div.textdesc {
	font-size:11px;
	color:#FFFFFF;
	background-color:#e75c01;
	float:left;
	width:60px;
	height:100px;
	text-align:right;
	padding:2px 5px 2px 2px;
	margin-top:2px;
}

/**Suche**/

div #suche {
	margin-top:20px;
	color:#5b5b5b;
	padding:0 10px 10px 40px;
	font-size:12px;
}

div #suche #searchstring {
	height:20px;
	color:#999999;
}

div #suche #searchstring span {
	color:#999999;
	font-weight:bold;
}

div #suche h2 {
	color:#cdccca;
	margin:0px;
}

div #videoData {
	background:url(../_images/bg_big.jpg) no-repeat;
	font-size:11px;
	width:891px;
	height:379px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
}

div #videoData .searchnavigation {
	font-weight:bold;
	color:#ba4e05;
}

div #videoData .searchnavigation select {
	color:#e56410;
	font-weight:bold;
	width:150px;
	border:0px;
	border:1px solid #ba4e05;
}

div #videoData .searchnavigation a {
	color:#ba4e05;
}

div #videoData .searchnavigation .active {
	color:#FFFFFF;
	background-color:#ba4e05;
	width:14px;
	height:15px;
	text-align:center;
	float:left;
	padding:0 2px 0 2px;
}

div #videoData .searchnavigation .unactive {
	color:#FFFFFF;
	width:14px;
	height:15px;
	text-align:center;
	float:left;
	padding:0 2px 0 2px;
}

div #videoData .searchnavigation .active a, div #videoData .searchnavigation .unactive a {
	color:#FFFFFF;
}

div #videoData .anzahl {
	font-size:12px;
	margin-top:10px;
	font-weight:bold;
}

div #videoData .anzahl span {
	color:#bcbcbc;
	font-size:13px
}

div #videoData .searchbox {
	width:270px;
	height:90px;
	margin-top:10px;
	color:#5b5b5b;
}

div #videoData .searchbox a {
	color:#999999;
}

div #videoData .number {
	color:#c7c7c7;
	font-size:16px;
	font-weight:bold;
	float:left;
	width:40px;
	height:70px;
	padding-top:12px;
}

div #videoData .videoTitle {
	margin-bottom:5px;
	font-weight:bold;
}

div #videoData .videoTitle a {
	color:#ba4e05;
}

div #videoData img {
	border:0px;
	margin-right:5px;
}

div .searchitem {
	margin-right:10px;
	width:280px;
	float:left;
}

#seo_box {
	margin:20px 0 10px 0;
	padding:5px;
	text-align:left;
	border:2px solid #fe6700;
	font-size:11px;
	font-weight:bold;
	height:112px;
}

#seo_box .intro {
	width:100px;
	font-weight:bold;
}

#seo_box ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#seo_box li {
	text-align:left;
	float:left;
	margin-right:15px;
}

#seo_box a {
	color:#fe6700;
}

#seo_box a.active {
	color:#ffffff;
}

#seo_box .seo_container {
	display:none;
}

#seo_box .seo_item {
	padding:5px;
	margin-top:5px;
	background:url(../_images/seo_box_bg.jpg) repeat-x #000;
	width:225px;
	float:left;
	margin-right:5px;
}

#seo_box .seo_image {
	margin-right:5px;
	float:left;
}

#seo_box .date {
	font-size:11px;
	font-weight:normal;
	color:#bbb;
}

#seo_box h2 {
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px;
}

#seo_box h2 a {
	color:#FFFFFF;
}

#seo_box .description {
	font-weight:normal;
	font-size:11px;
	padding:0px;
	margin:0px;
}

#seo_box .description a {
	color:#dddddd;
}
