/* Layout CSS zur allkemeinen Strukturierung der Seite */
/* Mathias Becker 08/07 DeepWeb GmbH */

body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	margin:0;
	padding:0;
	height: 100.01%;
}

.clear{
	clear:both;
}

a,
a:link,
a:visited,
a:active{
	color:#1d3450;
	text-decoration:none;
}

a:hover,
a:focus{
	color:#ffb400;
	text-decoration:underline;
}

/* CENTER EVERYTHING */
#whitesurface{
	background:#fff;
	margin:0 1px 1px 1px;
	height:auto;
}
#wrapping_box{
	width: 942px;
	height: 100%;
	text-align:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#1d3450;
}
/* END - CENTER EVERYTHING */

/* 3 COLUMS - NAV, CONTENT, TICKER */
#triple_wrap{
	margin-left: 182px;  			/* L */
	margin-right: 188px; 			/* R */
	background:#fff;
}

#triple{
	float: left;
	width: 100%;
	margin-right: -1px;
}

#center{
	float: right;
	width: 100%;
	margin-left: -1px;
	margin-bottom: -1px;
	height:100%;
	overflow:hidden;
}
#left {
	float: left;
	position: relative;
	width: 180px;  				/* L */
	margin-left: -182px;  			/* -L-2 */
}
#right {
	float: right;
	position: relative;
	width: 180px;  				/* R */
	margin-right: -183px;  			/* -R-2 */
	white-space:normal;
}
/* END - 3 COLUMS - NAV, CONTENT, TICKER */

/* SUBNAVIGATION - VERTICAL */
#subnav_wrap{
	line-heigth:20px;
	margin:0 1px 1px 1px;
	background:#a20900;
	color:#fff;
}

#subnav_wrap a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

#subnav{
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
}

#subnav ul,
#subnav li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#subnav ul li a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

#subnav li{
	margin-left:18px;
	margin-right:2px;
}
/* END - SUBNAVIGATION - VERTICAL */

/* MAIN NAVIGATION */
#mainnav li a{
	margin-left:10px;
	color:#1d3450;
	text-decoration:none;
	font-family:"Trebuchet MS";
}

#mainnav li{
	height:27px;
	width:180px;
	font-size:14px;
	padding:0;
	margin:0 0 1px 0;
	font-weight:bold;
	border:1px solid #1d3450;
	color:#1d3450;
	line-height:27px;
}

#mainnav li.subs{
	height:auto;
	font-weight:normal;
}

#mainnav ul{
	margin:1px;
	padding:0;
	list-style:none;
	border:0;
}

#mainnav ul li.sub{
	background:#fff;
	font-size:11px;
	border:none;
	width:auto;
}

#mainnav ul li.sub a{
	color:#1d3450;
	margin-left:15px;
	text-transformation:capitalize;
	font-variant:normal;
}

#mainnav ul li.sub a.aktiv{
	color:#ffb400;
}

/* END -MAIN NAVIGATION */

/* TICKER PORTLET */
#ticker{
	width:188px;
	overflow:hidden;
}

#ticker h1{
	background:#1d3450;
	color:#fff;
	font-weight:bold;
	color:#fff;
	padding:0;
	padding-left:10px;
	font-size:11px;
	margin:1px;
	height:28px;
	line-height:25px;
}

#ticker hr{
	height:0px;
	border:0;
	border-bottom: 1px solid;
}

#ticker .tick{
	font-size:10px;
	width:175px;
	height:auto;
	border-top:0;
	padding:5px;
	padding-bottom:10px;
}

.tick .MO{
	width:100%;
}

.tick .HL a{
	color:#ffb400;
	font-weight:bold;
	text-decoration:none;
}
/* END - TICKER PORTLET */


#header{
	width:940px;
	height: 256px;
	margin:0 1px 1px 1px;
	padding:0;
	border:0;
	overflow:hidden;
}


#header h3,
#header p{
	display:none;
}

#content{
	font-size:10px;
	margin:10px;
	white-space:normal;
}


#content .mehr img{
	border:0;
}

#content img{
	margin:4px;
}

#content .mehr{
	height:19px;
	width: 100px;
	float:right;
	margin-right:25px;
	white-space: nowrap;
}

#sitemap ul{
	list-style:none;
	font-family:"Trebuchet MS",verdana,arial;
}

#sitemap ul li a.sitemap_link{
	text-decoration:none;
	color:#1d3450;
	font-size:16px;
	font-weight:bold;
}

#sitemap ul li ul li .sitemap_link{
	color:#ffb400;
	font-size:12px;
	text-decoration:none;	
}

.portletcontent{
	margin:0;
	padding:0;
}

.post,
.fax,
.phone,
.mail{
	display:block;
	padding-left:20px;
	background:left top no-repeat;
	border:1px solid red;
}

.post{background-image:url(../images/specials/post.gif);}
.fax{background-image:url(../images/specials/fax.gif);}
.phone{background-image:url(../images/specials/phone.gif);}
.mail{background-image:url(../images/specials/mail.gif);}


##### Bildergalerie #####

ul.gal_overlay{
   padding:0;
   margin:0;
   display:block;
}

ul.gal_overlay li{
   display:block;
   float:left;
   margin: 2px;
   width: 160px;
   height:160px;
   border:1px solid #eee;
}

ul.gal_overlay li a .imagebox{
	width:150px;
	height:150px;
}

ul.gal_overlay li:hover{
   background-color:#eee;
}
