/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background: url(../images/bg-body-2.gif) repeat-y 50% 50%;
	background-color: #B1B1B1;
	/*background-color:#33CCFF;*/
}


/* main page container, for background gradient */
#page {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg-page.jpg) repeat-x;
}

* html #page {
	height: 100%;
}

/* center the whole page */
#center {
	width: 941px;
	height: 100%;
	left: 50%;
	margin-left: -480px;
	position:absolute;
	padding-left: 19px;
	background: url(../images/bg-shadow-3.gif) repeat-y;
	/*background-color:#00FF00;*/
}

#center-home {
	width: 941px;
	height: 100%;
	left: 50%;
	margin-left: -479px;
	position:absolute;
	padding-left: 19px;
	background: url(../images/bg-shadow-3-home.gif) repeat-y;
}


/* company logo */
#top-logo {
	width: 920px;
	height: 63px;
	margin: 11px 0 18px 13px;
	background: #FFF url(../images/logo-top.gif) no-repeat;
	/**/
}


/*** header images ***/

/* header start page */
#header-start {
	height: 340px;
	width: 920px;
	margin: 0 0 1px 0;
}

/* header main page */
#header-main {
	height: 140px;
	width: 920px;
	margin: 0 0 1px 0;
}



/*** mainmenu ***/

#mainmenu {
	background: #FFF url(../images/bg-mainmenu-3.gif) repeat-x;
	height: 46px;
	width: 920px;
}

/* left spacer */
#mainmenu #left {
	height: 46px;
	width: 33px;
	float: left;
}

/* single menu item */
#mainmenu .item {
	height: 46px;
	background: url(../images/bg-mainmenu-item-3.gif) no-repeat left top;
	float: left;
	padding: 7px 83px 0 7px;
	line-height: 13px;
}

.item a{
	display: block;
}

/* single menu active additive*/
#mainmenu .active {
	background: url(../images/bg-mainmenu-item-2.gif) no-repeat left top;
	background-color: #FFFFFF;
}

/* link at menu item */
#mainmenu .item a,
#mainmenu .item a:link,
#mainmenu .item a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	padding: 14px 0px 0px 1px;
}

/* hover for menu item link */
#mainmenu .item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E0053A;
	text-decoration: none;
}

/* menu item texts */
#mainmenu .item .nmbr{ }
#mainmenu .item .name{ font-weight: bold; padding-top: 15px;}





/*** content stylesheets ***/



#content-start {
	width: 585px;
	margin: 45px 0 45px 25px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 100px;
}

#content-subpages {
	width: 857px;
	margin: 28px 0 45px 18px;
	padding-left: 15px;
	padding-bottom: 100px;
	
	
}

#content-subpages #text {
	height: 332px;
	margin: 0 0 0 330px;
	padding: 19px 0 0 0;
}
/* hack to exlcude ie 6 */
#content-subpages>#text {
	height: 332px;
	margin: 0 0 0 330px;
	padding: 19px 21px 0 0;
}


#content-subpages #text img {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}


/* links im Lauftext */
#content-subpages #text a {
	color: #333333;
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
}

#content-subpages #text a:hover {
	color: #B61034;
}


h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 26px;
	color: #999999;
	margin-top: -5px;
	display: block;
	z-index: 50;
}

.gh {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 26px;
	color: #999999;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 20px;
}

#text ul { 
	padding-left: 0px;
	margin-left: -3px;
}

#text li { 
	list-style-type: none; 
	background: url(../images/bullet.gif) no-repeat 0px 6px; 
	padding: 0 0 0 17px;
}

#text li li { 
	list-style-type: none; 
	background: url(../images/bullet2.gif) no-repeat 0px 6px; 
	padding: 0 0 0 17px;
}

p { 
	margin-top: 0px;
	margin-bottom: 20px;
}

.zellenabstand {
	padding-left: 15px;
	vertical-align: top;
	}

.tabellenabstand {
	height: 150%;
	border-left: 1px solid #D6D6D6;
}

/*** footer ***/
#footer {
	position: relative;
	width: 100%;
	height: 18px;
	margin-bottom: 35px;
	margin-top: 50px;
	font-size: 11px;
	color: #666;
}

#footer a{
	color: #666;
}

.gap a{
	background-color: #FFFFFF;
}

/* gap before several items */
.gap {
	padding-left: 15px;
}

.gap2 {
	padding-left: 1px;
}

.gap a {
	text-decoration: none;
	color: #666;
}

.gap a:hover {
	text-decoration: underline;
	color: #666;
}


/* subnavigation */


#navigation {
	display: block;
	float: left;
	width: 251px;
	z-index:30;
	margin-top: 77px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

/* hack to exclude ie 6 */
#content-subpages>#navigation {
	border-bottom: none;
}


	#navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
	#navigation li {
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
		}
	
	a.navilink {
		display: block;
		vertical-align: middle;
		padding: 4px 6px 4px 6px;
		color: #333333;
		text-decoration: none;
		height: 18px;
		border-bottom: 1px solid #D7D7D7;
		background: #F6F6F6 url(../images/menupfeil.gif) no-repeat center right;
		}

	html>body #navigation li a {
		width: auto;
		}

	a.navilink:hover {
		display: block;
		vertical-align: middle;
		color: #B61034;
		background: #F6F6F6 url(../images/menupfeil_aktiv.gif) no-repeat center right;
		}

a.navilink_aktiv {
		display: block;
		vertical-align: middle;
		padding: 4px 6px 4px 6px;
		text-decoration: none;
		color: #B61034;
		height: 18px;
		border-bottom: 1px solid #D7D7D7;
		background: #FFFFFF url(../images/menupfeil_aktiv.gif) no-repeat center right;
}
		
#leftcontent {
	position: relative;
	float: left;
	width: 251px;
	z-index:30;
	margin-top: 77px;
}

#leftcontent a {
	color: #333333;
	text-decoration: underline;
}

#leftcontent a:hover {
	color: #B61034;
}


.footer-hvo {
	background-color: #FFFFFF; 
	text-decoration: none;
}