@charset "utf-8";

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


/* ****************************************** */
/* Global settings for Buddenberg             */
/* ****************************************** */

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

html, body {
	height: 100%;
	min-width: 970px;
}

/* Main body style */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/background.jpg) 0 0 repeat-x;
	color: #000000;
	font-size: 100.01%;	
}

/* ****************************************** */
/* Layout container settings                  */
/* ****************************************** */

/* Double container for Footer Opera (centered) and BG Images issue while scrolling and resizing */

/* Main site container */
div#sitecontainer {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: transparent url(images/background_left.jpg) 0 0 repeat-y;
	margin: 0 auto;
}	
	* html div#sitecontainer {height: 100%;}

/* Main container */
div#maincontainer {
	position: relative;
	float: left;
	width: 970px;
	min-height: 100%;
	background: #ffffff url(images/background_left.jpg) 0 0 repeat-y;
}	
	* html div#maincontainer {height: 100%;}


/* Left side - Layout container */
div#leftside {
	position: relative;
	width: 55px;
	min-height: 630px;
	height:100%;
	float: left;
	background: #ffffff url(images/background_leftinside.jpg) 0 0 no-repeat; 
}	
	* html div#leftside {height: 630px;}


/* Right side - Content */
div#rightside {
	position: relative;
	width: 915px;
	float: left;
	background-color: #ffffff;
}	
	
	/* Layout element */
	div#drachenflieger {
		position: relative;
		width: 300px;
		height: 211px;
		float: left;
		margin-top: 35px;
	}
	
	/* Company logo */
	div#logo {
		position: relative;
		width: 328px;
		height: 30px;
		float: left;
		margin-top: 35px;
		margin-left: 287px;
	}

	/* Image with slogan */
	div#slogan {
		position: relative;
		width: 615px;
		height: 181px;
		float: left;
	}
	
	/* Top Navi Container */
	div#navicontainer {
		position: relative;
		width: 915px;
		height: 45px;
		clear: both;
		background: #ffffff url(images/background_mainnavi.gif) 0 0 repeat-x; 
	}
	
	/* Content Container */
	div#contentcontainer {
		position: relative;
		width: 915px;
		min-height: 100px;
		background: #ffffff url(images/background_content.jpg) 0 0 no-repeat; 
	}
		* html div#contentcontainer {height:100px;}
		
		/* Sub Navi Container */
		div#subnavicontainer {
			position: relative;
			width: 170px;
			margin-top: 100px;
			margin-left: 16px;
			float:left;
		}
			* html div#subnavicontainer {margin-left: 8px}
		
		/* Headline Container */
		div#headlinecontainer {
			position: relative;
			width: 690px;
			margin-top: 38px;
			margin-left: 24px;
			float:left;
		}
			* html div#headlinecontainer {margin-left: 12px}

		/* Content */
		div#content {
			position: relative;
			float:left;
			width: 470px;
			margin-top: 28px;
			margin-left: 24px;
			padding-bottom: 40px;
		}
			* html div#content {margin-left: 12px}
			
		/* Content Images */
		div#contentimages {
			position: relative;
			float:left;
			width: 200px;
			margin-top: 28px;
			margin-left: 24px;
		}
			* html div#content {margin-left: 12px}			


/* Footer container, sticky at bottom */
div#footercontainer {
	position: relative;
	height: 24px;
	margin-top: -25px;	
	padding-left: 65px;
}

	div#footercontent {
		position: relative;
		width: 897px;
		height: 24px;
		border-top: 1px solid #c1c1c3;
		
	}

	div#footercontent p {
		position: absolute;
		font-size: 10px;
		width: 900px;
		color: #777777;
		margin: 3px 0 0 0;
	}


/* ****************************************** */
/* Style settings Fonts, Links, Misc          */
/* ****************************************** */

/* Graphic headlines */
h1 {
	font-weight: bold;
	font-size: 10px;
	height: 27px;
	overflow: hidden;	
}

h1 em {
	display: block; 
	background-repeat: no-repeat;
	height: 27px;
}

p {
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 14px;
}

td {
	font-size: 11px;
	line-height: 19px;
}


/* Link colors global */
a:link, a:visited {
	color: #006b28;
	text-decoration: none;
}

a:active, a:hover {
	color: #006b28;
	text-decoration: underline;
}

div#footercontainer a:link, div#footercontainer a:visited {
	color: #777777;
	text-decoration: underline;
}

div#footercontainer a:active, div#footercontainer a:hover {
	color: #108e44;
	text-decoration: none;
}

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

div#content ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;	
}
	
div#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 16px;
}
	* html div#content li {height:1px;}
	

/* ****************************************** */
/* Style settings Main Navi                   */
/* ****************************************** */

/* Main Navi row */
div#mainnavi {
	display: block; 
}

/* Font size for text links */
div#mainnavi ul {
	font-size: 8px;
	list-style-type: none;
}
	*:first-child+html div#mainnavi ul {text-indent: -5000em;}

/* List elements */
div#mainnavi li {
	display: block;
	height: 45px;
	background-position: 0 -45px;
	background-repeat: no-repeat;
	float: left;
}

/* Link elements */
div#mainnavi a {
	display: block;
	height: 0;
	padding-top: 45px;
	background-repeat: no-repeat;
	overflow: hidden;
}
	* html div#mainnavi a:link, * html div#mainnavi a:visited {height: 45px; he\ight: 0;}

/* List and Link element images */
div#mainnavi li.nav1, div#mainnavi a.nava1 {background-image: url(images/but_startseite.jpg); width:98px;}
div#mainnavi li.nav2, div#mainnavi a.nava2 {background-image: url(images/but_ueberuns.jpg); width:85px;}
div#mainnavi li.nav3, div#mainnavi a.nava3 {background-image: url(images/but_styroporformteile.jpg); width:158px;}
div#mainnavi li.nav4, div#mainnavi a.nava4 {background-image: url(images/but_klugverpackt.jpg); width:116px;}
div#mainnavi li.nav5, div#mainnavi a.nava5 {background-image: url(images/but_konstruieren.jpg); width:197px;}
div#mainnavi li.nav6, div#mainnavi a.nava6 {background-image: url(images/but_logistik.jpg); width:77px;}
div#mainnavi li.nav7, div#mainnavi a.nava7 {background-image: url(images/but_kontakt.jpg); width:78px;}
div#mainnavi li.nav8, div#mainnavi a.nava8 {background-image: url(images/but_impressum.jpg); width:99px;}

/* Initiate mouseover */
div#mainnavi a:hover {
	background-image: none;
}


/* ****************************************** */
/* Style settings Sub Navi                    */
/* ****************************************** */

/* Sub Navi column */
#subnavi {
	display: block; 
}

/* Font size for text links */
#subnavi ul {
	font-size: 8px;
	list-style-type: none;
}
	*:first-child+html #subnavi ul {text-indent: -5000em;}

/* List elements */
#subnavi li {
	display: block;
	height: 14px;
	width: 170px;
	background-position: 0 -14px;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	float: left;
}

/* Link elements */
#subnavi a {
	display: block;
	height: 0;
	padding-top: 14px;
	background-repeat: no-repeat;
	overflow: hidden;
}
	* html #subnavi a:link {height: 14px; he\ight: 0;}
	* html #subnavi a:visited {height: 14px; he\ight: 0;}

/* List and Link element images */
#subnavi li.navsub10, #subnavi a.navasub10 {background-image: url(images/butsub_styverpackungen.gif);}
#subnavi li.navsub11, #subnavi a.navasub11 {background-image: url(images/butsub_schutzpolster.gif);}
#subnavi li.navsub12, #subnavi a.navasub12 {background-image: url(images/butsub_verpackungssysteme.gif);}
#subnavi li.navsub13, #subnavi a.navasub13 {background-image: url(images/butsub_vollverpackungen.gif);}
#subnavi li.navsub14, #subnavi a.navasub14 {background-image: url(images/butsub_verpackungengeraete.gif);}
#subnavi li.navsub15, #subnavi a.navasub15 {background-image: url(images/butsub_styroporpaletten.gif);}

	#subnavi li.navsub14 {height:28px;background-position: 0 -28px;}
	#subnavi a.navasub14 {padding-top: 28px;}
	* html #subnavi a.navasub14:link {height: 28px; he\ight: 0;}
	* html #subnavi a.navasub14:visited {height: 28px; he\ight: 0;}

#subnavi li.navsub20, #subnavi a.navasub20 {background-image: url(images/butsub_derwerkstoff.gif);}
#subnavi li.navsub21, #subnavi a.navasub21 {background-image: url(images/butsub_dieformteile.gif);}
#subnavi li.navsub22, #subnavi a.navasub22 {background-image: url(images/butsub_dieumwelt.gif);}
#subnavi li.navsub23, #subnavi a.navasub23 {background-image: url(images/butsub_dieideen.gif);}
#subnavi li.navsub24, #subnavi a.navasub24 {background-image: url(images/butsub_dieformen.gif);}
#subnavi li.navsub25, #subnavi a.navasub25 {background-image: url(images/butsub_dererfolg.gif);}

#subnavi li.navsub30, #subnavi a.navasub30 {background-image: url(images/butsub_isolieren.gif);}
#subnavi li.navsub31, #subnavi a.navasub31 {background-image: url(images/butsub_bauelemente.gif);}
#subnavi li.navsub32, #subnavi a.navasub32 {background-image: url(images/bustub_isolierformteile.gif);}
#subnavi li.navsub33, #subnavi a.navasub33 {background-image: url(images/butsub_schutz.gif);}
#subnavi li.navsub34, #subnavi a.navasub34 {background-image: url(images/butsub_moeglichkeiten.gif);}

	#subnavi li.navsub30 {height:28px;background-position: 0 -28px;}
	#subnavi a.navasub30 {padding-top: 28px;}
	* html #subnavi a.navasub30:link {height: 28px; he\ight: 0;}
	* html #subnavi a.navasub30:visited {height: 28px; he\ight: 0;}
	
	#subnavi li.navsub32 {height:28px;background-position: 0 -28px;}
	#subnavi a.navasub32 {padding-top: 28px;}
	* html #subnavi a.navasub32:link {height: 28px; he\ight: 0;}
	* html #subnavi a.navasub32:visited {height: 28px; he\ight: 0;}	

#subnavi li.navsub40, #subnavi a.navasub40 {background-image: url(images/butsub_rechtlicheangaben.gif);}
#subnavi li.navsub41, #subnavi a.navasub41 {background-image: url(images/butsub_haftungsausschluss.gif);}
#subnavi li.navsub42, #subnavi a.navasub42 {background-image: url(images/butsub_datenschutzbestimmungen.gif);}

/* Initiate mouseover */
#subnavi a:hover {
	background-image: none;
}


/* ****************************************** */
/* Style settings forms                       */
/* ****************************************** */

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

/* Label styles  */
label {
	font-size: 11px;
	display: block;
	margin-bottom: 8px;
	margin-top: 2px;
	width: 70px;
	height: 15px;
	float: left;	
	cursor: pointer;	
}


/* Input fields styles  */
input, textarea {
	font-size: 12px;
	color: #000000;
	width: 345px;
	height: 16px;
	padding: 2px 0 1px 3px;	
	float: left;	
	border: 1px solid #666666;	
	background-color: #ffffff;
}

* html input, textarea {
	height: 21px;
	he\ight: 15px;
}


/* Input fields styles active */
input:focus, textarea:focus {	
	color: #000000;
	background-color: #f1f1f1;	
	border: 1px solid #000000;		
}

/* Special width for checkbox */
input.check {
	width: 14px;
	height: 20px;	
	border: 0;
	margin-right: 8px;
	background-color: #ffffff;
	float: left;
}

/* Textarea special style */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 4px;
	width:414px;
	height:120px;
	margin-bottom: 5px;		
}

/* Button special style */
input.button {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	width: 130px;
	height: 23px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 290px;
	color: #ffffff;
	background-color: #118f40;
	border: 1px solid #000000;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

/* Button special style */
input.buttonroute {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 205px;
	height: 23px;
	color: #ffffff;
	margin-top: 8px;
	background-color: #118f40;
	border: 1px solid #000000;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

* html input.buttonroute {
	width: 200px;
	w\idth: 205px;
}

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

br.clear {
	clear: both;
}


div#infotext {
	position:absolute; 
	top: 749px;
	left: 0px;
	width: 690px;
	padding-top: 125px;
	padding-left: 265px;
	background: transparent url(images/background_seo.gif) 0 0 repeat-y;
}
* html div#infotext {
	padding-left: 255px;
	}
	
div#infotext h1 {
	color: #000000;
	font-size: 11px;
	}
	
		
div#infotext p {
	color: #000000;
	font-size: 11px;
	}

div#infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}








