@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	color:#333;
	background-color:#fff;
	background:url(../img/bg-stripe.png) 0px 231px repeat-x;
	margin-top:10px; 
	margin-left:0px; 
	margin-right:0px; 
	padding: 0;
}
div { 
	text-align:left; 
}
td {
	vertical-align:top;
}

#toprow {
	height: 221px;
	width: 1058px;
	position:relative;
	margin: 0 auto;
	}
#logo {
	height: 206px;
	width: 413px;
	padding:15px 0px 0px 15px;
	float: left;
	background: url(../img/pano-hamburg.png) left bottom no-repeat;
}
#image {
	height: 221px;
	width: 630px;
	float: right;
	text-align: right;
}
#navrow {
	height: 36px;
	width: 1047px;
	position: relative;	
	margin: 0 auto;
	background: url(../img/bg-navrow.png) no-repeat;
	border-left: 1px solid #fff;
	padding:0px 10px 0px 0px;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:26px;
	letter-spacing:0.2em;
	}
#contentrow {
	width: 1058px;
	height: 585px;
	position: relative;	
	margin: 0 auto;
	margin-bottom:2px;
	border-bottom:2px solid #ece2e3;
	overflow:hidden;
	}
#colNews{
	float: left;
	width: 212px;
	height: 555px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	background-color: #f6f9fb;
	padding: 20px 2px 0px 2px ;
	}
#colContent{
	float: left;
	width: 498px;
	height: 560px;
	padding: 20px 20px 5px 20px ;
	font-size:11px;
	overflow:auto;
	}
#colContact{
	float: right;
	width: 262px;
	height: 555px;
	background:url(../img/bg-colContact.png) left repeat-y;
	padding: 20px 20px 10px 20px ;
	}
#footrow {
	width: 1038px;
	height: 30px;
	position: relative;	
	margin: 0 auto;
	border-top:6px solid #9a1c26;
	background:url(../img/bg-footrow.png) top repeat-x;
	padding:5px 10px 5px 10px;
	font-size:9px;
	color:#cccccc;
	text-align:right;	
	}
#footrow a {
	font-size:9px;	
	}
h1	{
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#9a1c26;
}
h2	{
	font-size:14px;
	line-height:15px;
	margin-top: 4px;
	margin-bottom:4px;
	font-weight:normal;
	color:#9a1c26;
}
h3	{
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	border-top:#9a1c26 1px dotted;
	border-bottom:#9a1c26 1px dotted;
	margin-bottom:0.5em;
}
h4	{
	font-size:12px;
	font-weight:bold;
	color:#9a1c26;
	margin:0.1em;
}
h5	{
	font-size:12px;
	font-weight:bold;
	color:#333;
}

a:link, a:active, a:visited{
	color:#9a1c26;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
.txt-pad-10{
	padding:10px;	
}
.txt-rot{
	color:#9a1c26;	
}
.txt-rot-12{
	font-size:12px;
	color:#9a1c26;	
}
.txt-rot-10 {
	color: #9a1c26;
	font-size: 10px;
	line-height:12px;
}

.txt-rot-14{
	font-size:14px;
	color:#9a1c26;	
}
.fehlerhinweis{
	font-weight:bold;
	color:#9a1c26;	
	padding:10px;
}
/* Navigation  */


#navrow span :hover{
	background:url(../img/hover-navrow.png) repeat-x 0 0;
}
#navrow span a{
	color:#fff;
	line-height:36px;
	text-decoration:none;
	padding:8px 28px 8px 26px;
}
#navrow span a.active{
	background:url(../img/hover-navrow.png);
	background-position:0px;
}
/* Formulare */
.form-normal{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:100%; 
	margin:3px 0px 3px 0px;
	color:#CCC;
}
.form-focus{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:100%; 
	margin:3px 0px 3px 0px;	
	color:#9a1c26;
}
/* Listen */
#contentrow ul {
	padding-left: 0.8em; 
	margin:0.4em 0.8em 0.8em 0.8em ;
}
#contentrow ul li {
	list-style-image: url(../img/bullet.png);
}
/* Sliding Boxes */
.boxgrid{ 
	width: 237px;
	height: 237px;
	margin:5px;
	float:left;
	background:#fff;
	border: solid 1px #CCC;
	overflow: hidden;
	position: relative; 
			}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}
.boxgrid h3{
	text-align:center;
	}
.boxgrid p{
	padding: 0 10px;
	color:#999;
	text-align:center;
	}				
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
 	top: 237;
 	left: 0;
}
.caption .boxcaption {
 	top: 220;
 	left: 0;
}
/* Buttons */
.sp-but{
	line-height:40px;
	color:#fff;
}
.sp-but a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	display:block;
	background:url(../img/button-bg.png) center 5px no-repeat;
}
.sp-but a:hover{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	display:block;
	background:url(../img/button-bg-hover.png) center 5px no-repeat;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #4B575F;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
