/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */

/* ****************************************** */
/* Global settings for Factotum Wasserpistolen*/
/* ****************************************** */


* {
	margin: 0;
	padding: 0;
	text-align: left;
}

html, body {
	width: 100%;
	height: 100%;
	}

/* Main body style */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.01%;
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: #e6d48b;
	background-image: url(media/background.jpg);
	background-repeat: repeat-x;
}



/* ****************************************** */
/* Architecture for Factotum Wasserpistolen   */
/* ****************************************** */


#container {
	position: relative;
	width: 959px;
	min-height: 100%;
	height: auto;
	background: url(media/content.jpg) repeat-y ;
	margin:0 auto;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;

	}
	
	
#container_start {
	position: relative;
	width: 959px;
	min-height: 100%;
	height: auto;
	background: url(media/content_start.jpg) repeat-y ;
	margin:0 auto;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;

	}
	
		
* html #container {
 	height:100%;
	}
	
	
	
	
#headimage  {
	position: absolute;
	width: 959px;
	left:-1px;
	top:0px;
	height: 701px;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	background:url(media/mainback.jpg) no-repeat;

}


#headimage_start  {
	position: absolute;
	width: 959px;
	left:-1px;
	top:0px;
	height: 701px;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	background:url(media/mainback_start.jpg) no-repeat;

}


#logo {
	position: absolute;
	width: 399px;
	height: 78px;
	background:url(media/wasserpistolen_logo.gif) no-repeat;
	left: 510px;
	top: 50px;
	}
	
#navigation {
	position: absolute;
	width: 195px;
	height: 216px;
	top: 360px;
	left: 122px;
}

#content {
	position: relative;
	z-index:300;
	margin-left: 317px;
	padding:150px 20px 20px 20px;
	width: 565px;
	height: 100%;
	height: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

* html #content {height:100%;}

	#content .fullblock {
		position: relative;
		float: left;
		width: 100%;
	}
	
	
	#content .fullblock-small {
		position: relative;
		float: left;
		width: 100%;
		font-size: 10px;
	}

	#content .block1 {
		position: relative;
		line-height: 1.5em;
		float: left;
		width: 49%;
	}
	
	
	
	#content .block2 {
		position: relative;
		line-height: 1.5em;
		float: right;
		width: 49%;
	}
	
	.label {
		position: relative;
		float: left;
		width: 65px;
		}
		
	.text {
		position: relative;
		float: left;
		}
		
#clearfooter{
	clear:both;
	height:1px;
	bottom:0px;
}

#footer {
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 1px;
	
}

/* ****************************************** */
/* Content Styles                   */
/* ****************************************** */

/* Product container */
#productcontainer {
	position: relative;
	margin-top: 20px;

}

/* Welcome text */
div.welcome {
	width: 550px;
	margin-left: 0px;
	padding-top: 215px;
}


/* ****************************************** */
/* Style settings sub menu                    */
/* ****************************************** */

/* Set height for navi row */
#navigation {
	position: relative;
	float: left;
	display: block; 
	height: 216px;	
}

/* Set font size for text links */
#navigation ul {
	font-size: 0.7em;
	list-style-type: none;
}

*:first-child+html #navigation ul {
	text-indent: -5000em;
}

/* Floating for every list element in horizontal row */
#navigation li {
	display: block;
	background-position: 0 -0px;
	background-repeat: no-repeat;
	margin-right: 28px;
	float: left;
	height: 36px;
}

/* Size of each list element */
/* Height 0 hides link text, padding resizes box back for background image */
#navigation a {
	display: block;
	height: 0;
	padding-top: 36px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Small Hack for older IE */
* html #navigation a:link, * html #navigation a:visited {
	height: 36px; 
	he\ight: 0;
}

/* Background image for all list elements, mouse over status */
#navigation li.nav1 {background-image: url(media/but_startseite_on.jpg); width: 195px;}
#navigation li.nav2 {background-image: url(media/but_wasserpistolen_on.jpg); width: 195px;}
#navigation li.nav3 {background-image: url(media/but_werbeaufdruck_on.jpg); width: 195px;}
#navigation li.nav4 {background-image: url(media/but_kontakt_on.jpg); width: 195px;}
#navigation li.nav5 {background-image: url(media/but_marketing_on.jpg); width: 195px;}
#navigation li.nav6 {background-image: url(media/but_impressum_on.jpg); width: 195px;}

/* Background image for all "a" tags, mouse out status */
#navigation a.nava1 {background-image: url(media/but_startseite_off.jpg);}
#navigation a.nava2 {background-image: url(media/but_wasserpistolen_off.jpg);}
#navigation a.nava3 {background-image: url(media/but_werbeaufdruck_off.jpg);}
#navigation a.nava4 {background-image: url(media/but_kontakt_off.jpg);}
#navigation a.nava5 {background-image: url(media/but_marketing_off.jpg);}
#navigation a.nava6 {background-image: url(media/but_impressum_off.jpg);}

/* Initiate mouseover, hide image in a tag so we can see bg image of list element */
#navigation a:hover {
	background-image: none;
}


/* ****************************************** */
/* Style settings Fonts                       */
/* ****************************************** */

p {
	margin-bottom: 1em;	
	line-height: 1.5em;
}

p.large {
	margin-bottom: 1em;	
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 1.5em;	
}


/* ****************************************** */
/* Style settings links                       */
/* ****************************************** */

/* Link colors global */
a:link, a:visited {
	color: #0c626c;
	text-decoration: underline;
}

a:active, a:hover {
	color: #0c626c;
	text-decoration: none;
}

/* ****************************************** */
/* Style settings Lists                       */
/* ****************************************** */

ul.aufzaehlung {
	list-style-type: none;
	margin-top: -14px;
	margin-bottom: 14px;
}

ul.aufzaehlung li {
	font-size: 1.0em;	
	background-image: url(media/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 Definition Lists            */
/* ****************************************** */

dl {
	width: 120px;
	float: left;
	margin-right: 24px;
}

* html dl {
	margin-right: 12px;
	marg\in-right: 14px;
}

dt {
	height: 90px;
}

dd {
	height: 10px;
}

dd p {
	font-size: 9px;
	padding-top: 4px;
	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: 400px;
	padding: 4px 8px 8px 8px; 
	background-color: #abdeec; 
	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 {
	width: 100%;		
}

* html #formcontainer {
	width: 100%;
	wid\th: 100%;	
}

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}

/* Label styles  */
label {
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 80px;
	height: 15px;
	float: left;	
	cursor: pointer;	
}

/* Input fields styles  */
input, textarea {
	font-size: 1.0em;
	font-weight: bold;
	color: #0c1b56;
	width: 170px;
	height: 15px;
	padding: 1px 0 1px 1px;	
	float: left;	
	border: 1px solid #0c1b56;	
	background-color: #abdeec;
}

* 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: #abdeec;
	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:460px;
	height:80px;
	margin-bottom: 5px;		
}

/* Button special style */
input.button {
	font-size: 1.0em;
	width: 180px;
	height: 24px;
	background-color: #abdeec;
	border: 1px solid #0c1b56;
	text-align: center;
	margin-left: 360px;
	margin-bottom: 20px;
	margin-top: 6px;	
}


/* Button hover style */
input.button:hover {
	background-color: #ffffff;
	cursor: pointer;
}

div.labeltext {
	width: 290px;	
	margin-top: 10px;	
	float:left;	
}

div.inputtext {
	width: 50px;	
	margin-top: 10px;	
	float:left;	
}
div.clear {
	clear: both;
}

br.clear {
	clear: both;
}
