

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #069;}
a:hover {color: #069;}

body {
	color: #666;
	font: normal 72.5% Arial,Verdana;
	background-image	:	url(../img/bg_gradient_h.gif);/*Hintergrund Gradient horizontal*/
	background-repeat	:	repeat-x;
	background-color	:	#336699;
  
}

/*#######################################*/
/* Seiten structure */
/*#######################################*/
/* erster Rahmen mit Schatten links und rechts */
.outer-container {
	background: url('../img/bg_inhalt.gif') repeat-y center 0;
	width				:	925px;
	 position:relative;
  margin:0 auto;
}

/* zweiter Rahmen mit bg fuer den header */
.bg-container {
  width:925px;
 background: url('../img/bg_gradient_top.gif') no-repeat center 0;
	padding:0px;
	z-index:10;
}

/* dritter Rahmen fuer den Inhalt */
.inner-container {
background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
}


/*#######################################*/
/* header mit Navigation */
/*#######################################*/
/* headere & title */
.header {
	background-color:#fff;
}
.header img {
border:none;
padding:0;
margin:0;
}

/* Supportnavigation, Home, Links, FAQ, Kontakt */
#support {
color: #666;
position:relative;
top:0px;
left:665px;
Margin:0;
padding:0;
height:25px;
width:200px;
}

#support li a {
	color: #666;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
#support li a:hover {
color: #666;
font-weight:bold;
text-decoration:underline;
}
#support ul{
	padding:.5em 0;
  }
 
#support li{
    margin:0 .5em;
    padding:0;
    display: inline;
	list-style: none;
    }
	
/* Hauptnavigation im Header */

/* Navigation */


/* ###################################################*/
/* --- Hauptnavigation LEVEL 1 --- */
/* ###################################################*/

/* nav */

* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}

#nav li {
    float: left;
    list-style: none;
    width: 155px;
	font-size: 13px;
    font-weight: normal;
    border-left: 1px solid #ccc;
    text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nav li.first {
    width: 155px;
    border-left: none;
}

#nav a {
    color: #666;
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 6px 0;
    width: 100%;
}

#nav a:hover {
    background: #fdd123;
}

#nav a.aktion{
    background: #fdd123;
}

/*#######################################*/
/* navigation 2. Level*/
/*#######################################*/
.navigation {
	float: left;
	width: 155px;
	line-height: 15px;/*war bei navigation h2*/
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #ccc;
}
.navigation li {
border-bottom: 1px solid #ccc;

}

.navigation li a {
	font-size: 1.1em;
	color: #5a5a5a;
	display: block;
	padding: 8px 0 8px 5px;
	text-decoration: none;
	width: 140px;/*oder % werte 90*/
	border-left:10px solid #f0f0e9;
}
.navigation li a:hover {
	color: #5a5a5a;
	border-left:10px solid #ffb203;
}

.navigation li a.current {
	background: #fff;
	color: #fc0;
	border-left:10px solid #ffb203;
}


/*#######################################*/

/* main */
.main {
	border-top: 6px solid #FFF;
	padding: 30px 30px 0 0;
}

/*#######################################*/

/* content */
.content {
	float: right;
	width: 575px;
}

.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	line-height:18px;
}
.content p {font-family: Arial,sans-serif;
line-height:18px;}

.content b, .content strong {color:#333;}



div.box{
	margin				:	0 0 0 0!important; /*Boxen aneinander 1. null)*/
	padding				:	0 0 0 0!important;	/*abstand rechts*/
	background: #FFF;
	border: 1px solid #a5a5a5;
	border-left: 12px solid #a5a5a5;
	color: #666;
	min-height			: 	155px;
	overflow			:	auto;
	font: normal 1em Arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	
}

* html div.box	{
	width				:	575px;
}

p.produkt_text  {
	margin			:	1em;
	line-height		:	120%!important;

}


/*Bild links ausgerichtet*/
div.box img{	
  	padding				: 	0  ;
	float				:	left;
    margin				:	0 .8em 0em 0em;
 }




/*#######################################*/
/* footer */
.footer {
	background: #c4dffb;
	font: normal 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	padding-left:170px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
color: #666;
text-decoration:underline;
}

.footer ul{
	width:300px;
    padding:.5em 0;
    }
 
 .footer li{
    margin:0 .5em;
    padding:0;
    display: inline;
	list-style: none;
    }
    
 /*	Button Klassen fr die Footernavigation */
 .back  {
    background: url(../img/back.gif) no-repeat 0 0em;
    padding-left:1.2em;	
}

 .print  {
    background: url(../img/print.gif) no-repeat 0 0em;
    padding-left:1.2em;	
}

 .text  {
    background: url(../img/top.gif) no-repeat 0 0em;
    padding-left:1.2em;	
}

/*#######################################*/
/* path */
.path {
	background: #ffb203;
	color: #FFF;
	font: normal 1.1em Arial,sans-serif;
	padding: 5px 12px;
}
/*#######################################*/

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 18px Arial,sans-serif;}
h2 {font: bold 14px  Arial,sans-serif;}
h3 {font: bold 14px Arial,sans-serif;}
h1,h2,h3 {padding-top: 6px; color: #069; margin-bottom: 4px;}


form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #a5a5a5;
	border-left: 12px solid #a5a5a5;
	color: #666;
	display: block;
	font: normal 1em Arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}



/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


/*#########################*/
/*Thumbnails*/


  .thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #9cf;
padding: 5px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
top: 10px;
}
