/*-------Generell------*/

body {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
}

h2, h3, p {
	margin:0px;
	padding-left:7px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:10px;
}

a img {
	border:none;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	color:#424A55;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	color:#996569;
}

.floatRight {
	float:right;
	margin-left:10px;
	margin-right:15px;
	background:none !important;
	background-color:#f5f5f5 !important;
	border:1px solid #cecece;
	padding:3px;
	text-align:center;
	font-size:75%;
}

.floatLeft {
	float:left;
	margin-left:7px;
	margin-right:15px;
	background:none !important;
	background-color:#f5f5f5 !important;
	border:1px solid #cecece;
	padding:3px;
	text-align:center;
	font-size:75%;
}

.floatLeft img,
.floatRight img {
	margin:3px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.imagegallery {
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	background:none !important;
	background-color:#f5f5f5 !important;
	border:1px solid #cecece;
	padding:3px;
	text-align:center;
	font-size:75%;
	height:166px;
	width:155px;
}

.imagegallery img {
	margin:3px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/*---Inhaltsbox mit Schatten---*/

#wrapper {
	width: 781px;
	margin: auto auto;
	background:#ffffff;
}

#wrappertop  {
	background:url(wrapper_tr.jpg) right top no-repeat;
	height:7px;
}

#wrappertopinner {
	background:url(wrapper_tl.jpg) left top no-repeat;
	height:7px;
}

#wrappercenter  {
	background:url(wrapper_cr.jpg) right top repeat-y;
	}

#wrappercenterinner {
	background:url(wrapper_cl.jpg) left top repeat-y;
}

#wrapperbottom  {
	background:url(wrapper_br.jpg) right bottom no-repeat;
	height:10px;
	border: 0px solid green;
}

#wrapperbottom  div {
	background:url(wrapper_bl.jpg) left bottom no-repeat;
	height:10px;
	border:0px solid red;
}

/*------Struktur-------*/

#header  {
	width: 775px;
	height:192px;
	background:url(header_bg.jpg) left top no-repeat #ffffff !important;
	margin-top:-7px;
}

#left {
	width:215px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	/*background:none !important;*/
}



#left div {
	/*background:none !important;*/
}

#right {
	width:525px;
	float:right;
	margin-right:10px;
	margin-top:20px;
	/*background:none !important;*/
	background-color:#ffffff;
}

#right div {
	/*background:none !important;*/
}

#right div.newsitem {
	border-bottom: 1px solid #cecece;
	margin-left:7px;
	margin-right:15px;
	margin-bottom:15px;
}

#right div.newsitem p{
	padding-left:0px;
	padding-right:0px;
}

#content {
	background:url(content_bg.gif) left top repeat-y !important;
	width:775px;
}

.funktionen {
	clear:both;
	padding-top:20px;
}

#footer {
	clear:both;
	background:url(footer_bg.gif) left bottom no-repeat !important;
	height:47px;
	text-align:right;
}

#footer p {
	padding-top:30px;
	color:#ffffff;
	font-size:85%;
}

#footer a:link,
#footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover,
#footer a:active {
	color:#ffffff;
	text-decoration:underline;
}

a.top:link,
a.top:visited {
	background:url(arrow_sw_up.gif) left 4px no-repeat;
	padding-left:14px;
	padding-right:10px;
	text-decoration:none;
	color:#424A55;
}

a.top:hover,
a.top:active {
	background:url(arrow_sw_up.gif) left 4px no-repeat;
	padding-left:14px;
	text-decoration:underline;
	color:#424A55;
}

a.print:link,
a.print:visited {
	background:url(printer_sw.gif) left 2px no-repeat;
	padding-left:14px;
	text-decoration:none;
	color:#424A55;
}

a.print:hover,
a.print:active {
	background:url(printer_sw.gif) left 2px no-repeat;
	padding-left:14px;
	text-decoration:underline;
	color:#424A55;
}


/*----Navigation----*/

/*Haupnavigation -  based on Sliding Door*/
    #mainnavigation {
      float:left;
      width:775px;
      font-size:93%;
      line-height:normal;
	  height:28px;
	  margin-bottom:0px;
	  background:#ffffff !important;
      }
    #mainnavigation ul {
      margin:0;
      padding:0px 0px 0;
      list-style:none;
      }
    #mainnavigation li {
      float:left;
	  width:155px;
	  margin:0;
	  text-align:center;
      }
    #mainnavigation a {
      float:left;
      display:block;
      width:155px;
	  width:100%;
      padding:6px ;
      text-decoration:none;
      font-weight:bold;
      color:#000000;
	  background:url(mainnavi_bg.jpg) left top no-repeat;
      }
    #mainnavigation > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnavigation a {float:none;}
    /* End IE5-Mac hack */
    #mainnavigation a:hover {
      color:#ffffff;
      }
    #mainnavigation .rex-current, 
	#mainnavigation .rex-active{
      background-position:0 -50px;
	  color:#ffffff;
      }
    #mainnavigation #current a {
      background-position:0 -50px;
	  }
	  
    #mainnavigation .active {
      background-position:0 -50px;
	  color:#000000;
      }
    #mainnavigation .active a {
      background-position:0 -50px;
	  }	  
	  
	  
    #mainnavigation li:hover {
      background-position:0 -100px;
	  color:#ffffff;
	  
      }
    #mainnavigation li:hover a {
      background-position:0 -100px;
	  color:#ffffff;
      }

/*-----------------*/

#schatten {
	background:url(navigation_schatten.gif) left top no-repeat !important;
	height:20px;
	clear:both;
	width:775px;
}


#subnavigation {
	float:left;
	width:200px;
	padding:0px;
	margin-left:9px;
	border:0px solid red;
}

#subnavigation h2 {
	display:none;
}

#subnavigation ul {
	list-style-type:none; 
	padding:0px;
	margin:10px 0px 0px 0px;
	border-top: 2px solid #ffffff;
	
}

#subnavigation ul li {
	list-style-type:none; 
	border-bottom: 2px solid #ffffff;
	}



#subnavigation ul li a:link,
#subnavigation ul li a:visited {
	text-decoration: none;
	color:#424A55;
	/*line-height:2.5em;*/
	padding-left: 12px;
	padding-top:8px;
	padding-bottom:8px;
	width:200px;
	display:block;
	font-weight:bold;
}

#subnavigation ul li a.rex-current:link ,
#subnavigation ul li a.rex-current:visited {
	text-decoration: none;
	color:#ffffff;
	padding-left: 12px;
	width:200px;
	display:block;
	font-weight:bold;
	background:url(subnav_bg.jpg) left -50px repeat-y;
}

#subnavigation ul li a:hover,
#subnavigation ul li a:active {
	text-decoration: none;
	color:#ffffff;
	width:200px;
	background:url(subnav_bg.jpg) left top repeat-y;
}

#subnavigation ul li a.rex-current:hover ,
#subnavigation ul li a.rex-current:active {
	text-decoration: none;
	color:#ffffff;
	padding-left: 12px;
	width:200px;
	display:block;
	font-weight:bold;
	background:url(subnav_bg.jpg) left 0px repeat-y !important;
}

#subnavigation ul li.active a:link,
#subnavigation ul li.active a:visited{
	text-decoration: none;
	color:#559D27;
	font-weight:bold;
}

/*---zweite ebene---*/

#subnavigation ul li ul{
	list-style-type:none; 
	padding:0px;
	margin:0px;
	border-top: 2px solid #ffffff;
	background:#848588
	
}

#subnavigation ul li ul li a:link,
#subnavigation ul li ul li a:visited {
	text-decoration: none;
	color:#ffffff;
	padding-left: 22px;
	padding-top:8px;
	padding-bottom:8px;
	width:178px;
	display:block;
	font-weight:bold;
}

#subnavigation ul li ul li a.rex-current:link ,
#subnavigation ul li ul li a.rex-current:visited {
	text-decoration: none;
	color:#ffffff;
	padding-left: 22px;
	width:178px;
	display:block;
	font-weight:bold;
	background:url(subnav_bg.jpg) left -50px repeat-y;
}


/*------Typo-----*/

#inhalt h2 {
	margin:0px 12px 0px 0px;
}

#inhalt ul {
	list-style-type:square;
	
}

#inhalt p,
#inhalt li,
#inhalt label{
	font-size:85%;
	color:#666666;
}

#inhalt h3 {
	font-size:100%;
}

#inhalt .bestellhinweis {
	font-weight:bold;
}

#inhalt a:link,
#inhalt a:visited {
	color:#424A55;
	text-decoration:underline;
}

/*------Misc-----*/

.hidden, .noprint {
	display:none;
}

.clearer {
	clear:both;
}

.simpleshop_form div {
	border-bottom:1px solid #424A55;
	padding-bottom:5px;
}

.simpleshop_form div div{
	border:none !important;
}

table.order {
	margin-left:7px;
	font-size:85%;
}

table.order th {
	text-align:left;
	background:#424A55;
	color:#ffffff;
}

table.order tr td {
	background: #f5f5f5;
}

table.order tr td.ordertotal {
	font-weight:bold;
}

table.order tr td.ordertotalsum {
	font-weight:bold;
	text-align:right;
}

address {
	font-style:normal;
	margin-left:7px;
	font-size:85%;
}

input.ordersubmit,
input.formsubmit {
	background:#424A55;
	color:#ffffff;
	width:200px !important;
	margin-top:15px;
	border: 3px double #ffffff;
}

/*---Forms----*/

.formgen {
	margin-top:2.0em;
	margin-bottom:2.0em;
}

.fieldset {
	border:0px;
	padding:0.0em
}

.fieldset legend {
	display:none;
}

.fieldset label {
	width:25%;
	text-align:right;
	display:block;
	float:left;
	margin-right:0.5em;
	margin-top:0.2em;
	white-space:nowrap;
}

.fieldset input {
	width:50%;
}

.fieldset textarea {
	width:60%;
}

.fieldset2 {
	border:0px;
}

.formrowodd,
.formroweven {
	clear:both;
	padding:0.2em;
	margin-top:0.5em;
	border-bottom:none !important;
}

.formsubmit {
	/*margin-left:27%;*/
}

.err {
	padding-left: 26%;
	color:red;
	font-size:85%;
}

/*---Google Maps-----*/

#karte {
	width:500px;
	height:330px;
}