body {
    /*width: 800px;*/
}

body.popup {
    min-width: 100%;
    background-color: #FFF;
    background-repeat: repeat-y;
    background-position: left top;
}

body.widepopup {
    background-image: none !important;
}

#head {
    height: 144px;
	width: 100%;
    background-color: #FFF;
}

body.popup #head {
    height: 90px;
}

#head h1 {
	position: absolute;
	top: 25px;
	left: -18px;
    height: 54px;
    padding-left: 19px;
    margin: 0;
}
#head h1 a img {
	margin: 0;
}
#head h2 {
	position: absolute;
	top: 17px;
	left: 487px;
}

body.popup #head h1 {
    background: #FFF;
}

/* Key visual */
#keyvisual {
    width: 144px;
    height: 144px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

body.popup #keyvisual {
    height: 90px;
}

/* Language selection */
#countrySelectionText {
    color: #FFFFFF;
    width: 440px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 65px;
    text-align: right;
}

#langSel {
	float: left;
	margin: 0 0 0 40px;
}

#langSel div {

}

#langSel form {  
    padding: 8px 9px 0 0;
}

/* Main navigation */
#mainNav {
	background: url(/shc/images/common/bg/nav.png) 0 0 repeat-x;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
}
#mainNav ul {
	width: auto;
	margin: 23px 0 0 19px;
}
#mainNav ul li {
	float: left;
	background: none;
	padding: 0 22px 0 0;
	text-transform: uppercase;
}
#mainNav ul li a {
	color: #7e7e7e;
}
#mainNav ul li strong {
	color: #313131;
	font-weight: bold;
	line-height: 20px;
}
body.popup #mainNav {
    height: 36px;
}
#mainNav div {
    /*width: 800px;*/
}
body.popup #mainNav div {
    width: 100%;
    height: 30px;
    left: 0;
}
#mainNav p {
    /*padding: 5px 5px 0 18px;
    margin: 0;*/
}
body.popup #mainNav p {
    width: 135px;
    padding: 9px 0 0;
    margin: 0;
}
#mainNav a {
    font-weight: bold;
    line-height: 20px;
}
body.popup #mainNav a {
    line-height: normal;
}
body.popup #mainNav #claim,
body.popup #mainNav #service {
    position: absolute;
    left: 9px;
    top: 0;
}
body.popup #mainNav #service {
    left: 135px;
    width: 50%;
}
body.popup #mainNav #infoBasket {
    padding: 4px 2px 0 0;
    float: right;
}
/* Service navigation */
#serviceNav {
	float: left;
}
#serviceNav ul {
	margin: 8px 0 0 10px;
}
#serviceNav ul li {
	list-style: none;
	float: left;
	background: none;
	padding: 0 0 0 10px;
}
#serviceNav ul li a {
	color: #999;
}

/* Links only to be shown in print version... */
#printFunktions {
    display: none;
}

/* Search */
#search {
	float: left;
	width: 140px;
	margin: 0 0 10px 0;
}

form#prodExpl {
	clear: both;
	width: 140px;
	height: 43px;
}
form#prodExpl select {
	width: 140px;
}
form#prodExpl input.submitButton {
	float: right;
}
#search form span {
    display: block;
}

#search span#term {
    padding-bottom: 3px;
}

#search span#term input {
    width: 138px;
}

#search form .link {
    width: 80px;
	color: #7e7e7e;
    white-space: nowrap;
    overflow: hidden;
}
#search form .link a {
    position: relative;
    top: 1px;
	color: #7e7e7e;
}

#search form .start {
    width: 60px;
    float: left;
    overflow: hidden;
}

/* Main container for three columns */
#main {
    width: 792px;
    position: absolute;
    top: 155px;
    left: 0;
}

body.popup #main {
    width: 738px;
    position: static;
}

body.popup #main[id] {
    width: auto;    /* Better Browsers than IE don't need a width */
}

/* left column */
#left {
    width: 144px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
*+html #left {
    top: -10px;
}
* html #left {
    top: -10px;
}

body.popup #left {
    float: left;
    position: absolute; /* changed from position: static; due to SHC-288 */
	top: 129px;
}

/* center column */
#center {
	background: url(/shc/images/common/bg/center.png) 0 0 repeat-y;
    width: 775px;
    position: absolute;
    left: 0;
    top: 155px;
	padding: 0 0 0 144px;
}

body.popup #center {
	background: none;
    width: auto;
    position: static;
    padding-left: 144px;
	margin-top: 129px;
}

body.widepopup #center {
    padding-left: 0 !important;
}

/* right column */
#right {
    width: 149px;
    position: absolute;
    left: 612px;
    top: 0;
}

/* Footer */
#printLink,
#rssLink,
#emailLink {
    display: block;
    width: 21px;
    height: 20px;
    border: 1px solid #666;
    border-width: 0 0 0 1px;
    float: right;
}

body.popup #emailLink,
body.popup #rssLink,
body.popup #printLink {
    border-width: 1px;
}

body.popup #printLink {
    margin-left: -1px;
}

#rssLink img {
    margin: 4px 2px 0 2px;
}

#printLink img {
    margin: 4px 0 0 5px;
}

#emailLink img {
    margin: 8px 0 0 4px;
}

#footer #copyright {
    margin: 9px 9px 0;
    font-size: 10px;
}


/*

Popups
************************************************************************

*/

/* Basic popup without key visual and columns */
body.popup-simple {
    background: #FFF;
    width: auto;
    min-width: 0;
}

body.popup-simple #center {
    position: static;
    width: auto;
    min-width: 0;
    padding: 9px;
    margin: 0;
}
