

/* Personal Union | CSS Styles by www.raycast.de  */


html {height: 100.5%;}

* {margin: 0px; padding: 0px;}

a {outline:none;}

body {
	font-family: Verdana, Arial, Helvetica;
	background: #282834;
	font-size: 12px;
}

div#maincontent {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 50;
	width: 100%;
}
	
div#header{
	width: 100%;
	height: 300px;
}

div#wrapper {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}

div#header-bg {
	height: 300px;
}

div#header-right {
	width: 376px;
	height: 300px;
	background: #FFF;
	float: right;
	display: inline;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}

div#header-left {
	width: 584px;
	height: 300px;
	background: #FFFFFF;
	position: absolute;
	border: none;
}

div#logo {
	width: 336px;
	height: 40px;
	text-align: right;
	padding: 25px 20px;
	position: relative;
}

div#navi {
	width: 280px;
	text-align: right;
	position: absolute;
	margin: 50px 20px 0 60px;
}

div#tab-navi {
	width: 960px;
	margin: 0 auto;
	background: #f1f1f1;
}


/* Content Classes */


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.content {
	width: 960px;
	margin: 0 auto;
	background: #eff2f4;
	padding-bottom: 30px;
	opacity: 0.90; 
	filter: alpha(opacity=90);
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	border-bottom: 6px solid #900000;
}

.content95{
	width: 960px;
	margin: 0 auto;
	background: #eff2f4;
	padding-bottom: 30px;
	opacity: 0.95; 
	filter: alpha(opacity=95);
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	border-bottom: 6px solid #900000;
}

.content a, .content95 a {
	color: #990000;
}

.content a:hover, .content95 a:hover {
	color: #000000;
}

.content-left {
	width: 524px;
	padding: 0 30px 0 30px;
	float: left;
}

.content-left ul li {
	list-style-position: inside;
}

.content-right {
	width: 346px;
	padding: 0 30px 30px 0;
	float: right;
}

.content-text {
	width: 444px;
	padding: 30px 30px 0 10px;
	float: right;
}

.content-text a {
	font-size: 11px;
	text-decoration: underline;
}

.content-text li {
	list-style: outside;
	margin-bottom: 5px;
}

.content-text-right {
	width: 330px;
	padding: 30px 10px 0 10px;
	float: right;
}

.content-text-partner {
	width: 480px;
	padding: 30px 30px 0 10px;
	float: right;
}

.content-text-partner li {
	margin-bottom: 10px;
	list-style: none;
}

.content-text-partner img {
	border: 2px solid #d1d1d1;
	float: left;
	margin: 10px;
}

.content-text-partner img:hover {
	border: 2px solid #999999;
	float: left;
	margin-right: 10px;
}

.content-de {
	width: 37px;
	padding-top: 76px;
	float: left;
}

.content-en {
	width: 37px;
	padding-top: 30px;
	float: left;
}

.content-info {
	width: 37px;
	padding-top: 28px;
	float: left;
}


.divider { 
	background:url(../pics/divider.gif) repeat-x; 
	width: 28px; 
	height: 1px; 
	margin: 30px 0 0 50px;
}

.divider2 { 
	background:url(../pics/divider.gif) repeat-x; 
	width: 28px; 
	height: 1px; 
	margin: 30px 0 30px 0;
}

.divider3 { 
	background:url(../pics/divider.gif) repeat-x; 
	width: 28px; 
	height: 1px; 
	margin: 10px 0 20px 0;
}

.partner {
	width: 310px;
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	display: block;
}

.partner li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	background: #eff2f4;
	color: #666;
	text-transform: uppercase;
}

.partner li p {
	margin: 10px 0;
}

.partner li p a{
	margin-top: 5px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.partner img {
	border: 3px solid #d1d1d1;
	float: left;
	margin-right: 10px;
}

.partner img:hover {
	border: 3px solid #999999;
	float: left;
	margin-right: 10px;
}

.member {
	width: 460px;
	height: 84px;
	background: #FFF;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
	vertical-align: bottom;
}

.member p{
	width: 330px;
	margin-left: 82px;
	font-size: 11px;
	color: #666666;
	padding-top: 34px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #999;
}

.member a{
	text-decoration: none;
	font-size: 11px;
}

.member a:hover{
	text-decoration: underline;
	color: #999999;
}

.divbox {
	width: 310px;
	background: #FBFBFB;
	border: 1px solid #d1d1d1;
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.divbox a {
	text-decoration: none;
	padding: 15px;
	background: #FBFBFB;
	display: block;
	color: #444;
}

.divbox a:hover {
	padding: 15px;
	background: #FFF;
	display: block;
}

.uppercase {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}


/* Footer Classes */


.bottom {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.bottom p {
	font-size: 11px;
	color: #FFF;
	margin: 10px 200px 0 0;
	text-align: center;
} 

.bottom a {
	color: #FFF;
	text-decoration: none;
} 

.bottom a:hover {
	color: #990000;
	text-decoration: underline;
} 

.social {
	width: 104px;
	margin-top: 10px;
	float: right;
}

.copyright {
	float: left;
}


/* Menu */


ul#menu {
	color: #666;
	font-size: 10px;
	text-align: right;
	list-style-type: none;
	margin-right: 18px;
	margin-top: 26px;
	margin-left: 138px;
}

ul#menu li a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 6px;
}

ul#menu li a:hover {
	color: #b20300;
	font-size: 10px;
	display:block;
	background: #ececec;
}

.menuCurrent {
	color: #b20300;
	display:block;
	text-decoration: none;
	padding: 6px;
}


/* Text Classes */


h1 {
	font-size: 17px;
	color: #990000;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 12px;
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 20px;
}

h4 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

h5 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	color: #111;
	font-weight: bold;
	margin-bottom: 5px;
}

.profile {
	font-size: 11px;
	color: #444;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.profile-text {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 20px;
}

.profile-title {
	font-size: 17px;
	color: #990000;
	font-weight: normal;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.profile-date {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}

.profile-hwr {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-bottom: 2px;
	padding-top: 50px;
	border-bottom: 1px dotted;
}

.company {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.partner-red {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	margin: 10px 10px 30px 0;
}

.grey {color:#999;}

.grey2 {color:#999;	margin-top: 10px;}


/* Tabs Content CSS */


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}

ul.tabs {
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #CCC;
	border-left: none;
	width: 100%;
	background: #eff2f4;
	opacity: 0.9; 
	filter: alpha(opacity=90);
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #eff2f4;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 20px;
	border: 1px solid #FFF; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #FFF;
	color: #990000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #eff2f4;
	border-bottom: 1px solid #eff2f4; /*--Makes the active tab look like it's connected with its content--*/
	color: #990000;
}
