@import url("master.css");

body {
	background: url(../gfx/startseite/index_bg.png) repeat-x;
}

#wrapper {
	width: 1006px;
	margin: 0 auto;
	padding: 0;
}

/******* Head Navigation ********/

ul#head_navi {
	position: relative;
	top: 4px; left: 348px;
	background: url(../gfx/startseite/index_nav_bg.png) no-repeat left;
	height: 23px;
	width: 656px;
	margin: 0;
	padding: 0;
}

ul#head_navi li {
	display: inline;
	margin: 0 0 0 23px;
	padding: 0;
}

ul#head_navi li a {	color: #DBCAA6; }
ul#head_navi li a:hover { color: #DBCAA6; text-decoration: underline; }


/******** Shortbox *********/


#shortbox_wrapper {
	margin: 50px 0 0 0;
	padding: 0;
}

* html #shortbox_wrapper {
	margin: 40px 0 0 0; 
}

.shortbox_1st {
	float: left;
	width: 200px;
	height: 80px;
	margin: 0 0 0 -1px;
	padding: 0 25px 5px 0;
	border-right: 1px solid #ccc;
}

.shortbox_2nd {
	float: left;
	width: 200px;
	height: 80px;
	margin: 0 0 0 25px;
	padding: 0 25px 5px 0;
	border-right: 1px solid #ccc;
}

.shortbox_3rd {
	float: left;
	width: 200px;
	height: 90px;
	margin: 0 0 0 25px;
	padding: 0 25px 10px 0;
	border: none;
}

#shortbox_wrapper img {
	margin: 10px 4px 0 0;
}

#shortbox_wrapper p {
	margin: 0;
	padding: 0 0 0 1px; }

#shortbox_wrapper p.subline {
	margin: 0;
	padding: 0 0 0 1px;
	color: #996600; }

#shortbox_wrapper p.headline {
	font: bold 17px/15px arial, helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #175C4E; }
	
.shortboxNews {
	overflow: hidden;
	position: relative;
	height: 78px;	
}	
.shortboxNews .txtFade {
	position: absolute;
	left: 65px;
	top: 69px;
	background: url(../gfx/txtFade.png);
	width: 130px;
	height: 13px;
}

* html .shortboxNews .txtFade {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/txtFade.png', sizingMethod='scale');
	position: absolute;
	left: 65px;
	top: 69px;
	width: 130px;
	height: 13px;
	background: none;
}
/******** Contentbox ********/


#content_wrapper {
  margin: 45px 0 0 0;
  padding: 0;
}

.contentbox {
  margin: 0 6px 0 0;
  padding: 0;
  width: 195px;
  float: left;
}

.contentpics {
  margin: 0;
  padding: 5px;
  background-color: #17342F;
}

p.contenttext {
  margin: 15px 0 0 0;
  padding: 0;
  font: 11px/17px arial, helvetica, sans-serif;
  color: #8D9F9B;
}
.startseite_link { 
	color: #fff; 
	text-decoration: none; 
}

.onlinevideo {
	color:#99B7B1; 
	border: 1px solid #1A5E51; 
	padding: 10px; 
	float: left; 
	margin-left: 10px; 
	width: 340px; 
	background: url(../gfx/video_bg.png) top right no-repeat; 
	height: 100px;
	}

* html .onlinevideo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/video_bg.png', sizingMethod='scale');
	background: none;
}
