body {
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
	
a {
	color:#1b528b;
	text-decoration:none;
	}

a:hover { text-decoration:underline; }

img {
	border:0;
	}


.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; }
.none { text-decoration:none; }
.norm { font-weight:normal; }
.bold { font-weight:bold; }


	
#myscrollbar {
	display: none;
	}

html>body #myscrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
	}

.blau { color:#1b528b; }
.grau1 { color:#333; }
.grau2 { color:#999; }
.weiss { color:#fff; }


	
.text10 { font-size:10px; }	
.text11 { font-size:11px; }	
.text12 { font-size:12px; }	
.text13 { font-size:13px; }	
.text14 { font-size:14px; }	
.text16 { font-size:16px; }	
.text18 { font-size:18px; }	
.text20 { font-size:20px; }	


h1 { 
	font-size:22px; 
	}


/* ALTE VERSION 
#container { 
	position:relative;
	width:90%;
	min-width:950px; 
	text-align:left;
	}	
*/

#container-outer {
	position:relative; 
	width:90%; 
	min-width:950px;
	text-align:left;
    margin: 0 auto;
	}
	
#container {
	display:block; 
	color:#333;
	}

/*
* html #container-outer {
	border-right:950px solid #fff;
	}
	
* html #container {
	display:inline-block; 
	position:relative; 
	margin-right:-950px;
	}
*/

* html #container-outer {
	width:950px;
	}




#head-container {
	margin:23px 0;
	/*height:54px;*/
	height:54px;
	width:100%;
	position:relative;
	clear:both;
	}

#logo {
	position:absolute;
	left:0;
	top:0;
	}

#sprachen {
	position:absolute;
	right:0;
	bottom:0;
	width:300px;
	text-align:right;
	font-size:12px;
	color:#1b528b;
	}
	
#sprachen a.active {
	font-weight:bold;
	padding-left:10px;
	background:url(../img/icon_arrow_right_blue.png) no-repeat left;
	}

#breadcrumb {
	font-size:11px;
	margin-top:-3px;
	margin-bottom:15px;
	color:#1b528b;
	}
/*
#breadcrumb {
	position:absolute;
	top:-15px;
	height:18px;
	left:-230px;
	width:900px; 	
	font-size:11px;
	color:#1b528b;
	}
*/
#breadcrumb .active {
	font-size:11px;
	color:#333;
	font-weight:normal;
	}


/* MENU */


#menu-container {
	float:left;
	width:230px;
	height:500px;
	margin:0;
	margin-bottom:20px;
	}

* html #menu-container {
	}


#menu {
	}
	
#menu .item {
	cursor:pointer;
	background-color:#FFFFFF;
	}

#menu .item.active {
	background-color:#1b528b;
	color:#FFF;
	margin-bottom:2px;
	cursor:auto;
	}

#menu .item .overview {
	margin:0 2px 2px 0;
	padding:15px 15px 15px 10px;
	border:1px solid #e6e7e8;
	background:url(../img/back_menu_inact.png) repeat-x bottom;
	*zoom:1;/* für ie6 */
	}

#menu .item .overview .text {
	margin-top:2px;
	*margin-top:4px;
	}

#menu .item .overview .titel {
	font-size:16px;
	color:#1b528b;
	font-weight:bold;
	margin-bottom:3px;
	}

#menu .item.active .overview .titel {
	color:#fff;
	}

#menu .item.active .overview .titel a {
	color:#fff;
	}
#menu .item.active .overview .desc a {
	color:#fff;
	}

#menu .item.active .overview {
	margin:0;
	padding:16px 15px 15px 11px;
	border:none;
	background:none;
	}


.sub a {
	color:#FFF;
	}


#menu .sub-inner {
	margin-left:55px;
	margin-right:10px;
	}
	
#menu .sub-inner .subitem {
	font-size:12px;
	color:#FFF;
	padding-bottom:15px;
	padding-left:15px;
	}
	
#menu .sub-inner .subitemactive { /* geändert von subitem.active wegen ie6 */
	
	padding-left:15px;
	background:url(../img/icon_menu_sub_active2.png) no-repeat 0 1px; 
	color:#FFF;
	padding-bottom:15px;
	font-weight:bold;
	
	/* font-size:13px; */
	}
	
/** #menu .sub-inner .subitem.lastoftype {
	padding-bottom:15px;
	}*/
	




#menu .trenner {
	width:190px;
	height:15px;
	border-top:1px solid #547da8;
    margin: 0 auto;
	}

#menu .icon {
	float:left; 
	margin-right:6px;
	width:44px;
	height:44px;
	}

#menu1 .icon { background:url(../img/icon_menu_t_ueberuns_over.png) no-repeat; }
* html #menu1 .icon { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_ueberuns_over.png',sizingMethod='crop'); background:none; }

#menu2 .icon { background:url(../img/icon_menu_t_produkte_over.png) no-repeat; }
* html #menu2 .icon { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_produkte_over.png',sizingMethod='crop'); background:none; }

#menu3 .icon { background:url(../img/icon_menu_t_werbung_over.png) no-repeat; }
* html #menu3 .icon { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_werbung_over.png',sizingMethod='crop'); background:none; }

#menu4 .icon { background:url(../img/icon_menu_t_presse_over.png) no-repeat; }
* html #menu4 .icon { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_presse_over.png',sizingMethod='crop'); background:none; }

#menu5 .icon { background:url(../img/icon_menu_t_jobs_over.png) no-repeat; }
* html #menu5 .icon { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_jobs_over.png',sizingMethod='crop'); background:none; }

#menu1 .active { background:url(../img/icon_menu_t_ueberuns_over.png) no-repeat; }
* html #menu1 .active { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_ueberuns_over.png',sizingMethod='crop'); background:none; }

#menu2 .active { background:url(../img/icon_menu_t_produkte_over.png) no-repeat; }
* html #menu2 .active { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_produkte_over.png',sizingMethod='crop'); background:none; }

#menu3 .active { background:url(../img/icon_menu_t_werbung_over.png) no-repeat; }
* html #menu3 .active { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_werbung_over.png',sizingMethod='crop'); background:none; }

#menu4 .active { background:url(../img/icon_menu_t_presse_over.png) no-repeat; }
* html #menu4 .active { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_presse_over.png',sizingMethod='crop'); background:none; }

#menu5 .active { background:url(../img/icon_menu_t_jobs_over.png) no-repeat; }
* html #menu5 .active { width:44px; height:44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_menu_t_jobs_over.png',sizingMethod='crop'); background:none; }

/* ENDE MENU */




/* WRAPPER */

#right-very-outer {  /* NEW */
	position:relative; 
	margin-left:230px; 
	min-width:700px;
	}

* html #right-very-outer {  /* NEW */
	}

#right-outer { /* NEW */
	min-width:700px;
	}

* html #right-outer {  /* NEW */
	}

/* ENDE WRAPPER */






/* CONTENT */

#cont-outer {
	padding-bottom:50px;
	}

* html #cont-outer {
	}

#cont-container {
	padding:20px 40px;
	border:1px solid #e6e7e8;
	position:relative;
	display:block;
	margin-right:210px;
	}

* html #cont-container {  /* NEW FÜR DEN IE6 */
	height:100px; /* nur für "haslayout" */
	position:relative;
	left:-3px;
	/*right:100px;*/
	margin-right:0;
	display:inherit;
	/*width:424px;*/
	}



#content {
	color:#333;
	line-height:140%;
	text-align:left;
	position:relative;
	width:100%;
	}
	
* html #content {
	/*width:400px;*/
	}
	
#content hr {
	width:100%;
	height:1px;
	color:#e6e7e8;
}

#content h1 {
	color:#1b528b;
	margin:0;
	padding:0;
	/*font-size:29px;*/
	font-size:30px;
	font-weight:normal;
	/*padding-bottom:10px;*/
	padding-bottom:20px;
	line-height:100%;
	}

#content h2 {
	color:#1b528b;
	margin:0;
	padding:0;
	/*font-size:18px;
	font-weight:normal;
	*/
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	}

#content p {
	line-height:140%;
	font-size:12px;
	/*margin: 10px 0 20px 0;*/
	margin: 0 0 20px 0;
	text-align:left;
	}

#content p.lastoftype {
	margin-bottom:0;
	}

#content img {
	border:1px solid #e6e7e8;
	padding:10px;
	}

#content img.left {
	float:left;
	margin:0 10px 10px 0;
	}
	
#content img.right {
	float:right;
	margin:0 0 10px 10px;
	}
	

.copy {
	font-size:10px;
	color:#999;
	padding-top:40px;
	}

.copy a {
	font-size:10px;
	color:#999;
	}

#about {
	font-size:10px;
	color:#999;
	text-align:right;
	position:absolute;
	bottom:-22px;
	height:20px;
	right:0;
	width:280px; 
	background-color:#FFF;
	z-index:100;
	}

#credits {
	text-align:left;
	font-size:10px;
	color:#999;
	position:absolute;
	bottom:-22px;
	height:20px;
	left:0;
	z-index:1;
	}

#credits a { color:#999; }


/* KONTAKTFORMULAR */
.form-container { margin:20px 0; }
.formtable { border:1px solid #e6e7e8; }
.formtable td { padding:5px; }	
.formtable td.key { width:250px;  background-color:#eee; border-right:1px solid #e6e7e8; }	
.formtable tr.sectionend td {  border-bottom:1px solid #e6e7e8; }
.formtable td.value input { width:330px; border:1px solid #000; }  
.formtable td.value input.small, .formtable td.value div.small { width:120px; }
.formtable td.value input.button { width:120px; }	
.formtable td.value select { width:330px; border:1px solid #000; }
.formtable td.value select.small { width:120px; }	
.formtable td.value textarea { width:330px; border:1px solid #000; }   

.formtable td.value .error { border-top: 6px solid #F00; border-bottom: 6px solid #F00; border-left: 2px solid #F00; border-right: 2px solid #F00; }

* html .formtable td.key { width:150px; }
* html .formtable td.value input { width:250px; }
* html .formtable td.value select { width:250px; }
* html .formtable td.value textarea { width:250px; }
/* ENDE KONTAKTFORMULAR */




/* PARTNER SEITE */
#partner-container { padding-right:-20px;}
#partner-container img { border:none; margin:0; padding:0; }
.partner-wrap { width:195px; border:1px solid #e6e7e8; float:left; margin-right:15px; margin-bottom:15px; text-align:center; display:inline; padding:0; }
.partner-wrap .image { padding-top:10px; height:80px; }
.partner-wrap .url { padding: 10px; padding-top:0; }
/* ENDE CONTENT */




/* PRESSE ARCHIV */
.meldung-wrap { padding:15px 0; border-bottom:1px solid #e6e7e8; }
.meldung-wrap.detail { border:none; }
.meldung-wrap .date { font-size:11px; color:#999; margin-bottom:3px; }
.meldung-wrap h2 { margin-bottom:5px; padding:0; }
.meldung-wrap .text { margin-top:5px; margin-bottom:10px; }
.meldungen-container { margin-top:-15px; }
.selection-container { margin-bottom:20px; }
.selection-container a.active { font-weight:bold; color:#333; }
/* ENDE PRESSE ARCHIV */



/* QUICK MENU */

#quick-container {
	float:right;
	width:208px;
	}

#quick-header {
	background:url(../img/back_quicklinks_head.png) repeat-x bottom;
	/*border:1px solid #000;*/
	padding:16px 20px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	}

/*#quick-header h2 {
	margin:0;
	padding:0;
	}*/

.quick-item {
	margin:2px 0;
	padding:15px 19px;
	border:1px solid #e6e7e8;	
	color:#1b528b;
	cursor:pointer;
	background:url(../img/back_menu_inact.png) repeat-x bottom;
	}

.quick-icon {
	float:left;
	width:20px;
	margin-right:10px;
	}
	
.quick-text {
	float:left;
	margin-top:3px;
	width:120px;
	}
	
.quick-arrow { 
	float:right;
	margin-top:5px;
	}

#countrysites {
	color:#1b528b;
	padding:10px 19px;
	}	
	
#countrysites .at {
	height:25px;
	background:url(../img/flag_at.png) no-repeat 0 4px;
	padding-left:25px;
	padding-top:5px;
	}	

#countrysites .de {
	height:25px;
	background:url(../img/flag_de.png) no-repeat 0 4px;
	padding-left:25px;
	padding-top:5px;
	}	

#countrysites .eu {
	height:25px;
	background:url(../img/flag_eu.png) no-repeat 0 4px;
	padding-left:25px;
	padding-top:5px;
	}	
#countrysites .uk {
	height:25px;
	background:url(../img/flag_uk.png) no-repeat 0 4px;
	padding-left:25px;
	padding-top:5px;
	}	
#countrysites .pl {
	height:25px;
	background:url(../img/flag_pl.png) no-repeat 0 4px;
	padding-left:25px;
	padding-top:5px;
	}	

/* ENDE QUICKMENU */






/* DIVS WELCOME TEMPLATE */

#w-container { 
	position:relative;
	height:550px;
	width:950px;
	text-align:left;
    margin: 0 auto;
	}

#w-head-container {
	top:60px;
	left:0;
	height:54px;
	width:950px;
	position:absolute;
	}

#w-logo {
	position:absolute;
	left:0;
	top:0;
	}

#w-sprachen {
	position:absolute;
	right:0;
	bottom:0;
	width:300px;
	text-align:right;
	font-size:12px;
	color:#1b528b;
	}
	
#w-sprachen a.active {
	font-weight:bold;
	padding-left:10px;
	background:url(../img/icon_arrow_right_blue.png) no-repeat left;
	}
	
#w-blue {
	position:absolute;
	left:0;
	top:174px;
	width:950px;
	height:245px;
	background-color:#1b528b;
	}
	
#w-message {
	position:absolute;
	top:70px;
	left:48px;
	}

#w-message h1 {
	color:#FFF;
	margin:0;
	padding:0;
	font-size:29px;
	font-weight:normal;
	}

#w-info {
	position:absolute;
	left:0;
	/*width:353px;*/
	width:527px;
	top:260px;
	text-align:right;
	font-size:10px;
	color:#999;
	z-index:200;
	}

#w-quick-container {
	position:absolute;
	z-index:100;
	left:373px;
	top:60px;
	width:527px;
	height:267px;
	}
	
#w-quick-table {
	border-collapse:collapse;
	}
	
#w-quick-table td {
	background:url(../img/back_w_boxes.png) repeat-x bottom;
	/*height:132px;*/
	height:132px;
	width:226px;
	border:1px solid #e6e7e8;
	background-color:#FFF;
	}	
	
#w-quick-table td .iconpresse {
	float:right;
	width:60px;
	height:60px;
	margin:14px 14px 0 0;
	}	

#w-quick-table td .iconpresse { background:url(../img/icon_w_presse_big.png) no-repeat; }
* html #w-quick-table td .iconpresse { width:60px; height:60px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_w_presse_big.png',sizingMethod='scale'); background:none; }


#w-quick-table td .iconproducts {
	float:right;
	width:60px;
	height:60px;
	margin:14px 14px 0 0;
	}	

#w-quick-table td .iconproducts { background:url(../img/icon_w_produkte_big.png) no-repeat; }
* html #w-quick-table td .iconproducts { width:60px; height:60px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_w_produkte_big.png',sizingMethod='scale'); background:none; }


#w-quick-table td .iconwerbung {
	float:right;
	width:60px;
	height:60px;
	margin:14px 14px 0 0;
	}	

#w-quick-table td .iconwerbung { background:url(../img/icon_w_werbung_big.png) no-repeat; }
* html #w-quick-table td .iconwerbung { width:60px; height:60px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_w_werbung_big.png',sizingMethod='scale'); background:none; }


#w-quick-table td .iconabout {
	float:right;
	width:60px;
	height:60px;
	margin:14px 14px 0 0;
	}	

#w-quick-table td .iconabout { background:url(../img/icon_w_ueberuns_big.png) no-repeat; }
* html #w-quick-table td .iconabout { width:60px; height:60px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_w_ueberuns_big.png',sizingMethod='scale'); background:none; }


#w-quick-table td .iconjobs {
	float:right;
	width:60px;
	height:60px;
	margin:14px 14px 0 0;
	}	

#w-quick-table td .iconjobs { background:url(../img/icon_w_jobs_big.png) no-repeat; }
* html #w-quick-table td .iconjobs { width:60px; height:60px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://unternehmen.geizhals.at/about/img/icon_w_jobs_big.png',sizingMethod='scale'); background:none; }


#w-quick-table td .text {
	text-align:left;
	clear:both;
	margin:0 0 14px 15px;
	color:#333;
	font-size:12px;
	}	
	
#w-quick-table td .text h2 {
	margin:0;
	padding:0;
	margin-bottom:4px;
	color:#1b528b;
	font-size:16px;
	font-weight:bold;
	}
	

.ghtable {
    width:100%;
    padding:0;
    margin:0;
    border:0;
}
.ghtable tbody tr {
    background: #f2f2f2;
}
.ghtable tr.even {
    background: #e0e0e0;
}
.ghtable thead {
    background: #1b528b;
    color: #fff;
}
.ghtable th, .ghtable td {
    padding: .7em;
    width: 30%;
}
.ghtable tbody tr:firstchild {
    width:40%;
}
/* ENDE DIVS WELCOME TEMPLATE */

.Text01 {
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#1B528B
}

