/*
Site:			www.bg-metall.de
Author:		Michael Pfenning
Created:		08.08.2007
Modified:		11.08.2010
Editor:			Firstname Lastname
Usage:			Main stylesheet BGM

property order:
################
** display
** visibility
** list-style-type
** position
** top/right/bottom/left
** z-index
** float
** clear
** width
** height
** overflow
** margin
** border
** padding
**  CD-Colors
Blau:   #004994
Grau:   #555555
Cyan:   #0095db
Gruen:  #51ae31
Gruen2: #afca06
** background
** font
**	- font-family
**	- font-size
**	- font-style
**	- font-variant
** line-height
** letter-spacing
** text-align
** vertical-align
** text-decoration
** white-space
** other text styles (e.g. text-indent)
** cursor
** content

table of contents
#################
- basic elements
	- html / body
	- container
	- header
	- main
	- columns
	- footer
- menus
	- naviMain
	- naviSub
	- naviMeta
	- naviRootline
	- naviLang
	- naviQuick
*/

/* ####################### BASICS ############################ */

body {
	
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 0.83em;
	line-height: normal;
	color: #555555;
	text-align: center;
	background: #e4f1f9 url(../images/body_hg2p.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
}



	option {padding-left: 0.4em}
	
	html { height: 101% } 
	

#container {
	position: relative;
	text-align:left;
	width:960px;
	background: #ffffff url(../images/container_hg2.jpg) repeat-x;
	margin:0 auto;
	padding: 0;
	z-index: 1;
	
}

#container-left {
	position: relative;
	left: 0;
	top: 0; 
	width:10px;
	background: #ffffff url(../images/cont-left-hg.jpg) no-repeat;
	margin:0;
	padding:0;
	}
#container-right {
	position: relative;
	text-align:left;
	width:10px;
	background: #dddddd url(../images/cont-right-hg.jpg);
	margin:0 auto;
	padding: 0;
	z-index: 1;
}

#outerright {
	position: absolute;
	z-index: 0;
	margin: 0;
	padding: 0;
    width: 160px;
    height: 600px;
    left: 72em;
    top: 12em;
	text-align:left;
	border: none;
}
#outerright img {
        border: none;
}

/* HEADER */

div#header {
	margin:0 10px;
	padding-top: 10px;
	height:148px;
	width: 938px;
	z-index: 2;
	
}

div#top {
	width: 960px; 
	height: 100px;
	}

div#logo {
	width: 400px;
	height: 70px;
	padding-bottom: 20px;

	}
	
div#topline {
	position: absolute;
	right: 180px;
	top:20px;
	font-size:62.5%;
	margin:0;
	padding:0;
}


div#topline a {
	color:#666666;
	margin-left:5px;
	padding-left:5px;
	text-decoration: none;
}
div#topline  a:hover {	
	color:#f36700;	
	text-decoration: underline;
	}
	
div#topline first a {
	border:0 none;
}

div#topline first-child a {
	border:0 none;
}

	
div#headNavigation {
	font-size: 11px;
	color: #004994;
	text-align: right;
	padding:0 0 5px 0;
	width: 400px;
	float: right;
	}

div#headNavigation a:link, div#headNavigation a:visited {color: #004994; text-decoration: none;}
div#headNavigation a:hover {color: #51ae31; text-decoration: underline;}





	
div#suche{
	position: absolute;
	top: 117px;
	left: 66em;
    width: 5em;
    z-index: 5;
	}

#korb{
	position: absolute;
	top: 130px;
	right: 20px;
	width: 20px;
	}

#headerContent{
	width: 16em;	
	
}


div#header h1 {
	height: 55px;
	margin: 0 0 0 214px;
	padding: 47px 0 0 26px;
	color: #737374;
	font-size: 1.7em;
	
}

/* MAIN */

div#maintop {
	width: 960px;
	padding: 0;
	background: #FFFFFF url(../images/main_top.gif) no-repeat;
}

div#main div.column {
	float: left;
	height: auto;
	padding-top:8px;
	}

div#main {
	width: 960px;
	padding: 0;
	
	z-index: 3;
}

div#titelbild {
	width: 518px;
	float: left;
}


div#content {
	width: 510px;
	margin-top:0px;
	padding:0;
	background-color: #ffffff;
}


div#content_wide {
	width: 725px;
	margin-top: 15px;
	padding: 0 0 0 25px;
}

.navHead {

	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0em;
	padding:0 0 0.5em 0;
	margin:0 0 0.8em 0;
	border-bottom: solid 1px #666666;
}


li dfn, .usb {
	position: absolute;
	left: -3000px;
	height: 0px;
	width: 0px;
	
	}




div#normal {
	margin: 0 0 0 0;
}

div#newSites {
	padding: 3px;		
	border: 1px solid #ADCBD9;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0;
	padding: 0 10px;
	color: #333333;
}

div#newSites ul li a{
	padding: 0.12em 0 0 0.5em;	
	font-size: 85%;
	font-weight: normal;
	color: #333333;
}

div#newSites ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	
}


div#right {
    width: 178px; /* RC width */	
	padding: 7px 10px 0 25px;
}

div#right h3 {
        font-size: 12px;
		padding: 0 5px;
		margin: 3px;
}

div#right h4 {
        font-size: 13px;
}

div#right span {
	
}

div#footer {	
	clear: both;
	height: 57px;
	margin: 0px;
	padding: 0;
	background: #FFFFFF url(../images/cd_footer_hg.jpg) no-repeat;
	
}

div#footer p {
	text-align: center;
	margin: 0;
	padding-top: 25px;
	font-size: 11.5px;
	color: #ffffff ;
}

div#footer a, div#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div#footer a:hover {
	color: red;
	font-weight: bold;
}

/*####################### MENUS ############################*/

/* --- NAVI MAIN --- */


div#naviMainContainer {
	float: left;
	width: 170px;
	margin: 30px 0 0 10px;
	padding: 0 10px 0 10px;	
    overflow:hidden;
	color: #004994;
	background: #efefef url(../images/item_top.gif) no-repeat;
}


div#naviMainContainer li {
    border-top: 1px solid #cccccc;
	font-size: 12px;
 	}

div#naviMainContainer ul li {
    margin: 0;
    padding: 0;
}

div#naviMainContainer a {
    display: block;
    /*border-top: 1px solid #dddddd;*/
    padding: 0.2em 0;
    text-decoration: none;
	color: #004994;
}


div#naviMainContainer a:hover {
    color: #FFFFFF;
    background: #027efb;
}

div#naviMainContainer ul.level1 {
    /*border-bottom: 1px solid #cccccc;*/
}

div#naviMainContainer ul.level1 a {
    padding-left: 0.5em;
    font-weight: normal;
}
div#naviMainContainer ul.level2 a {
    padding-left: 1.5em;
    font-weight: normal;
}
div#naviMainContainer ul.level3 a {
    padding-left: 2.5em;
}
div#naviMainContainer ul.level4 a {
    padding-left: 3.5em;
}
div#naviMainContainer ul.level5 a {
    padding-left: 4.5em;
    font-size: 0.8em;
    letter-spacing: 0em;
}


/* ACT und CUR Zustaende */
div#naviMainContainer ul li.cur a {
    background: #004994 /*url(../images/whiteeck.gif) no-repeat 0.2em 50%*/;
    color: #fff;
    }

div#naviMainContainer ul li.cur a:hover {
    background: #004994 /*url(../images/whiteeck.gif) no-repeat 0.2em 50%*/;
    color: #ffffff;
}

div#naviMainContainer ul li.cur li a {
    background: none;
    color: #004994;
}

/*-------- TOP_Menu---------------------------------------------*/


#nav {
	width: 938px;
	height: 25px;
	font-size: 11px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
}
 
#nav a {
	display: block;
	width: auto;
	height: 22px;
	padding: 8px 0 0 0;
	background: #004994 url(../images/nav_hg_off.jpg) ;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav a:hover {
	background: #00ffff url(../images/nav_hg_hov.jpg) ;
	color: #ff0000;
}

#nav .active a {
	height: 22px;
	padding-top: 8px;
	background-image: url(../images/nav_hg_hov.jpg) ;
	color: #ffff00;
	font-weight: bold;
}

#nav .active a:hover {
	background: #00ffff url(../images/nav_hg_hov.jpg) ;
	color: #ffff00;
}

#nav a.menuparent  {
	background-image: url(../images/nav_hg_act.jpg) ;
}
 
#nav li {
	float: left;
	display: block;
	float: left;
	width: auto;
	
	padding:0;
}
 
/* The CSS Code for the menu starts here */

div#qnav {
	width: 937px;
	height:27px;
	
}

#menue {}

#menue li {
	float:left;
	list-style-type: none;
	margin-right:1px;
	background:url(../images/tab-content-right.gif) no-repeat right top;
	}

#menue li a {	
	display:block; 
	text-align: center;
	color:#fff;
	background:url(../images/tab-content-left.gif) no-repeat left top;
	font-size:1.5em;
	height:30px; 
	padding-top:14px;
	}	
	
#menue li.aktiv, #menue li:hover {
	background:url(../images/tab-content-right-aktiv.gif) no-repeat right top;
	}	
	
#menue li.aktiv a, #menue li a:hover {	
	background:url(../images/tab-content-left-aktiv.gif) no-repeat left top;
	color:#f37600;
	}		
 
/* Summe der Tab-Breiten: 973px */	
	
#menue #punktEins  {
	width:130px;
	}
	
#menue #punktZwei a {
	width:182px;
	}		
	
#menue #punktDrei  {
	width:114px;
	}
	
#menue #punktVier a {
	width:114px;
	}		
	
#menue #punktFuenf {
	width:210px;
	}
	
#menue #punktSechs a {
	width:130px;
	}	
	
#menue #punktSieben a {
	width:93px;
	}	


	#menu {
				width: 927px; 
				height: 25px;
				font-family: Arial, sans-serif;
				font-weight: normal;
				
				padding:0 0 0 10px;
				list-style-type: none;
				font-size: 14px;
				margin-top: 5px;
				
			}
			#menu li {
				float: left;
				margin: 0;
				padding: 0; 
				background: none;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 12px;
				line-height: 25px;
				color: #666;
				border-right: 1px solid #999999;
			}
			
			#menu li first a,
			#menu li first-child a{ border: none;}
			
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom:none;
				color: #999;
			}
			
					
			#menu.blue {
				/*border-top: 1px solid #356AA0;
				
				border-bottom: 1px solid #204061;
				border-right: 1px solid #204061;*/
				
			}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #ff6c00; background: #e0ebf0;}


/* The CSS Code for the menu ends here */



/* --- NAVI ROOTLINE ------------------------------------- */

div#naviRootline {
    
	margin:0px;	
	padding: 10px 10px 0px 30px;
	font-size: 10px;
	height: 10px;
	color: #ff6c00;	
	
}

div#naviRootline a {
	color: #0095db;
	text-decoration: none;
}

div#naviRootline ul {
	list-style-type: none;
	text-decoration: none;	
	color: #0095db;	
	padding: 0;
}

div#naviRootline li {
	float: left;
	
}

div#naviRootline li a {
	color: #ffffff;
	text-decoration: none;
}

div#naviRootline li a.visited {
	color: #ffffff;
	}


div#naviRootline li span {
	margin: 0 0.5em;
	color: #ffffff;
}


/* --  LanguageMenu ---*/


div.langMenu {
	margin: 1em 0 0 1.5em;

}
div.langMenu img {
	margin-right: 0.3em;
	border: none;

}

/* Quickmenu*/

div#quickmenu{
	margin-top: 10px;
	letter-spacing: 0;
	}
	
div#quickmenu .dropmenu{
	font-size: 11px;
}

div#quickmenu .content{
	font-size: 11px;
}
	
div#quickmenu p{
	margin:0;
	color: #666666;
}

div#formularmenu{
	margin-top: 10px;
	}
div#formularmenu .dropmenu{
	font-size: 11px;
}

div#formularmenu .content {
	font-size: 11px;
}
	
div#formularmenu p{
	margin: 0;
	color: #666666;
	font-size: 10px;
	}

div#webcode{
	border: 1px solid #ADCBD9;
	margin: 15px 0;
	font-size: 10px;
	}

div#webcode p{
	color: #666666;
	font-size: 10px;
}
form.webcode .submit {
	width:70px; 
}

input.submit, input.buttom {
   	background: url("../images/search_bg.jpg") repeat-x;
	color:#00529C;
	cursor:pointer;
	padding:2px;
}

input, textarea, select {
    background-attachment: scroll;
	background:url("../images/option_back.jpg") repeat-x ;
	border:1px solid #ADCBD9;
	font-family:Arial,Helvetica,sans-serif;
	font-size:95%;
	margin:0;
	padding:3px;
}
.form.webcode .submit{width: 75px;}
.form.webcode .submit {
	width:70px;
}




/* Allg. Formate*/

.hidden{
	display: none;
	}
	
/*---Searchform---------------------------------------------------*/
	#search-form {
	display: inline-block;
	float: right;
	border: 1px solid #ADCBD9;
	background: white url(../images/search_bg.jpg) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 17px;
	width: 135px;
	}
		
		#search-form input {
			float: left;
			border: 0;
			background: transparent;
			width: 100px;
			padding: 0px 0px 0px 2px;
			margin: 2px;
			font-size:11px;
			}
			.ie #search-form input {
				padding: 2px 4px 6px 2px;
			}
			.ie7 #search-form input {
				margin-left: -10px;
			}
			.ie6 #search-form input {
				margin-right: -80px;
			}
		#search-form input.input-tip {
			color: #bbbbbb;
			}
		#search-form button {
			float: right;
			border: 0;
			background: url(../images/zoom.png) no-repeat 6px 1px;
			width: 23px;
			height: 17px;
			overflow: hidden;
			text-indent: 100px;
			padding:2px 0px 0px 2px;
			margin: 0;
		}
	
	
/* NEWS ====================================================*/

.news-latest-container{
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding: 0;
	border-right: 1px solid #eeeeff;

	}
	


.news-latest-container h3 {
	font-family: arial, sans-serif;
	color: #666666;
	margin: 0 0.1em 0 0;
	padding: 0;
	letter-spacing: 0.002em;

	}

.news-latest-container a:link {
	text-decoration: none;
	color: #000000;
        
	}

.news-latest-subheader { padding-bottom: 0;}
.news-latest-subheader p { } 

.news-latest-subheader a:link {
        color: #333333;
        text-align: right;
		
}

.news-latest-subheader a:hover {
        text-decoration: underline;
}


.news-latest-container a:visited {
	text-decoration: none;
	color: #333333;
	}

.news-latest-container a:hover {
	text-decoration: none;
	color: #0000f0;
	}
.news-latest-container a:link {
	text-decoration: none;
	color: #000000;
	}
.news-latest-item p{
	margin:0;
	padding: 5px 8px;
	}

.news-latest-item a{
	color: #000000;
	}
	
.news-latest-item img{
	border-top: 1px solid #adcbd9;
	border-bottom: 1px solid #adcbd9;
	}

.news-latest-item{
    /* background: url(../images/hg_teaser-1.gif);*/
	border:1px solid #ADCBD9;
    background: #ffffff /*url(../images/cd_newitem_hg2.gif)*/;
	margin: 10px 0 10px 0;
    
	font-size: 10px;
	}

.news-latest-item strong ,b{
	color: #004994;
}
#news-latest-item h3{
	    margin-top: 0;
		padding-top: 0px;
	}

.news-latest-item h3 {
	    color: #333333;

	}

.news-latest-date{
	padding-left: 0.5em;
	font-weight: normal;
        font-size: 80%;
	color: #666666;
	}

.news-latest-gotoarchive{
        margin: -1em 0.8em 1em 0.8em;
        text-align: right;
        }

.news-latest-gotoarchive a{
	color: #666666;
        
	}


.news-list-date h3{
	font-size: 0.83em;
	font-weight: bold;
	color: #666666;
	margin:  0;
	padding:0.3em 0 0 0;
	}

.news-latest-category{
	font-size: 70%;
	color: #6699cc;
	}

.news-latest-morelink{
	margin: 0 0 1em 0;
}

.news-latest-morelink a {
	color:#336699;
	text-decoration: none;
	}
.news-latest-morelink a:visited {
	color:#333333;
	text-decoration:none;
	}

.news-latest-morelink a:hover{
	color:#ffff00;
	text-decoration: underline;
	}

/*---Lastminute*/


.lastminute{
	font-family: arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #666666;
	padding-top: 1em;
	padding-left: 0.4em;
	border-top: 1px solid #eeeeff;
	border-bottom: 2px solid #eeeeff;
	}




/*---Kontaktformular ---- */

div#tx-spbettercontact-pi1 input{
	border: 1px solid #d6d30b;
}

.sp_bettercontact_msg{
	color: #d6d30b;
}

/*---Webshop---*/

.listitem {
	font-family: arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #6666ff;
	}

.listitemtitle {
	font-family: arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #336699;
	}

.product_itemnumber{
	font-size: 0.83em;
	}
.productnote {
	float: left;
	}
.productimage {
	float:left;
	}
.category_title {
	color:#0066cc;
	}
.itemview {
	background-color:#efefef;
	padding: 0.5em;
	border: 1px solid #cccccc;

	}

/*---left unter navi---------------*/
.leftcontainer {
	letter-spacing:0;
	padding: 0 0.5em 0.5em 0.7em;
	margin-top: 0.7em;
	border: 0;
	font-size: 11px;
	}
.leftcontainer a:hover {
	color: #ff0000;
	}
.leftcontainer a {
	border:0;
	}

div.formbuttons{
text-align: center;
}
div.formbuttons input{
text-align: center;
}

div.survey_error p {
color: #d6d30b;
}
