/* 
    Document   : style
    Created on : 09.06.2009, 17:37:44
    Author     : Steffen
    
*/

/*PNG FIX for IE 5.5+ 
img  { 
	behavior: url('/iepngfix.php'); 
}*/


body {
    font-size:11px;
    margin:0px;
    padding:0px;
    font-family:Arial, sans-serif;
    color:#555555;
}

div {
	/*text-align:justify;*/
}

#main_container {
    width:1024px;
    margin:0px;
    padding:0px;
    background-color:#f2f2f2;
}

#head {
    height:88px;
    background-color:#f2f2f2;
    border-bottom:solid 1px #dddddd;
    padding-left:37px;
}

#head_logo {
    
}

#head_loginArea {
	height:23px;
	float:left;
	background-color:#E0E0E0;
	border-color:#AAAAAA;
	border-style:solid;
	border-width: 1px 0 1px 1px;
	text-align:right;
	padding:0 10px 0 10px;
}

#head_loginArea a {
	color:#555555;
	line-height:23px;
}

#hu_logo {
    margin:11px 37px 0px 0px;
    float:right;
}

#spin_off_logo {
    margin:11px 11px 0px 0px;
    float:right;
}

img.langFlag {
	margin-right:5px;
}

#flag_container {
	padding-top:5px;
        padding-left:15px;
	float:left;
}

#flag_container a {
	color:#555555;
	margin:0px 8px 0px 8px;
	text-decoration:underline;
}

#flag_container a.current {
	color:#555555;
	margin:0px 8px 0px 8px;
	text-decoration:none;
	font-weight:bold;
}

#head button {
    background-image:url('images/login_button.png');
    width:55px;
    height:25px;
    margin:-1px;
    padding:0px;
    border:0px solid red;
    display:inline;
    vertical-align:middle;
    cursor:pointer;
}

#head input {
    border: 0px solid black;
    width:100px;
    margin:-2px;
    padding:5px 0px 0px 5px;
    display:inline;
    vertical-align:middle;
    background-color:#e0e0e0;
    height:25px;
    border-left:dotted 1px #aaaaaa;
    border-bottom:dotted 1px #aaaaaa;
    border-top:dotted 1px #aaaaaa;
}

#menu_container {
    height:28px;
    background-image:url('images/menu_bg.jpg');
    background-position: 0px 0px;
    background-repeat:repeat-x;
    margin:0px;
    padding: 0px 37px 0px 37px;
    clear:both;
    position:static;
    z-index:400;
}

/* Neues Menue */
	.main_menu {
		margin:0px;
		padding:0px 0px 0px 1px;
		border:solid 0px black;
		background-image:url(images/menu_bg.jpg);
		background-position:0px -28px;
		background-repeat: repeat-x;
		float:left;
	}
	
	.main_menu_item {
		list-style: none;
		float:left;
		text-transform: uppercase;
		text-align:center;
		position:relative;
		width:128px;
		padding: 0px;
		line-height: 28px;
		z-index: 400;
	}
	
	.main_menu_item a.main_menu_link:link, a.main_menu_link:visited{
		margin-right:1px;
		display:block;
		background-image: url('images/menu_bg.jpg');
		background-position: 0px 0px;
		background-repeat: repeat-x;
		color:white;
		text-decoration: none;
		width:127px;
		height:28px;
	}
	
	.main_menu_item a.main_menu_link:hover, a.main_menu_link:active {
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -56px;
	}
	
	.main_menu_item  a.main_menu_link_selected:link, a.main_menu_link_selected:hover, a.main_menu_link_selected:visited, a.main_menu_link_selected:active {
		margin-right:1px;
		display:block;		
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -56px;
		background-repeat: repeat-x;
		color:white;
		text-decoration: none;
		width:127px;
		height:28px;
	}
	
	.main_menu_item_long {
		list-style: none;
		float:left;
		text-transform: uppercase;
		text-align:center;
		position:relative;
		width:170px;
		padding: 0px;
		line-height: 28px;
		z-index: 400;
	}
	
	.main_menu_item_long a.main_menu_link_long:link, a.main_menu_link_long:visited{
		margin-right:1px;
		display:block;
		background-image: url('images/menu_bg.jpg');
		background-position: 0px 0px;
		background-repeat: repeat-x;
		color:white;
		text-decoration: none;
		width:169px;
		height:28px;
	}
	
	.main_menu_item_long a.main_menu_link_long:hover, a.main_menu_link_long:active {
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -56px;
	}
	
	.main_menu_item_long  a.main_menu_link_long_selected:link, a.main_menu_link_long_selected:hover, a.main_menu_link_long_selected:visited, a.main_menu_link_long_selected:active {
		margin-right:1px;
		display:block;		
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -56px;
		background-repeat: repeat-x;
		color:white;
		text-decoration: none;
		width:169px;
		height:28px;
	}
	
	.sub_menu {
		margin:0px;
		padding:1px 0px 0px 0px;
		position:absolute;
		top:27px;
		left:0px;
		z-index: 400;
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -112px;
		background-repeat: repeat-x;
		visibility: hidden;
		list-style:none;
		display: inline;
		width:100%;
	}
	
	.sub_menu_item {
		margin:0px;
		padding:0px;
		display:block;
		width:100%;
		height:27px;
    	list-style: none;
    	display:inline;
	}
	
	.sub_menu_item a.sub_menu_link:link, a.sub_menu_link:visited {
		display:block;
		color:#ffffff;
		text-decoration: none;
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -84px;
		background-repeat: repeat-x;
		width:100%;
	}
	
	.sub_menu_item a.sub_menu_link:hover, a.sub_menu_link:active {
		background-image: url('images/menu_bg.jpg');
		background-position: 0px -56px;
		color:#f49332;
	}
	
	/* Menu Exension, align right*/
	#main_menu_extension {
		margin:0px;
		padding:0px 0px 0px 1px;
		background-image:url(images/menu_bg.jpg);
		background-position:0px -28px;
		background-repeat: repeat-x;
		float:right;		
	}

div#bread_n_extras {
    padding:0px 0px 0px 37px;
    border-top:solid 1px #dddddd;
    border-bottom:solid 1px #dddddd;
    background-color:#e9e9e9;
    height:25px;
	line-height:25px;
	margin:6px 0px 35px 0px;    
}

div#slider_extension {
	float:right;
	padding-right:37px;
	padding-top:8px;
	line-height:10px;
}

#slider_extension_links {
	display:block;
	border:solid 0px red;
	
}

#slider_extension_links a.slideLink:Link, a.slideLink:Visited {
	/*background-color:#e9e9e9;
	font-size:1px;
	border:solid 1px #6d6e72;
	float:left;
	display:block;
	margin: 0px 0px 0px 8px;
	width:9px;
	height:9px;*/
	margin:0px 0px 0px 8px;
}

#slider_extension_links a.slideLink:Hover, a.slideLink:Active {
	/*background-color:#6d6e72;
	font-size:1px;
	border:solid 1px #6d6e72;
	float:left;
	display:block;
	margin: 0px 0px 0px 8px;
	width:9px;
	height:9px;*/
}

#slider_extension_links a.slideLinkSelected:Link, a.slideLinkSelected:Visited, a.slideLinkSelected:Hover, a.slideLinkSelected:Active {
	background-color:#6d6e72;
	font-size:1px;
	border:solid 1px #6d6e72;
	float:left;
	display:block;
	margin: 0px 0px 0px 8px;
	width:9px;
	height:9px;
}

div#breadcrumps {
	float:left;
/*
	float:left;
    padding:0px 0px 0px 37px;
    border-top:solid 1px #dddddd;
    border-bottom:solid 1px #dddddd;
    background-color:#e9e9e9;
    height:25px;
	margin:6px 0px 35px 0px;    
	line-height:20px;*/
}

div#breadcrumps span {
 
}

div#breadcrumps span.breadCrumpLabel {
    display:block;
    float:left;
    height:25px;
    border:solid 0px red;
    background-image:url('images/breadcrumps_divider.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:22px;
    margin-left:12px;
    text-decoration:none;    
}

div#breadcrumps a {
    display:block;
    float:left;
	height:25px;
    border:solid 0px red;
    background-image:url('images/breadcrumps_divider.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:22px;
    margin-left:12px;
	font-weight:normal;
    text-decoration:underline;
    color:#f49332;    
}

/*div#breadcrumps a {
    text-decoration:underline;
}
*/
div#slider {
    height:330px;
    margin:6px 0px 0px 0px;
    clear:both;
    position:relative;
    border:solid 0px red;
    background-color:gray;
}

div#slider_animation {
	height:330px;
	overflow: visible;
	position:relative;
	top:0px;
	left:0px;
	
}

div#slider_content {
    position:absolute;
	top:0px;
	left:0px;
    width:1024px;
    height:330px;
	overflow:hidden;
    background-color:#aaaaaa;
}

div#slider_left {
    position:absolute;
    left:33px;
    top:147px;
	visibility:hidden;
}

div#slider_right {
    position:absolute;
    top:147px;
    right:36px;
    visibility:hidden;
}

div#slider_right a img {
	filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
div#slider_right a:hover img {
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

div#slider_left a img{
	filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
div#slider_left a:hover img {
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

div#slider_animation div div {
	color:#ffffff;
	padding:11px;
	width:320px;
	height:109px;
	background-color:#f78b1c;
	filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    z-index:300;
	font-size:11px;
}

div#slider_animation div div strong{
	color:#ffffff;
	font-size:14px;
}

div#slider_animation div div a {
    color:#ffffff;
}

div#slider_text {
	color:#ffffff;
    padding:11px;
    position:absolute;
    top:111px;
    left:517px;
    width:320px;
    height:109px;
	background-color:#f78b1c;
    filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    z-index:300;
	visibility:hidden;
	font-size:11px;
}

div#slider_text strong{
	color:#ffffff;
	font-size:14px;
}

div#slider_text a {
    color:#ffffff;
}

div.content {
	clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 37px 37px 37px;
    font-family:Arial, sans-serif;
    font-size:11px;
    color:#555555;
}

div.content h1 {
	margin-top:-1px;
	margin-bottom:24px;
    color:#005696;
    font-size:14px;
}

h2 {
    color:#005696;
    font-size:11px;
	
}

h3 {
    color:#005696;
    text-decoration:underline;
    font-size:11px;
	
}

div.content table {
	vertical-align:top;
    font-size:11px;
	color:#555555;
}

div.content a.orangelink:link, a.orangelink:visited {
	color:#f49332;
}

div.content a.orangelink:hover, a.orangelink:active {
	color:#f49332;
}

div.content a.linkSpinOffSort:link, a.linkSpinOffSort:visited, a.linkSpinOffSort:active, a.linkSpinOffSort:hover {
	background-image:url('images/icon_sort.gif');
	background-repeat:no-repeat;
	padding-left:23px;
}

div.content a.linkSpinOffSortBold:link, a.linkSpinOffSortBold:visited, a.linkSpinOffSortBold:active, a.linkSpinOffSortBold:hover {
	background-image:url('images/icon_sort.gif');
	background-repeat:no-repeat;
	padding-left:23px;
	font-weight:bold;
}
/*div.content*/
 a:link, a:visited {
	/*color:#f49332;*/
	color:#005696;
}
/*div.content */
a:hover, a:active {
   /* padding-left:16px;*/
    text-decoration:underline;
}

a.h2Link:link, a.h2Link:visited {
	font-size:14px;
	font-weight:bold;
	color:#005696;
	text-decoration:none;
}

a.h2Link:hover, a.h2Link:active {
   text-decoration:underline;
}



/*div.spinOffTeaser a:link, a:visited {
	color:#ffffff;
}

div.spinOffTeaser a:hover, a:active {
	color:#ffffff;
}*/

div.content a img {
	background-image:url('');
	padding:0;
	margin:0px;
	border:solid 0px white;
}

div.content a.imagelink {
	padding:0px;
	margin:0px;
	border:0px;
}

div.content a.imagelink:hover {
	padding:0px;
	border:0px;
	margin:0px;
}

div.content ul {
	padding-left:14px;
	list-style-type:square;
}

/*div.content a div#aIcon {
	background-image:url('images/icn_ta_ul.png');
	background-position:0px 4px;
	background-repeat:no-repeat;
	display:inline-block;
	width:11px;
	height:14px;
}

div.content div#aIcon {
	background-image:url('images/icn_ta.png');
	background-repeat:no-repeat;
	display:inline;
	width:11px;
	height:13px;
}*/

div.content a div.aIcon {
	background-image:url('images/icn_ta_ul.png');
	background-position:1px 3px;
	background-repeat:no-repeat;
	display:inline;
}

div.content div.aIcon {
	background-image:url('images/icn_ta.png');
	background-position:1px 0px;
	background-repeat:no-repeat;
	display:inline;
}

div.content div.aFirst {
	display:inline;
}

div.content div.aLast {
	display:inline; 
}	

div#footer {
	font-size:11px;
	margin:0px;
    padding:20px 0px 20px 0px;
    border-top:solid 1px #dddddd;
	float:left;
	width:100%;
    background-color: #e9e9e9;
    color:#555555;
}

#footer_copyright {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
    line-height:1.1em;
    width:200px;
}

#copyLogo {
    margin:5px 10px;
    float:left;
    
}

#copyLogoWrapper {
    float:left;
    margin-left:29px;
    /*background-color: #fff;*/
    height:73px;
}

#footer_logo {
    margin:0px;
    padding:0px 0px 0px 0px;
    float:left;

    /*width:115px;*/
}

#footer_links {
	padding-top:7px;
    width:120px;
    float:left;
    line-height:1.78em;
    margin-left:20px;
}

#footer_links a {
    padding-left:16px;
    background-image:url('images/link_pfeil.png');
    background-repeat:no-repeat;
    color:#555555;
    text-decoration:underline;
}

#footer_sponsoren {
    float:right;
    line-height:1.2em;
    margin-right: 39px;
}

.sponsor_image {
    margin:0px 0px 7px 7px;
    padding:0px;
    border:0px;
    
}

div.image_componentBlue {
    background-image:url('images/image_head_bg_blue.png');
    background-repeat:repeat-x;
}

div.ic_head {
    line-height:19px;
    padding:0px 0px 0px 10px;
    margin:0px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
}

h2.ic_head{    
    line-height:19px;
    padding:0px 0px 0px 10px;
    margin:0px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
}

div.ic_imageBlue{
}

div.image_componentGrey {
    background-image:url('images/image_head_bg_grey.png');
    background-repeat:repeat-x;
}

input, textarea, select { 
	font-size:11px; 
	font-family:Arial, sans-serif; 
	color:#555555;
	border:dotted 1px #bbbbbb;
	background-color: #e9e9e9;
	padding:2px; 
}

input.contact { 
	width:230px; 
	padding:2px;
	margin-bottom:10px;
	border:dotted 1px #bbbbbb;
	background-color: #e9e9e9; 
}
textarea.contact { 
	width:230px; 
	height:180px; 
	margin-bottom:10px;
	padding:2px;
	border:dotted 1px #bbbbbb;
	background-color:#e9e9e9; 
}

div.spinOffLogoContainer_HI {
	margin:73px 8px 0px 144px;
	border-top:1px solid #F4922E;
}

div.spinOffLogoContainer_HU {
	margin:73px 8px 0px 144px;
	border-top:1px solid #094779;
}

div.spinOffLogoContainer_HIS {
	margin:73px 8px 0px 144px;
	border-top:1px solid #8C725E;
}

div.spinOffLogoContainerBorder {
	border:1px solid #888b8c;
}

table.infoBox {
	background-color:#ffd0a3;
	border:solid 1px #f88b1c;
	margin-bottom:20px;
}

table.infoBox td {
	color:#f88b1c;
}

*.systemError { color:#f49332; }
span.infoText { color:#f49332; font-weight:bold; }

.galleryOverlay {
	display:none;
	z-index:10000; 
    padding:15px;
	background-color:#FFFFFF;
	top:10px;
	position:fixed;
}

div.galleryOverlay div.close {	
	background:url('images/btn_close.gif') no-repeat;
	z-index: 11000;
    position:absolute; 
    right:4px; 
    top:3px; 
    cursor:pointer; 
    height:9px; 
    width:9px; 
}

.tooltipBlue {
	display:none;
    background:url('images/bubble_sliced_blue.png');
    background-repeat: no-repeat;
	height:195px;
	width:468px;
	height:237px;
	font-size:11px;
	color:#ffffff;
    padding:0px;
    margin:0px;
}

.tooltipGrey {
    display:none;
    background:url('images/bubble_sliced_grey.png');
    background-repeat: no-repeat;
	height:195px;
	width:468px;
	height:237px;
	font-size:11px;
	color:#fff;
}

div.tooltipGrey table {
    color:#ffffff;
}

div.tooltipBlue table {
    color:#ffffff;
}

.whiteBold {
    font-weight:bold;
    color:#fff;
}

#rcrBubble {
        margin-top:-285px;
        width:330px;
        height:285px;
        position:absolute;
        margin-left:-330px;
	display:none;
        background:url('images/rcrBubble2.png') no-repeat;
}

/*
#rcrBubble {
        top:510px;
        width:330px;
        height:285px;
        position:absolute;
        margin-left:-330px;
	display:none;
        background:url('images/rcrBubble2.png') no-repeat;
}*/

#rcrBubble div {
        margin:250px 0px 0px 25px;
        color: #fff;
	width:20px;
        font-size:11px;
        line-height:1.2em;
}

#spinOffBubble {
        top:500px;
        width:330px;
        height:285px;
        position:absolute;
        margin-left:-330px;
	display:block;
        /*background:url('images/rcrBubble2.png') no-repeat;*/
}

#spinOffBubble a.bubble {
	left:25px;
	bottom:27px;
	display:block;
	height:18px;
	width:90px;
	position:absolute;
}

#spinOffBubble div {
        margin:20px 45px 20px 17px;
        color: #fff;
        font-size:11px;
        line-height:1.2em;
}

