/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Factotum Badeenten     */
/* ****************************************** */

/* Global settings */
* {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Layout sizes */
html {
	height: 100%;
	min-width: 966px;
}

* html {
	width: 966px;
}

/* Main body style */


/* ****************************************** */
/* Layout container settings                  */
/* ****************************************** */

/* Main container, page width, centered, fixed width */
#maincontainer {
	position: relative;
	width: 966px;
	min-width: 966px;
	margin: 0 auto;
	height: 100%;
}

/* Extra container for background, cause of IE7 issue with body background */
#backgroundcontainer {
	position: absolute;
	min-height: 100%;
	background: #0c1b56 url(Images/background1.jpg) 0 276px no-repeat;	
}

#backgroundcontainer2 {
	position: absolute;
	min-height: 100%;
	background: #0c1b56 url(Images/background2.jpg) 0 276px no-repeat;	
}

#backgroundcontainer3 {
	position: absolute;
	min-height: 100%;
	background: #0c1b56 url(Images/background3.jpg) 0 276px no-repeat;	
}

* html #backgroundcontainer, * html #backgroundcontainer2, * html #backgroundcontainer3 {
	height: 100%;
}

/* Top Left container, containing duck */
#topleftcontainer {
	position: relative;
	width: 300px;
	height: 276px;
	float: left;
	background: #0c1b56 url(Images/bg_topleft.jpg) 0 0 no-repeat;
}

/* Top Right container, containing welcome */
#toprightcontainer {
	position: relative;
	width: 666px;
	height: 276px;
	float: left;
	background: #0c1b56 url(Images/bg_topright.jpg) 0 0 no-repeat;
}


/* Navi container */
#navicontainer {
	position: relative;
	width: 250px;
	margin: 60px 0 0 2px;
	clear: both;
	float: right;
	display: inline;
}

#subnavicontainer {
	width: 656px;
	height: 28px;
	background-color: #142568;
}

/* Content container */
#contentcontainer {
	position: relative;
	width: 665px;
	padding: 60px 0 0 15px;
	float: left;
}

/* Phone number */
#call {
	position: relative;
	width: 200px;
	height: 39px;
	padding: 20px 0 0 20px;
}

/* Misc content container */

/* Product container */
#productcontainer {
	position: relative;
	clear: both;
	margin-top: 20px;
}

/* Infos above product container */
div.hint {
	background-color: #153d7b;
	width: 656px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 8px;
}


div.hint2 {
	background-color: #153d7b;
	width: 656px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 8px;
	float: left;
}

/* Welcome text */
div.welcome {
	width: 450px;
	margin-left: 180px;
	padding-top: 25px;
}

/* Optimized text */
div.optimized {
	width: 650px;
	margin-top: 550px;
}

/* ****************************************** */
/* Style settings Fonts                       */
/* ****************************************** */

p {
	font-size: 0.75em;
	margin-bottom: 1em;	
}

p.large {
	font-size: 0.80em;
	margin-bottom: 1em;	
}

p.small {
	font-size: 0.7em;
}

td {
	font-size: 0.75em;
}

div.optimized p {
	font-size: 0.7em;
	text-align: justify;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 0.7em;	
}

/* Graphic headlines */
#toprightcontainer h1 {
	font-weight: bold;
	font-size: 0.7em;
	height: 54px;
	width: 485px;
	margin: 96px 0 0 90px;
	overflow: hidden;	
}

#toprightcontainer h1 em {
	display: block; 
	background-repeat: no-repeat;
	width: 485px;
	height: 54px;
}

h1 {
	font-size: 1.1em;
	margin-bottom: 1em;	
}

/* Kill spacing of h3 as we use it for list headlines */
h3 {
	text-indent: -5000em;
	overflow: hidden;
	font-size: 0.7em;
	height: 0;
}

* html h3 {
	line-height: 0em;
	height: 0;
	font-size: 0em;
}

/* ****************************************** */
/* Style settings links                       */
/* ****************************************** */

/* Link colors global */
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ****************************************** */
/* Style settings Lists                       */
/* ****************************************** */

ul.aufzaehlung {
	list-style-type: none;
	margin-top: -14px;
	margin-bottom: 14px;
}

ul.aufzaehlung li {
	font-size: 0.75em;	
	font-weight: bold;
	background-image: url(Images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.6em;
	padding-left: 1.2em;
	line-height: 1.5em;
}

* html ul.aufzaehlung li {
	height: 1px;
}


/* ****************************************** */
/* Style settings main menu                   */
/* ****************************************** */

/* Navi row */
div.navi {
	display: block; 
}

/* Set font size for text links */
div.navi ul {
	font-size: 0.7em;
	list-style-type: none;
}

*:first-child+html div.navi ul {
	text-indent: -5000em;
}

/* List elements, Float left for killing gap */
div.navi li {
	display: block;
	height: 20px;
	width: 248px;
	background-position: 0 -20px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	float: left;
}

/* Size of each list element */
/* Height 0 hides link text, padding resizes box back for background image */
div.navi a {
	display: block;
	height: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Small Hack for older IE */
* html div.navi a:link, * html div.navi a:visited {
	height: 20px; 
	he\ight: 0;
}

/* Background image for all list elements, mouse over status */
div.navi li.nav1 {background-image: url(Images/but_startseite.jpg);}
div.navi li.nav2 {background-image: url(Images/but_badeenten.jpg);}
div.navi li.nav3 {background-image: url(Images/but_werbeaufdruck.jpg);}
div.navi li.nav4 {background-image: url(Images/but_anfrage.jpg); height: 40px; background-position: 0 -40px;}
div.navi li.nav5 {background-image: url(Images/but_marketing.jpg); height: 40px; background-position: 0 -40px;}
div.navi li.nav6 {background-image: url(Images/but_impressum.jpg);}

/* Background image for all "a" tags, mouse out status */
div.navi a.nava1 {background-image: url(Images/but_startseite.jpg);}
div.navi a.nava2 {background-image: url(Images/but_badeenten.jpg);}
div.navi a.nava3 {background-image: url(Images/but_werbeaufdruck.jpg);}
div.navi a.nava4 {background-image: url(Images/but_anfrage.jpg); padding-top: 40px;}
div.navi a.nava5 {background-image: url(Images/but_marketing.jpg); padding-top: 40px;}
div.navi a.nava6 {background-image: url(Images/but_impressum.jpg);}


/* Small Hack for older IE */
* html div.navi a.nava4:link, * html div.navi a.nava4:visited {height: 40px; he\ight: 0;}
* html div.navi a.nava5:link, * html div.navi a.nava5:visited {height: 40px; he\ight: 0;}

/* Initiate mouseover, hide image in a tag so we can see bg image of list element */
div.navi a:hover {
	background-image: none;
}

/* ****************************************** */
/* Style settings sub menu                    */
/* ****************************************** */

/* Set height for navi row */
div.subnavi {
	position: relative;
	float: left;
	display: block; 
	height: 16px;	
	margin-top: 6px;
	padding-left: 10px;
}

/* Set font size for text links */
div.subnavi ul {
	font-size: 0.7em;
	list-style-type: none;
}

*:first-child+html div.subnavi ul {
	text-indent: -5000em;
}

/* Floating for every list element in horizontal row */
div.subnavi li {
	display: block;
	background-position: 0 -16px;
	background-repeat: no-repeat;
	margin-right: 30px;
	float: left;
}

/* Size of each list element */
/* Height 0 hides link text, padding resizes box back for background image */
div.subnavi a {
	display: block;
	height: 0;
	padding-top: 16px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Small Hack for older IE */
* html div.subnavi a:link, * html div.subnavi a:visited {
	height: 16px; 
	he\ight: 0;
}

/* Background image for all list elements, mouse over status */
div.subnavi li.nav1 {background-image: url(Images/but_basics.gif); width: 59px;}
div.subnavi li.nav2 {background-image: url(Images/but_motiventen.gif); width: 116px;}
div.subnavi li.nav3 {background-image: url(Images/but_sport.gif); width: 58px;}
div.subnavi li.nav4 {background-image: url(Images/but_saison.gif); width: 65px;}
div.subnavi li.nav5 {background-image: url(Images/but_sets.gif); width: 40px;}
div.subnavi li.nav6 {background-image: url(Images/but_sonderformen.gif); width: 149px; margin-right: 0;}

/* Background image for all "a" tags, mouse out status */
div.subnavi a.nava1 {background-image: url(Images/but_basics.gif);}
div.subnavi a.nava2 {background-image: url(Images/but_motiventen.gif);}
div.subnavi a.nava3 {background-image: url(Images/but_sport.gif);}
div.subnavi a.nava4 {background-image: url(Images/but_saison.gif);}
div.subnavi a.nava5 {background-image: url(Images/but_sets.gif);}
div.subnavi a.nava6 {background-image: url(Images/but_sonderformen.gif);}

/* Initiate mouseover, hide image in a tag so we can see bg image of list element */
div.subnavi a:hover {
	background-image: none;
}

/* ****************************************** */
/* Style settings Definition Lists            */
/* ****************************************** */

dl {
	width: 120px;
	float: left;
	margin-right: 14px;
}

* html dl {
	margin-right: 12px;
	marg\in-right: 14px;
}

dt {
	height: 93px;
}

dd {
	background-color: #EC7FA9;
	height: 16px;
}

dd p {
	font-size: 0.7em;
	padding-top: 1px;
	padding-left: 3px;
	margin-bottom: -2px;
}

dl.last {
	margin-right: 0; 
	padding-bottom: 15px;
}

* html dl.last {
	margin-right: 0; 
	padding-bottom: 15px;
}




/* ****************************************** */
/* Style settings gallery                     */
/* ****************************************** */

/* Container for images */
#product {
	position: absolute;
	visibility: hidden;
	width: auto;
	height: 0;
	z-index: 500;
}



/* Background container for images*/
div.productstyle {
	width: 200px;
	padding: 4px 8px 8px 8px; 
	background-color: #FFD83B; 
	border: 1px solid #ffffff;
	font-size: 0.7em;
}

div.productstyle img {
	margin-top: 5px;
}

div.productstyle h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

div.productstyle div.detailcontainer1 {
	width: 80px;
	float: left;
} 

div.productstyle div.detailcontainer2 {
	width: 150px;
	float: left;
} 

div.productstyle div.detailcontainer3 {
	margin-left: 20px;
	width: 150px;
	float: left;
} 

div.productstyle div.detailcontainer4 {
	width: 350px;
	float: left;
} 

* html div.productstyle div.detailcontainer3 {
	width: 140px;
	wid\th: 150px;
}

/* ****************************************** */
/* Style settings forms                       */
/* ****************************************** */

/* Main form container */
#formcontainer {
	padding: 10px;
	width: 600px;		
	background-color: #0c1b56;	
}

* html #formcontainer {
	width: 610px;
	wid\th: 600px;	
}

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}

/* Label styles  */
label {
	font-size: 0.75em;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 70px;
	height: 15px;
	float: left;	
	cursor: pointer;	
}

/* Input fields styles  */
input, textarea {
	font-size: 0.75em;
	font-weight: bold;
	color: #0c1b56;
	width: 200px;
	height: 15px;
	padding: 1px 0 1px 1px;	
	float: left;	
	border: 1px solid #0c1b56;	
	background-color: #a6d7f5;
}

* html input, textarea {
	height: 18px;
	he\ight: 15px;
}

/* Input fields styles active */
input:focus, textarea:focus {
	background-color: #ffffff;	
	border: 1px solid #0c1b56;		
}

/* Special width for checkbox */
input.check {
	width: 14px;
	height: 20px;	
	border: 0;
	background-color: #0c1b56;
	margin-right: 5px;
	margin-top: -2px;
	clear: both;
}

/* Textarea special style */
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 0 0 2px;
	width:500px;
	height:80px;
	margin-bottom: 5px;		
}

/* Button special style */
input.button {
	font-size: 0.75em;
	width: 180px;
	height: 24px;
	background-color: #a6d7f5;
	border: 1px solid #0c1b56;
	text-align: center;
	margin-left: 390px;
	margin-bottom: 20px;
	margin-top: 6px;	
}


/* Button hover style */
input.button:hover {
	background-color: #ffffff;
	cursor: pointer;
}

div.labeltext {
	width: 215px;	
	margin-top: 10px;	
	float:left;	
}

div.inputtext {
	width: 50px;	
	margin-top: 10px;	
	float:left;	
}


div.clear {
	clear: both;
}

br.clear {
	clear: both;
}

