
/* << ----------------// General Styles //---------------->> */
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #cdd2da;
background: #23262b url(../img/bg_main01.jpg) no-repeat left top;
}

p {
margin: 16px 0 18px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size: 34px;
font-weight: normal;
line-height: 34px;
}

h2 {
font-size:23px;
font-weight: normal;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color: #ff48a0;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

a.more {
padding-left: 5px;
background: transparent url(../img/bg_link01.gif) no-repeat left 7px;
}

a.more:hover {
text-decoration: underline;
}

a img {
border: none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

hr {
border: none;
border-top: #42484f solid 1px;
margin: 40px 0 20px -20px;
clear: both;
float: none;
}

.small {
	font-size: 12px;
	line-height: 16px;
	color: #7b828a;
	}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin: 70px auto 0 auto;
padding: 0 5px;
width: 963px;
background: transparent url(../img/bg_header01-trans.png) no-repeat left top;
}

/* << ----------------// Header //---------------->> */
#header {
margin: 0;
padding: 0;
width:973px;
height:298px;
}
.h_pic01 {
background: transparent url(../img/bg_header_pic01.jpg) no-repeat left 5px;
}
.h_pic02 {
background: transparent url(../img/bg_header_pic02.jpg) no-repeat left 5px;
}
.h_pic03 {
background: transparent url(../img/bg_header_pic03.jpg) no-repeat left 5px;
}
.h_pic04 {
background: transparent url(../img/bg_header_pic04.jpg) no-repeat left 5px;
}
.h_pic05 {
background: transparent url(../img/bg_header_pic05.jpg) no-repeat left 5px;
}
.h_pic06 {
background: transparent url(../img/bg_header_pic06.jpg) no-repeat left 5px;
}
#header a {
display: block;
position: relative;
top: 47px;
left: 100px;
width: 208px;
text-decoration: none;
}




/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin: 6px 0 20px 0;
padding: 0;
height: 44px;
line-height: 30px;
background: transparent url(../img/bg_menue01.gif) repeat-x left top;
border-top: #42484f solid 1px;
border-bottom: #42484f solid 1px;
}

#navHorizontal ul {
margin: 0;
padding: 0;
list-style: none;
}

#navHorizontal ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

/* << -->> */

#navHorizontal ul li a {
display: block;
float: left;
text-indent: -9999px;
padding: 0;
margin: 0 48px 0 16px;
height: 32px;
background-position: left top;
background-repeat: no-repeat;
}
* html #navHorizontal ul li a {
margin: 0 55px 0 9px;
}

#navHorizontal ul li a:hover, 
#navHorizontal ul li a.sel {
background-position: left -45px;
}

#navHorizontal ul li a.home {
margin-right: 205px;
width: 60px;
background-image: url(../img/bt_m_home.gif);
}
#navHorizontal ul li a.produkte {
width: 85px;
background-image: url(../img/bt_m_produkte.gif);
}
#navHorizontal ul li a.kataloge {
width: 85px;
background-image: url(../img/bt_m_kataloge.gif);
}
#navHorizontal ul li a.technik {
width: 78px;
background-image: url(../img/bt_m_technik.gif);
}
#navHorizontal ul li a.partner {
width: 73px;
background-image: url(../img/bt_m_partner.gif);
}
#navHorizontal ul li a.kontakt {
margin-right: 0;
width: 77px;
background-image: url(../img/bt_m_kontakt.gif);
}


/* << ----------------// Content //---------------->> */

.edition_list {
	list-style: none;
	margin: 0;
	}
.product_list {
	list-style: none;
	margin-left: -5px;
	}
.partner_list {
	list-style: none;
	margin-left: -5px;
	margin-top: 30px;
	width: 750px;
	clear: both;
	}
.cover {
	float: left;
	margin: 5px 38px 0 0;
	padding-bottom: 55px;
	background: transparent url(../img/bg_editioncover_mirror.gif) no-repeat left 110px;
	}
.edition_list .thumb, 
.product_list .thumb, 
.partner_list .thumb {
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	background: transparent url(../img/bg_shadow_edition_thumb.gif) no-repeat left top;
	width: 82px;
	font-size: 11px;
	line-height: normal;
	color: #7b828a;
	}
.product_list .thumb {
	margin-right: 10px;
	}
.partner_list .thumb {
	margin: 0;
	padding: 5px;
	background: transparent url(../img/bg_shadow_partner.gif) no-repeat left top;
	width: 177px;
	}

.edition_list .thumb a, 
.product_list .thumb a, 
.partner_list .thumb a,
.pic_frame a,
.pic_frame_wide a {
	position: relative;
	display: block;
	margin-bottom: 5px;
	}
.edition_list .thumb a:hover, 
.product_list .thumb a:hover, 
.partner_list .thumb a:hover,
.pic_frame a:hover,
.pic_frame_wide a:hover {
	opacity: .90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	}
.edition_list .thumb img, 
.product_list .thumb img, 
.partner_list .thumb img {
	display: block;
	margin-bottom: 5px;
	}
.edition_list .thumb a .zoom, 
.product_list .thumb a .zoom,
.pic_frame a .zoom,
.pic_frame_wide a .zoom {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 21px;
	height: 21px;
	background: none;
	}
.edition_list .thumb a:hover .zoom, 
.product_list .thumb a:hover .zoom,
.pic_frame a:hover .zoom,
.pic_frame_wide a:hover .zoom {

	background: transparent url(../img/bg_ico_zoom-trans.png) left top;
	}
	
h2.unlocked {
	padding: 5px 0 5px 30px;
	background: transparent url(../img/ico_unlocked.gif) no-repeat left top;
	}
p.unlocked {
	margin-top: 10px;
	}

.pw_error {
	line-height: 20px;
	font-style: italic;
	}

.pic_frame, 
.pic_frame_wide, 
.pic_frame_team {
	float: left;
	padding: 5px;
	margin: 0 5px 10px 0;
	margin-left: -5px;
	background: transparent url(../img/bg_shadow_picture.gif) no-repeat left top;
	width: 177px;
	font-size: 11px;
	line-height: normal;
	color: #7b828a;
	}
.pic_frame {
	height: 170px;
	}
.pic_frame_wide {
	padding: 5px;
	margin: 0 20px 10px 0;
	margin-left: -5px;
	background: transparent url(../img/bg_shadow_picture_wide.gif) no-repeat left top;
	width: 380px;
	}
.pic_frame_team {
	padding: 5px;
	margin: 0 20px 10px 0;
	margin-left: -5px;
	background: transparent url(../img/bg_shadow_picture_team.gif) no-repeat left top;
	width: 364px;
	}
.map_frame {
	padding: 5px;
	background: transparent url(../img/bg_shadow_gmap.gif) no-repeat left top;
	margin-top: 20px;
	margin-left: -5px;
	}
.pic_frame img, 
.pic_frame_wide img {
	display: block;
	margin-bottom: 5px;
	}

*html .pic_frame, 
*html .pic_frame_wide,
*html .pic_frame_team {
	margin-left: -2px;
	}

.marker_ico {
	padding: 6px 0 2px 32px;
	background: transparent url(../img/ico_gmarker.gif) no-repeat 0 50%; 
	}


/* << ----------------// Main column //---------------->> */
#columnOne {
float: left;
margin: 0 0 50px 0;
padding: 30px 5px 10px 20px;
width: 757px;
}

/* << ----------------// Right column //---------------->> */
#columnTwo {
float: left;
margin: 0 0 25px 30px;
padding: 110px 0 0 0;
width: 150px;
font-size: 12px;
line-height: 16px;
background: transparent url(../img/bg_lgg_txt_logo01.gif) no-repeat left 15px;
}

#columnTwo p, 
#columnTwo h2 {
padding: 0 8px;
text-align: left;
}

#columnTwo a {
background: transparent url(../img/bg_link01.gif) no-repeat left 5px;
}

#columnTwo p.doubleline {
background: transparent url(../img/bg_doubleline01.gif) repeat-x left top;
height: 3px;
margin: 15px 0 20px 0;
padding: 0;
}


/* << ----------------// Footer //---------------->> */
#footer {
border-top: #42484f solid 1px;
margin: 0;
padding: 5px 10px 5px 10px;
height: 20px;
font-size: 10px;
clear: both;
text-align: right;
}
#footer p {
margin: 0;
padding: 0;
color: #7b828a;
}

#footer a:link, #footer a:visited {
color:#7b828a;
text-decoration:none;
padding: 0 0 0 5px;
background: transparent url(../img/bg_footer_link01.gif) no-repeat left 4px;
}

#footer a:hover, #footer a:active {
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */