@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 


/*
farben:
h1 = #85b414 grün 18px
h2 = #85b414 grün 14px
h3 = #1c559c blau 12px (normal grösse von schrift)
h1 rechts = #4d4d4d anthrazit 18px
schrift = #4c4c4a
navi schrift farbe = #dbdbdb 12px
textlinks = #242424 , unterstrichen, 11px
*/

strong{
font-weight:bold;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
line-height:1.15em;
text-align:center;
background:#dedede url(../img/slice/back_02.jpg) repeat-x center top;
color:#4c4c4a;
overflow:auto;
  overflow: -moz-scrollbars-vertical;

}

h1{
color:#85b414;
font-weight:bold;
font-size:1.5em; /* 18 Pixel */
line-height:1.5em;
margin:1.5em 0 0 0;
}
h2{
color:#85b414;
font-weight:bold;
font-size:1.166em; /* 18 Pixel */
line-height:1.166em;
margin:1em 0;
}
h3{
color:#1c559c;
font-size:1em;
font-weight:bold;
margin:0.5em 0;
}

h1 a,h2 a, h3 a, h1 a:link,h2 a:link, h3 a:link{
color:#85b414;
}

h1 a:hover,h2 a:hover, h3 a:hover {
color:#7ca813;
}

h4, h5, h6{
color:#999999;
font-size:1em!important;
font-weight:normal;
}
#righter_bottom h1{
color:#4d4d4d;
font-weight:bold;
font-size:1.5em; /* 18 Pixel */
line-height:1.5em;
margin:0;
}
p{
margin:0.5em 0;
}

.green_back ul{
margin:0.5em 0;
}
 


hr{
border:0 none;
border-bottom:dotted 1px #CCCCCC;
margin:1em 0;
width:100%;
height:0px;
display:inline-block;
}

hr.hrabst{
margin:0.5em 0 0 0;
}


/* 93 = 12px / 108%   */


a, a:link{
color: #000000;
text-decoration:underline;
}

a strong, a b, a:link strong, a:link b{
color:#999999;
text-decoration:underline;
}

a:hover{
color: #353535;
text-decoration:none;
}

a:hover strong, a:hover b {
color:#666666;
text-decoration:none;
}

#center{
width:961px;
height:564px;
margin:0 auto;
background:url(../img/slice/schatten-trans.png) no-repeat top left;
text-align:left;
}

/* CONTENT */
#content{
width:578px;
margin:0 0 0 14px;
float:left;
}
#content_header{
width:578px;
height:132px;
}
#logo{
margin-top:34px;
}
	/* navigation */
#nav{
width:578px;
height:41px;
background:url(../img/slice/nav_norm_04.jpg) repeat-x;
/*background:url(../img/slice/nav_new/back.png) repeat-x;*/
}
#nav li{
width:7em;
text-align:center;
float:left;
list-style:none;
height:41px;
background:url(../img/slice/nav_border_06.png) right no-repeat;
/*background:url(../img/slice/nav_new/nav_border.png) left no-repeat;*/

}
#nav li.noborder{
background:none!important;
}
#nav a, #nav a:link{
text-decoration:none;
color:#dbdbdb;
display:block;
padding:1.2em;
height:12px;
margin-right:2px;
}

#nav a:hover{
color:#b6d281;
}

#nav .noborder a, #nav .noborder a:link{
margin-left:0;
}



#nav li .activ{
background:url(../img/slice/nav_hover_08.jpg) repeat-x;
color:#b6d281;
}

#nav a:hover{
background:url(../img/slice/nav_hover_08.jpg) repeat-x;
}
	/* end navigation */
	

	
#content_bottom{
/* Ie6 Hack */
   min-height: 513px;
   height: auto !important;
   height: 513px;
/* ...... */

width:523px;
padding:0 31px 1em 24px;
background:#FFF;
/*border:solid 1px #009933;*/
margin:0 0 50px 0;
float:left;
}

#in_content_bottom{
width:523px;
padding:0 31px 1em 24px;
background:#FFFFFF;
float:left;
}

.float_right{
float:right;
}
.blume{
margin-top:10px;
margin-bottom:-10px;
}
.green_back{
float:left;
margin:1em 0;
}
.green_back div{
background:#d5e5af;
width:auto;
padding:0.1em 0.5em;
}

/*
.green_back p{
margin:10px;
}
*/
#middle{

}
.small{
width:206px;
margin-right:11px;
}
.long{
width:306px;
}
/* END CONTENT */
/* RIGHTER */
#righter{
width:304px;
float:right;
margin:0 14px 0 0;
}
#righter_header{
width:304px;
height:132px;
}
.language{
float:right;
margin:0.8em 0 0 0;
color:#000000;
}
#righter_middle{
width:304px;
height:251px;
}
#righter_bottom{
width:304px;
float:left;
}
/* END RIGHTER */
#copy{
font-size:11px;
color:#333333;
position:absolute;
margin-top:200px;
}
#copy a{
color:#333333;
text-decoration:underline;
}
#copy a:hover{
color:#555555;
text-decoration:none;
}

.abst_left{
margin-left:1em;
}
.abst_right{
margin-right:1em;
}

.abst_obenunten{
margin-top:2.5em;
margin-bottom:2.5em;
}

.textcenter{
text-align:center;
}
dl{
width:350px;
margin:1.5em 0;
}
dt{
margin-right:0.5em;
width:120px;
padding:2px;
background:#EAEAEA;
border-bottom:#666666 1px solid;
float:left;
}

table.prod td.first{
background:#EAEAEA;
border-bottom:#666666 1px solid;

}

table.prod{
margin-bottom:2em;
}

table.prod td.sec{
background:#f7f7f7;
border-bottom:#666666 1px solid;
}

table.prod td{
border-bottom:#666666 1px solid;
padding-left:1em;
line-height:2em;
}

dd{
margin-bottom:1em;
float:left;
width:180px;
padding:2px;
}

legend{
color:#85b414;
}

.float_left{
float:left;
}

label { 
cursor:pointer;
line-height:30px;
}

textarea{
width:270px; 
height:170px;
}


#flash{
position:absolute;
margin:-35px 0 0 -38px;
}

#gallery a img{
padding:5px;
border:1px solid #CCCCCC;
margin:0 15px 15px 0;
}

#gallery a{
text-decoration:none!important;
}



