@CHARSET "UTF-8";
body {
	background:	 	#e6e6e6 url(bg.png) repeat-x;
	font-family: 		'Arial', 'Helvetica', sans-serif;
	font-size: 		0.85em;
        line-height:            150%;
	color: 			#333;
	margin: 		0px;
	margin-top: 		10px;
}

table {
	font-family: 		'Arial', 'Helvetica', sans-serif;
	font-size: 		1.0em;
        line-height:            150%;
	color: 			#333;
}

img {
	border: 		0px;
}

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

h1,h2,h3 {
	margin-top:		10px;
}
h1 {
	font-size: 		1.0em;
	color:			#5c8526;
	font-weight:		bold;
}
h2 {
	font-size: 		0.8em;
	color:			#666;
	font-weight:		bold;
}
h3 {
	font-size: 		1.6em;
	color:			#5c8526;
	font-weight:		bold;
	width:			100%;
	text-align:		center;
}

#page {
  position                      : absolute;
  top                           : 20px;
  width                         : 960px;
  left                          : 50%;
  margin-left                   : -480px;	
}

#header {
  float                         : left;
  width                         : 960px;
  height                        : 65px;
	background-color: white;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#logo {
margin-top                      : 10px;
margin-left		        : 10px;
  float                         : left;
  width                         : 119px;
  height                        : 50px;
}

#headerText {
margin-top                      : 8px;
margin-right                    : 10px;
  float                         : right;
  width                         : 50%;
  font-family                   : times, serif;
  font-size                     : 1.8em;
  font-variant                  : small-caps;
  font-style                    : italic;
  font-weight                   : bold;
  color                         : gray;
  text-align                    : right;
}

#langMenu {
margin-right                    : 10px;
  float                         : right;
  width                         : 50%;
  font-size                     : 0.7em;
  color                         : gray;
  text-align                    : right;
}

#navi {
  float                         : left;
  width                         : 960px;
  height                        : 130px;
}

#naviImage {
  float                         : left;
  width                         : 960px;
  height                        : 100px;
}

#naviBar {
  float                         : left;
  width                         : 960px;
  height                        : 30px;
background                      : #e6e6e6 url(btn_bg.png) repeat-x;
}
* html #naviBar {
margin-top                      : -3px;
}

#naviBar ul {
margin                          : 0px 10px 0px 10px;
padding                         : 0px 0px 0px 0px;
height                          : 30px;
float                           : left;
}

#naviBar ul li, ul li.selected {
float                           : left;
height                          : 30px;
background                      : #e6e6e6 url(btn_bg.png) repeat-x;
margin                          : 0px 0px 0px 0px;
padding                         : 0px 0px 0px 0px;
list-style                      : none;
display                         : inline;

}

#naviBar ul li a {
float                           : left;
display                         : inline;
margin                          : 0px 0px 0px 0px;
padding                         : 6px 10px 0px 10px;
font                            : 0.9em 'Arial', 'Helvetica', sans-serif;
font-weight                     : bold;
color                           : white;
height                          : 30px;
text-decoration                 : none;
}

#naviBar ul li a:hover {
float                           : left;
display                         : inline;
background                      : #e6e6e6 url(btn_bg3.png) repeat-x;
margin                          : 0px 0px 0px 0px;
padding                         : 6px 10px 0px 10px;
height                          : 30px;
color                           : white;
}
 
#naviBar ul li.selected a {
background                      : #e6e6e6 url(btn_bg2.png) repeat-x;
margin                          : 0px 0px 0px 0px;
padding                         : 6px 10px 0px 10px;
background-color                : #7da647;
height                          : 30px;
color                           : #333;
}

#naviBar ul li.selected a:hover {
background                      : #e6e6e6 url(btn_bg3.png) repeat-x;
margin                          : 0px 0px 0px 0px;
padding                         : 6px 10px 0px 10px;
height                          : 30px;
color                           : #333;
}

#content {
float                           : left;
width                           : 960px;
height-min                      : 100px;
background-color                : white; 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#contentBody {
float                           : left;
margin                          : 10px 5px 10px 10px;
width                           : 685px;
}

#contentNews {
float                           : right;
margin                          : 10px 10px 10px 5px;
width                           : 235px;
border-left                     : 2px solid gray;
}

#news {
margin-left                     : 10px;
padding-bottom                  : 30px;
float                           : left;
}

#aktuelles {
float                           : left;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.9em;
color                           : #323232;
font-weight                     : bold;
padding-bottom                  : 11px;
width                           : 180px;
}

#mehr {
float                           : right;
padding-bottom                  : 10px;
}

#mehr a {
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.7em;
color                           : gray;
text-decoration                 : none;
}

#mehr a:hover {
display                         : block;
color                           : #474747;
}

.newsText {
float                           : left;
line-height			: 120%;
font-weight                     : bold;
display                         : block;
text-decoration                 : none;
color                           : gray;
}

.newsText:hover {
display                         : block;
color				: #474747;
text-decoration                 : none;
}

.newsTeaser, .newsDate {
float                           : left;
width				: 100%;
font-size                       : 0.8em;
text-decoration                 : none;
font-weight                     : normal;
}
.newsTitle {
float                           : left;
width				: 100%;
margin-top			: 2px;
margin-bottom			: 2px;
font-size                       : 0.9em;
font-weight			: bold;
text-decoration                 : none;
}
.newsLine {
float                           : left;
border-bottom                   : 1px solid lightgray;
margin-top                      : 10px;
margin-bottom                   : 10px;
width                           : 222px;
}

.newsLineArchive {
float                           : left;
border-bottom                   : 1px solid lightgray;
margin-top                      : 10px;
margin-bottom                   : 10px;
width                           : 685px;
}

#news_title {
float                           : left;                         	
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.9em;
color                           : #323232;
font-weight                     : bold;
margin-bottom                   : 15px;
}

#news_info {
float                           : right;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.7em;
text-align                      : right;
color                           : gray;
margin-bottom                   : 15px;
}

.description {
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.7em;
color                           : gray;
width                           : 130px;
margin-left                     : 2px;
margin-bottom                   : 15px;
}

#news_text {
float                           : right;
margin-top                      : -18px;
width                           : 540px;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.8em;
color                           : #323232;
}

#news_area {
float                           : left;
width                           : 140px;
}

#news_attachment {
float                           : right;
margin-top                      : 10px;
width                           : 540px;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.8em;
}

.attachment {
float                           : right;
display                         : block;
color                           : gray;
text-decoration                 : none;
text-align                      : right;
vertical-align                  : middle;
}

.attachment:hover {
color				: #474747;
text-decoration                 : none;
}

#external_link {
float                           : right;
margin-top                      : 10px;
width                           : 540px;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.8em;
}

#internal_link {
float                           : right;
margin-top                      : 10px;
width                           : 540px;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.8em;
}

.link {
float                           : right;
display                         : block;
color                           : gray;
text-decoration                 : none;
text-align                      : right;
}

.link:hover {
color				: #474747;
text-decoration                 : none;
}

.product_content {
float                           : left;
width                           : 214px;
height                          : 160px;
margin-left                     : 10px;
margin-bottom			: 10px;
display                         : block;
padding-top                     : 10px;
text-align                      : center;
background                      : #fafafa;
text-decoration                 : none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.product_content:hover {
background                      : #eee;
text-decoration                 : none;
}

.product_title {
float                           : left;
width                           : 100%;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.9em;
color                           : #323232;
font-weight                     : bold;
padding                         : 10px 0px 10px 0px;
}

.product_teaser {
font-size                       : 0.7em;
font-weight                     : bold;
color                           : grey;
}

#aktuellesArchive {
float                           : left;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.9em;
color                           : #323232;
font-weight                     : bold;
width                           : 100%;
text-align                      : center;
margin-bottom                   : 11px;
}

#newsArchive {
float                           : left;
width                           : 100%;
}

.textArchive {
float                           : left;
width                           : 480px;
text-decoration                 : none;
color                           : gray;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.9em;
}


.textArchive:hover {
color                           : #474747;
text-decoration                 : none;
}

#teaserArchive {
float                           : left;
width                           : 100%;
font-family                     : 'Arial', 'Helvetica', sans-serif;
font-size                       : 0.8em;
}

.archive_image {
float                           : left;
width                           : 85px;
margin                          : 0px 30px -20px 20px;
}

#footer {
  float                         : left;
  margin-top                    : 10px;
  width                         : 100%;
  height                        : 25px;
}

#copyright {
  margin-left                   : 10px;
color                           : #333;
  float                         : left;
  width                         : 40%;
  font-size                     : 0.7em;
}

#footerMenu {
margin-right                    : 10px;
color                           : #333;
  float                         : right;
  width                         : 40%;
  font-size                     : 0.7em;
  text-align                    : right;
}


.redBox {
  float                         : left;
margin-bottom: 10px;
margin-right: 10px;
background:	 	#ffeeee url(bg_red.png) repeat-x;
	border: 1px solid #ffc4c4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.redBox div {
margin: 10px;
}

.ImprintText {
  line-height			: 120%;
  font-size			: 0.7em;
  text-align			: justify;
}
