/* @override 
	http://www.reederei-ts.de/cms/css/layout.css
	http://www.reederei-ts.de/css/layout.css
*/

html, body {
	height: 100%;
}

body{
	margin:0; padding:0;
	background: #bbb4a1 url('../_gfx/body_bg.jpg') left top repeat-x;
}
/* PNG FIX */
img, div {
	behavior: url(../js/iepngfix.htc);
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#top{
	margin: 0; padding: 0;
	padding-left: 60px;
	padding-right: 50px;
	height: 222px;
	background: url('../_gfx/shadow_bg_top.png') left top no-repeat;
}
#lang{
	height: 34px;
	margin: 0; padding: 0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;
}
#lang ul {
	float: right;
	height: 34px;
	margin: 0; padding: 0;
}
#lang li{
	float: left;
	margin: 6px 15px 0 0;
}
#lang a{
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
}
#lang a:hover {
	text-decoration: underline;
}
#lang .choose li{
	margin:0; padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	border: none;
}
#lang .choose a{
	text-decoration: none;	
	display: block;
	padding:  0; margin: 0;
	height: 34px;
}

#lang .choose .de{
	width: 30px;
	background-image: url('../_gfx/de.png');
}
#lang .choose .gb{
	width: 30px;
	background-image: url('../_gfx/gb.png');
}
#lang .choose .fr{
	width: 30px;
	background-image: url('../_gfx/fr.png');
}
#lang .choose .active a, #lang .choose a:hover{
	background-position: 0 34px;
}
#logo{
	float: left;
	width: 212px;
	height: 187px;
	background: #FFF url('../_gfx/logo_bg.jpg') 1px top no-repeat;
	text-indent: -9999px;
}
#logo h1{
	margin: none;
}
#head_img {
	float: left;
	height: 187px;
	width: 627px;
	background: #FFF url('../_gfx/head.jpg') left top repeat-x;
	text-indent: -9999px;
}
#container{
	margin: 0; padding: 0;
	background: url('../_gfx/shadow_bg.png') repeat-y;
}
#footer {
	padding-left: 60px;
	height: 50px;
	background: url('../_gfx/shadow_bg_bottom.png') left bottom no-repeat;
}
#menu {
	width: 212px;
	margin-left: 60px;
	padding: 0;
	float: left;
	background: url('../_gfx/navi_bg.jpg') 1px top repeat-y;
	display: inline;
}
#menu ul {
	margin: 30px 0px; padding:0;
	list-style-type: none;
}
#menu li a{
	line-height: 30px;
	display: block;
	width: 142px;
	background: url('../_gfx/navi_bt_bg.jpg') 0 -30px no-repeat;
	padding: 0 35px;
	text-transform:uppercase;
	color:#777;
	font-size: 1em;
	text-decoration: none;
}
#menu li.active a{
	background-position: 0 0;
	color: #333;
}
#menu a:hover{
	color: #333;
}
#menu ul.subnav{
	margin: 5px 0;
}

#menu ul.subnav a{
	background: none;
	color: #777;
	text-transform: none;
	line-height:  24px;
	padding-left:  50px;
	background: url('../_gfx/menu_arrow_sub.gif') 40px 10px no-repeat;
}
#menu ul.subnav a:hover,#menu ul.subnav li.active a{
	color: #333;
}
#content_top {
	width: 626px;
	float:left;
	background: #FFF url('../_gfx/content_bg_top.jpg') -2px 0 no-repeat;
}
#content_bottom {
/*	width: 628px; */
	background: url('../_gfx/content_bg_bottom.jpg') right bottom no-repeat;
}
#content{
	padding: 40px;
	padding-top: 20px;
	min-height: 450px;
	height:auto !important;  /* fÃ¼r moderne Browser */	
	height: 450px;
}

/* NEWS */
.newsitem{
	padding-bottom: 0.7em;
	padding-top:  0.7em;
	padding: 0.7em;
	background-color: #FFF;
	border: 1px solid #bbb4a1;
	margin-bottom: 20px;
}
.newsitem a{
	text-decoration: none;
}
.newsitem .headline {
	font-weight: bold;
}
.newsitem .more{
	padding: 0px 15px;
	border: 1px solid #bbb4a1;
	background-color: #bbb4a1;
	float: right;
}
.newsitem a.more {
	color: #FFF;
	font-size: 0.9em;
}
.newsitem a.more:hover {
	background-color: #66BB00;
	border-color: #66BB00;
}


