/* ___________________________________________________________________________________________________________ */
/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

/*
	_________________________________________
	
	     © by MySign AG - www.mysign.ch    
		 
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
*/


/* ################################################################# */
/* --- Globale Definitionen ---  */
/* ################################################################# */

*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html /* Firefox Scrollbar immer anzeigen */
{
	overflow-y: scroll;
}	
	
body
{
	background-color: #FBE9B9;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Textdarstellung: Fett, Unterstrichen, Listen, ... ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


b, strong, b *, strong *
{
	font-weight: bold;
}

i, em, i *, em *
{
	font-style: italic;
}

ul, ol
{
	margin: 10px 0 10px 35px;
}

li
{
	margin: 3px 0;
}

p
{
	margin: 0 0 10px 0;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Linkdarstellung (intern) Standard ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

img, a img
{
	border: none;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Oft verwendete Klassen ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* <div class="clear"></div> oder <br class="clear" /> innerhalb von <p></p> */
.clear
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}



/* ################################################################# */
/* --- ##bodyContainer --- */
/* ################################################################# */

#mainBodyContainer
{
	height: 100%;
	width: 994px;
	margin: 0 auto; /* Zentrierte Darstellung */
}

#bodyContainer
{
	padding: 0 0 20px 0;	
	text-align: left; /* Für Fix bei zentrierter Seite */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;		
}

#serviceNavContainer
{
	width: 994px;
	margin: 0 auto;
}

/* ################################################################# */
/* --- ##header --- */
/* ################################################################# */
#header
{
	background-image: url(../img/layout/kompetenzstreifen.gif);
	background-repeat: repeat-x;
	height: 103px;
	border-bottom: 1px solid #FFFFFF;
}


/* ################################################################# */
/* --- ##logo --- */
/* ################################################################# */

#logo
{
	background-image: url(../img/layout/oetkerlogo.gif);
	background-repeat: no-repeat;
	width: 119px;
	height: 85px;
	margin-left: 33px;
	float: left;
	display: inline;
}

#logo a
{
	display: block;
	width: 119px;
	height: 85px;
}

#printHeader
{
	display: none;
}

/* ################################################################# */
/* --- ##mainContent // ##mainContainer --- */
/* ################################################################# */

#mainContainer
{
	clear: both;
	display: block;
}

#teaserContainer
{
	margin-left: 47px;
}

.teaserBox
{
	float: left;
	width: 169px;
}

.teaserBoxText
{
	float: left;
	width: 250px;
	height: 117px;
	margin-top: 23px;
}

.teaserBox * h1 a, .teaserBoxText * h1 a
{
	font-family: Garamond;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	text-decoration: none;
}

.teaserBox * h1 a:hover, .teaserBoxText * h1 a:hover
{
	color: #C00C0D;
}

.teaserBoxTextOuter
{
	display: table;
	height: 117px;
	#position: relative;
	overflow: hidden;
}

.teaserBoxTextMiddle
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.teaserBoxTextInner
{
	#position: relative;
	#top: -50%;
}

.teaserSeparator
{
	float: left;
	width: 51px;
	height: 140px;
	background-image: url(../img/layout/illu_teaser_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* ################################################################# */
/* --- ##mainNav --- */
/* ################################################################# */

#mainNavContainerStart
{
	width: 994px;
	height: 300px;
}

ul#mainNav
{
	list-style:none;
	margin: 0;
	height: 245px;
	margin-left: 35px;
	position: absolute;
	top: 120px;
	width: 183px;
	z-index: 100;
	background-image: url(../img/layout/bg_nav.gif);
	background-repeat: repeat-y;
}

ul#mainNav ul.submenu
{
	list-style: none;
	margin: 0;
	height: 245px;
	margin-left: 145px;
	position: absolute;
	top: 0px;
	width: 183px;
	z-index: 101;
	background-image: url(../img/layout/bg_nav.gif);
	background-repeat: repeat-y;
}

ul#mainNav ul.submenu ul.subsubmenu
{
	list-style: none;
	margin: 0;
	height: 245px;
	margin-left: 145px;
	position: absolute;
	top: 0px;
	width: 183px;
	z-index: 102;
	background-image: url(../img/layout/bg_nav.gif);
	background-repeat: repeat-y;
}

ul#mainNav li
{ 
	margin: 0;
	background-image: url(../img/layout/bg_nav_dot_main.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
}

ul#mainNav ul.submenu ul.subsubmenu li
{ 
	margin: 0;
	background-image: url(../img/layout/bg_nav_dot_sub2.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
}

ul#mainNav li.first, ul#mainNav ul.submenu ul.subsubmenu li.first
{ 
	margin: 0;
	background-image: none;
}

ul#mainNav li a,
ul#mainNav li a:visited
{
	display: block; /* Damit die ganze Höhe des Links anklickbar ist, nicht nur der Text */
	width: 127px;
	padding:6px 5px 4px 12px;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

ul#mainNav li a.first,
ul#mainNav li a.first:visited
{
	background-image: none;
}

ul#mainNav li a.navactive
{
	color: #C00C0D;
}

ul#mainNav li a:hover, 
ul#mainNav li a.navactive:hover
{
	color: #C00C0D;
}

ul#mainNav li a.subNavLink:hover, 
ul#mainNav li a.subNavLink.navactive:hover
{
	color: #C00C0D;
	background-image: url(../img/layout/pfeil_navi_rot_rechts.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* ################################################################# */
/* --- ##serviceNav --- */
/* ################################################################# */

ul#serviceNav
{
	clear: both;
	list-style-type: none;
	margin: 0px 0px 27px 0;
	float: right;
}

ul#serviceNav li
{
	color: #666666;
	float: right;
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 5px 2px 5px;
}

ul#serviceNav li.last
{
	padding: 0 0 2px 5px;
}

ul#serviceNav li a,
ul#serviceNav li a:visited
{
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

ul#serviceNav li a.navactive
{
	color: #C00C0D;
}

ul#serviceNav li a:hover,
ul#serviceNav li a.navactive:hover
{
	color: #C00C0D;
}

ul#serviceNav li a.share
{
	background-image: url(../img/layout/icon-share.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 15px;	
}

/* ################################################################# */
/* --- ##languageSelector --- */
/* ################################################################# */

ul#languageSelector
{
	list-style: none;
	margin: 0;
}

ul#languageSelector li
{
}

ul#languageSelector li.first
{
}

ul#languageSelector li a,
ul#languageSelector li a:visited
{
	display: block; /* Damit die ganze Höhe des Links anklickbar ist, nicht nur der Text */
}

ul#languageSelector li a:hover
{
}

/* ################################################################# */
/* --- ##search --- */
/* ################################################################# */
#searchContainer
{
	float: right;
	display: inline;
	padding-top: 23px;
	padding-right: 0px;
	text-align: right;
	width: 500px;
}

#claim
{
	float: right;
	display: inline;
	background-repeat: no-repeat;
	width: 248px;
	height: 40px;
}

form#searchform
{
	float: right;
	display: inline;
	margin: 15px 10px 0 0;
	padding: 0;
}

form#searchform fieldset
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

form#searchform label
{
	float: left;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	padding-top: 2px;
}

form#searchform input
{
	float: left;
	display: inline;
}

form#searchform input.search
{
	margin: 0 14px 0 11px;
	width: 115px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #666666;
	padding: 1px;
}

form#searchform input.searchbutton
{
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	background-color: #FBE9B9;
	background-image: url(../img/layout/pfeil_rot_re.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0 0 5px;
	margin: 0;
	cursor: pointer;
	border: none;
}

/* ################################################################# */
/* --- ##languageSelector --- */
/* ################################################################# */

ul#languageSelector
{
	float: right;
	display: inline;
	width: 200px;
	list-style: none;
	padding-top: 14px;
	margin: 0;
}

ul#languageSelector li
{
	margin-right: 15px;
	float: left;
	font-size: 10px;
	color: #666666;	
}

ul#languageSelector li a,
ul#languageSelector li a:visited
{
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	background-image: url(../img/layout/pfeil_rot_re.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	text-decoration: none;
}

ul#languageSelector li a:hover
{
	color: #FF0000;
	background-image: url(../img/layout/pfeil_rot_re.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}
