/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: url("../design/images/kachel_bg.jpg") top left repeat; 
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;
	line-height:18px;  
	color:#333; 
	font-weight:normal;
}

body.main
{
	background: url("../design/images/background_bg.jpg") top left repea-xt; 
	text-align:left;
	margin:0px;
}

@font-face 
{
	font-family: 'CenturyGothic';
	src: url('gothic.eot');
	src: url('gothic.eot?#iefix') format('embedded-opentype'),
			 url('gothic.woff') format('woff'),
			 url('gothic.ttf') format('truetype'),
			 url('gothic.svg#gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}


div
{
	text-align:left;
}

h1 /* = Ueberschrift1 */
{
	font-family:'CenturyGothic', Helvetica, sans-serif;  
	font-size:22px;
	text-align:left; 
	color:#ed5a00;
	margin:0 0 12px 0;
	line-height:24px;
}

h2 /* = Ueberschrift2 */
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;
	text-align:left; 
	color:#f89a03;
	font-weight:normal;
	margin:10px 0 5px 0;
}

h3 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:12px;
	text-align:left; 
	color:#000;
	font-weight:normal;
}

h4 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:16px;
	text-align:left; 
	color:#333;
	font-weight:normal;
	
}

h5 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:12px;
	text-align:left; 
	color:#555;
	background:#dddcdc;
	padding:15px;
	font-weight:normal;
}

h6 /* = Kleiner Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

/* Linie */
hr
	{
	background-color:#afaeae; /* Mozilla */
	color:#afaeae; /* IE*/
	border:#afaeae; /* Opera */
	height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

ul
{
	margin:0 0 0 -25px;
	}

a
{
	color:#f89a03;
	text-decoration:none;
}

a:hover
{
	color:#333;
	text-decoration:underline;
}

table
{
	width:100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

iframe
{
	margin:0;
	padding:0;
	border:0;
}

img 
{
	border:0px;
}

#content img
{
	float:left;
	padding:0px;
}

content img
{
	float:right;
	padding:0px;
}

input, select, textarea 
{
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
    border:1px solid #888;
    margin:3px;
}

	input:hover, textarea:hover {

	border:1px solid #888;
	}

form 
{
	display: inline;
}

/* Suchfunktion */
#search
{
	border:1px solid #d1d1d1;
	padding:7px;
	width:180px;
	margin:0px 15px 0 0;
	float:right;
	clear:right;
}
#suche
{
	margin:0;
}

.form-text
{
	font-size:10px;
	color:#333;
	width:140px;
	border:1px solid #d1d1d1;
	padding:4px;
}

#fader
{
	width:960px;
	height:435px;
	margin:170px 0 0 322px;
}

/* Fader */
  	ul#portfolio
	{
	margin:0;
	padding:0;
	list-style:none;
	}

	ul#portfolio li
	{
	margin:0;
	padding:0;
	list-style:none;
	}

/* Divs einstellen */
#page_wrapper
{
	background:url("../design/images/page_bg.jpg") top left repeat-x;
	width:100%;
	margin:0px auto;
}
#page 
{
	width:960px;
	margin:0px auto;
}

#header
{
	height:254px;
	margin:0px auto;
}

.logo
{
	background:url("../design/images/gerimpex-gerber.png") no-repeat; 
	width:652px;
	height:214px;
	margin:3px 0 0 170px;
	float:left;
}

#middle
{
	width:100%;
	min-height:450px;
	margin:0px auto;
	overflow:hidden;
}

#navigation
{
	float:left;
	margin-top:0px;
	margin-left:175px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		clear:both;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	#navigation li a.current
	{
	color: #fff;
	font-weight:normal;
	}

	/*1. Ebene */
	#navigation ul li a
	{
	padding: 6px 10px 7px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	}
	
	/*aktiver Menüpunkt*/
	#navigation ul li.current a
	{
	color: #333333;
	font-weight:normal;
	background:url('../design/images/navi_bg.png') top left repeat;
	}
	
	#navigation ul li a:hover
	{
	color: #fff;
	background:url('../design/images/navi_bg_hover.png') top left repeat;
	}
	
	/*2. Ebene */
	#navigation ul ul li a
	{
		font-size:12px;
		padding:5px 0px 5px 10px;
		color:#515050;
	}
	
	#navigation ul ul li a:hover
	{
		color:#76b31e;
	}
	
	#navigation ul ul li.current a
	{
		color:#76b31e;
		font-weight:bold;
	}

	/*3. Ebene Menü */
	#navigation ul ul ul li a
	{
		font-size:12px;
		padding:5px 0px 5px 10px;
		color:#515050;
	}
	
	#navigation ul ul ul li a:hover
	{
		color:#76b31e;
	}
	
	#navigation ul ul ul li.current a
	{
		color:#76b31e;
		font-weight:bold;
	}

#breadcrumbs
{
	margin-bottom:20px;
	}

#breadcrumbs p
{
	font-size:10px;
	color:#d0cfcf;
	}

#breadcrumbs a
{
	font-size: 10px;
	color: #999;
	text-decoration: none;
}	

#breadcrumbs a:hover
{
	color: #666;
}

#content
{
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	margin-left:0px;
	width:690px;
	overflow:hidden;
	min-height:460px;
}

#content p
{
	color:#434343;
}

#box_prod_left
{
	width:240px;
	float:left;
	padding-left:30px;
	min-height:350px;
	}

/*footer*/
#footer_wrapper
{
	background:url("../design/images/footer_bg.jpg") top left repeat-x;
	clear:both;
	width:100%;
	height:147px;
	margin:0px auto;
}
#footer
{
	width:960px;
	height:147px;
	margin:0px auto;
}
	#footer a
	{
		text-decoration:none;
		font-weight:normal;
		color:#ED5A00;
	}
	
	#footer a:hover
	{
		color:#fff;
		text-decoration:underline;
	}
	
	#footer p
	{
		font-family:'CenturyGothic', Helvetica, sans-serif;
		padding-top:40px;
		font-size:10px;
		color:#ed5a00;
		line-height:22px;
		padding-left:40px;
	}
	
			#footer p.left
		{
			float:left;
			font-size:13px;
		}
		
			#footer p.middle
		{
			float:left;
			font-size:12px;
			padding-top:62px;
		}
		
		#footer p.right
		{
			float:left;
			font-size:12px;
			padding-top:62px;	
		}

/*Loginbox */
#login
{
	border:1px solid #d1d1d1;
	padding:7px;
	width:180px;
	margin:47px 25px 0 0;
}
	
#login_box
{
	font-size:12px;
	color:#333;
}

#login_box input
{
	font-size:12px;
	color:#333;
	border:1px solid #d1d1d1;
}

/*Infobox */
#infobox
{
/*	border:1px solid #d1d1d1;*/
	padding:7px;
	width:675px;
	margin:15px 0 30px 0;
	float:right;
	clear:right;
	}
	
	#infobox h1
	{
	color:#515050;
	font-size:12px;
	font-weight:bold;
	}
	
	#infobox a
	{
	color:#f89a03;
	text-decoration:none;
	}
	
	#infobox a:hover
	{
	color:#515050;
	text-decoration:underline;
	}
	
/* Login-Formular */
table.login_form
{
	width: 500px;
	float:center;
}
table.login_form td
{
	padding:5px 0 5px 0;
	vertical-align:top;	
}

/* Kontakt-Formular */
table.kontaktformular
{
	width:98%;
	color:#333;
}
table.kontaktformular td
{
	padding:5px 0 5px 0;
	color:#333;	
	text-align:left;
}

/* Gästebuch */
table.gbook_form
{
	width:450px;
}
table.gbook_form td
{
	padding:5px 0 5px 0;
	vertical-align:top;	
}

/* Slimbox-Galerie */
table.slimbox td
{
	padding:0 8px 8px 0;
	text-align:left;	
}
table.slimbox a img
{
	border:1px solid #888;	
	padding:3px;
	margin:0px;	
}
table.slimbox a:hover img
{
	border:1px solid #f89a03;	
	padding:3px;
	margin:0px;	
}

/* Hoverbox-Galerie */
.hoverbox .preview
{
	border-color:#555;
	width:200px;
	height:150px;
}

/*header Bereich*/
a.angebote
{
	display:block;
	width:186px;
	height:135px;
	float:right;
	margin-top:-135px;
}

a.product 
{
	display:block;
	width:170px;
	height:170px;
	float:left;
	margin:-190px 0 0 30px;
	}
	
a.flag_ger
{
	display:block;
	width:56px;
	height:44px;
	float:right;
	margin-top:-219px;
	margin-right:10px;
	}
	a.flag_gbr
{
	display:block;
	width:56px;
	height:44px;
	float:right;
	margin-top:-219px;
	margin-right:70px;
	}