/**
 * ZEKA AG
 * __________________________________________________________________
 *
 *
 *
 *
 * @author	Roland Schaer
 * @date	2006-08-16
 */



html {}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	background: #999;
	text-align:center;				/*centered layout */
}

img {
	border: none;
}

h1 {
	font-size: 15px;
}

.error {
	color: #ff0000;
}

#wrapper {
	width: 989px;
	margin: 0px auto;				/*centered layout */	
	/*height: 100%;*/
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url(../images/bg.gif) repeat-y 0 0;
	text-align: left;				/*centered layout */
}

#header {
	height: 173px;
	background: #fff;
}

#logo {
	float: left;
	width:178px;
	height:126px;
	background: url(../images/logo.jpg) no-repeat 0 0;
	cursor: pointer;
}

#claim {
	float: left;
	width:544px;
	height:126px;
	background: url(../images/claim.jpg) no-repeat 0 0;
}

#claimimage {
	float: left;
	width:267px;
	height:126px;
	background: url(../images/claimImage_01.jpg) no-repeat 0 0;
}

#left-box {
	float: left;
	width: 217px;
	height: 400px;
	background: url(../images/left-box_image.jpg) no-repeat 0 20px;
}

#content {
	float: left;
	width: 730px;
	padding: 20px;
	color: #000066;
}
#content a {
	color: #000066;
}


#content.wh {
	color: #00824A;
}
#content.wh a {
	color: #00824A;
}

#content ul,
#content.wh ul {
	margin: 5px 0;
	padding: 0px 17px;
}


.gallery {
	float: left;
	width: 130px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	padding: 2px;
	margin: 0 20px 20px 0;
	text-align: center;
	background-color: #FAFAFA;
}

.galleryImg {
	float: left;
	width: 130px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	margin: 0 20px 20px 0;
	padding: 2px;
	text-align: center;
}

.galleryImgLarge {
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
}

.galleryNav {
	width: 100%;
	height: 20px;
	margin: 0 0 10px 0;
}

.galleryNav a {
    display: block;
	width: 100px;
	height: 20px;
}

.galleryNav p {
	margin: 0;
	padding: 0;
}

.galleryNav .btnBack {
	float: left;
}

.galleryNav .btnForward {
	float: right;
}

/* Navigation */
#header #nav {
	height: 47px;
	background: url(../images/subnav_bg.gif) repeat-x 0 1px;
}

#header #nav.wh {
	height: 47px;
	background: url(../images/wh_subnav_bg.gif) repeat-x 0 1px;
}

#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 996px;			/*fix for last #nav li (+6px)*/
}

#nav ul li  {
	display: inline;
	list-style: none;
}

#nav li a,
#nav li span {
	width: 108px;   
	display: block;
	float: left;
	padding: 4px 0;
	margin: 0 2px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#nav li a {
	background: #0050B3;
}

#nav.wh li.here a,
#nav.wh li.here span {
	background:#80bfa4;
}

#nav li a:hover,
#nav li.here span,
#nav li.herelast span,
#nav li.here a,
#nav li.lasthere a {
	background: #91B4DA;
	margin-top: 0;
}

#nav li.last a,
#nav li.herelast span,
#nav li.lasthere span,
#nav li.lasthere a { 
	margin: 0 2px 0 0; 
	width: 109px;
}

/* Visibility subnav */
#nav li span.here ul,
#nav li.herelast ul,
#nav li.lasthere ul,
#nav li.here ul {
	display:block;
}

#nav ul ul {
    display:none;
	margin: 0;
	padding: 0 0 0 23px;
	bottom: -1.5em;
	left: 1px;
	width: 880px;
}

/* Subnav */
#nav li li a {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	text-align: auto;	
	background: transparent;
	text-decoration: none;
	border-right: 1px solid #fff;
}

/*
#nav li li a {
	width: auto;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
*/

#nav li li a:hover {
	color: #fff;
	padding: 0 10px;
	background: transparent;
	text-decoration: underline;
}

#nav li li.here a,
#nav li.lasthere li a,
#nav li.lasthere li.here a {
	width:auto;
	color: #fff;
	padding: 0 10px;
	background: transparent;
}

#nav li li.last a,
#nav li li.herelast a {
	width:auto;
	padding: 0 10px;
	border-right:none;
}

#nav li li.here a,
#nav li li.herelast a {
	width: auto;
	padding: 0 10px;
	text-decoration: underline;
}


#nav a.home {
	float: right;
	padding: 25px 44px 0 0;
	display:block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	z-index: 9999;
}