@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #dfdfdf;
	background-color: #000;
	background-image: url(../img/global/hg-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

img, div { 
	behavior: url(iepngfix.htc);
	}


#logo {
	position:absolute;
	left: 680px;
	top: 0px;
	width: 285px;
	z-index: 1;
	}

#menu {
	position:absolute;
	left: 35px;
	top: 60px;
	width: 400px;
	font-size: 18px;
	color:#FFF;
	z-index: 1;
	}

#menu a, #menu a:link {
	color:#FFF;
	text-decoration:none;
	}

#menu a:hover {
	color:#fff;
	text-decoration:underline;
	}

#menu .active {
	text-decoration:underline;
	}


#content {
	position:absolute;
	left: 35px;
	top: 120px;
	width: 936px;
	z-index: 1;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

a, a:link {
	text-decoration: underline;
	color: #ffffff;
	}

a:hover {
	text-decoration: underline;
	color: #379cca;
	}

/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	padding:0;
}


ul.css-tabs li {
	position: relative;
	width: 929px;
	height: 31px;
	float:left;
	padding:0px;
	margin-right:6px;
	line-height: 31px;
	list-style-type:none;
	background-image: url(../img/global/transparent-weiss30.png);
	background-repeat: repeat;
	text-indent: 20px;
	border-top: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	font-size: 14px;
	font-weight:bold;
	color:#379cca;
}

* html ul.css-tabs li { /* ie6 hack */
	background-image: url(../img/global/li-current.gif);
	background-repeat: repeat;
	background-color: #4d4d4d;
	position: relative;
	width: 929px;
	height: 31px;
	float:left;
	padding:0px;
	margin-right:6px;
	line-height: 31px;
	list-style-type:none;
	text-indent: 20px;
	border-top: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	font-size: 14px;
	font-weight:bold;
	color:#379cca;
}

	
/* tab pane */
div.css-panes div {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 930px;
	min-height: 500px;
	background-image: url(../img/global/gradient-h500.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}

* html div.css-panes div { /* ie6 hack */
	background-image: url(../img/global/gradient-h500.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div.css-panes div.header {
	position:absolute;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 910px;
	}

div.css-panes div.header .text {
	position:relative;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	width: 810px;
	}

.img40 {
	margin-right: 40px;
}

