body {
	padding:0;
	background:#fff;
	color:#3a3c40;
	text-align:center;
}
/* Cross-browser typographical normalization from Yahoo YUI */
body { font:71% Arial, Helvetica, sans-serif; }
/* 99% for safari; 100% is too large */
select, input, textarea {  font:99% Arial, Helvetica, sans-serif; }
a { background-color:inherit; color:#e36326; text-decoration:underline; }
a:hover { background-color:inherit; color:#e36326; text-decoration:none; }
font { font-family:Arial, Helvetica, sans-serif; font-size:inherit; }
input.text, select, textarea { padding:1px; background-color:#fff; color:inherit; line-height:1.2em; }
input.text:focus, textarea:focus { background-color:#fff; color:inherit;  }

#global-wrapper {
}

#head {
	position:relative;
	width:870px;
	height:91px;
	margin:0 auto;
	background:#fff;
	z-index:100;
}

#head span {
	position:absolute;
	background:url(../images/logo.gif);
	left:0;
	top:12px;
	display:block;
	width:200px;
	height:103px;
}

#head p.banner {
	position:absolute;
	left:200px;
	top:30px;
	background:#fff;
	display:block;
	width:650px;
}
#head p.banner img {
	float:left;
}
#head p.banner img.right {
	float:right;
}

#head span a { 
	display:block;
	width:200px;
	height:103px;
	overflow:hidden;
	text-indent:-9999px;
}


#main-nav {
	z-index:0;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
} 
#main-nav div.inner {
	background:url(../images/mainnav_bg.gif) repeat-x;
	color:#fff;
	position:relative;
	text-align:center;
}
#main-nav ul {
	padding-left:215px;
}
#main-nav li a:hover, #main-nav li.active, #main-nav li.active a {
	background:url(../images/mainnav_active_bg.gif) repeat-x;
	color:inherit;
}
#main-nav li a {
	display:block;
	padding:14px 15px 0 15px;
	background-color:inherit;
	color:#fff;
	min-height:22px;
	text-decoration:none;
	white-space:nowrap;
}
* html #main-nav li a {
	height:21px;
}


#head ul.meta-nav li {
	display:inline;
	border-right:1px solid #ccc;
	padding-right:5px;
	padding-left:5px;
}

#head ul.meta-nav li.last {
	border:none;
}

#head ul.language { 
	background:url(../images/language_bg.gif) no-repeat #fff;
	height:24px;
	position:absolute;
	bottom:-24px;
	right:0;
 	overflow:hidden;
} 
#head ul.language li {
	width:16px;
	height:14px;
	display:block;
	border:none !important;
 	float:left !important;
	margin-left:9px !important;
	margin-top:5px !important;
}



#head ul.language li.last {
	background:url(../images/language_bg_last.gif) right top no-repeat;
	border:1px solid #000;
	width:5px;
	height:24px;
	margin:0 !important;
	padding-left:3px;
}
#head ul a {
	line-height:1;
	background-color:inherit;
	color:#999999;
	text-transform:uppercase;
}
#head ul a:hover {
	color:#666;
}

#head ul.language li img {
	width:16px;
	height:14px;
}





.main-wrapper {
	width:870px;
	background:url(../images/mainwrapper_3column_bg.gif) 230px top repeat-y #fff;
	color:inherit;
	margin:10px auto  0 auto;
}
.main-wrapper.fullsize {
	width:870px;
	background:url(../images/mainwrapper_2column_bg.gif) 230px top repeat-y #fff;
	color:inherit;
	margin:10px auto  0 auto;
}
#footer-wrapper {
	min-height:9em;
	background:#1f1a17;
	color:#fff;
	width:100%;
	text-align:center;
}
#footer-wrapper ul {
	text-align:center;
}
#footer-wrapper ul li {
	border-left:1px solid #88a2bd;
	text-transform:none;
}
#footer-wrapper p {
	margin:1em 0 0 0 !important;
	text-align:center;
}

#footer-wrapper a {
	background:inherit;
	color:#fff;
}
#footer-wrapper a:hover {
	background:inherit;
	color:#fff;
}

#breadcrumb p {

}


#home-promo {
	padding-bottom:15px;
	background:#fff;
	width:870px;
}
#promo-left {
	float:left;
	width:640px;
	height:300px;
	position:relative;
	background:url(../images/home_teaser_2010.jpg);
}
#promo-left h1,
#promo-left ul {
	text-indent:-9999px;
}
#promo-left a {
	display:block;
	position:absolute;
	left:447px;
	top:263px;
	width:184px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
}
#promo-left a:hover {
	background:url(../images/button_bestellen_over.gif);
}

#promo-right, .promo-right2 {
	float:right;
	width:220px;
	height:300px;
	background:#e36326;
	overflow:hidden;
	font-size:1em;
}

.promo-right2 {
	height:150px !important;
	position:relative;
	float:right;
}

.promo-right2 a {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#fff;
	z-index:200;
}
.promo-right2 a:hover {
	color:#fff;
	text-decoration:none;
}

.promo-right2 h1 {
	font-weight:bold;
	margin:5px 0 5px 5px;
	color:#fff;
}
#promo-right div, .promo-right2 div {
	padding:3px;
	height:294px;
}
#promo-right img, .promo-right2 img {
	margin-bottom:0.5em;
}
#promo-right blockquote {
	font-style:italic;
	color:#fff;
	line-height:1.2;
	padding:0 5px;
}
#promo-right .author {
	color:#000;
	padding:0 5px;
	margin-top:0.7em;
}

.promo-link {
	position:absolute;
	bottom:4px;
	right:4px;
}
.promo-link a {
	color:#fff;
}


#content {
	font-size:1.1em;
	color:#3c3e41;
}
.text-content p {
	line-height:1.5;
}
.text-content li {
	line-height:1.5 !important;
	margin-bottom:0.4em;
}

#content h1 {
	font-size:1.5em;
	background-color:#fff;
	color:#006340;
	font-weight:normal;
	line-height:1.05;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-size:1.6em;
	color:#000;
	font-weight:bold;
}
#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color:#000;
}
.hr {
	height:1px;
	background:#ccc;
	overflow:hidden;
	margin:1.5em 0;
}
.article-addons {
}
.article-addons h2 {
	margin-bottom:0.6em;
} 
.article-addons h2 span {
	background:#fff;
	color:#000;
	font-size:0.9em;
}
ul.downloads li span { 
	display:block;
	font-style:italic;
	margin-top:0.2em;
	font-size:0.9em;
	line-height:1;
	color:#5a5a5a;
	background-color:inherit;
}
.link.news a {
	color:#9e0611 !important;
}
.routing-text {
	color:#666;
	font-size:0.8em;
	margin-left:80px;
}

/* SIDEBAR */
.sidebar .headline {
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	background:#fff;
}
.sidebar .headline h2 {
	padding:0.5em 8px;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#006340;
	color:#fff;
	font-weight:normal;
	font-size:1.1em;
	text-align:center;
	text-transform:uppercase;
}
.sub-nav li {
	position:relative;
	padding:0.3em 0 0.5em 0;
	list-style-type:square;
	background-color:inherit;
	color:#000;
	font-size:1.1em;
	border-bottom:1px dotted #ccc;
}
.sub-nav li a {
	color:#e36326;
}
.sub-nav li.active a {
	background-color:inherit;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.sidebar .section {
	padding:1em 7px;
	border-bottom:1px solid #d9d9d9;
}
.sidebar .section h3 {
	background-color:inherit;
	color:#006340;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.2 !important;
	margin-top:0 !important;
	padding:0 !important;
}
.sidebar .section h3 a {
	text-decoration:none;
	background-color:inherit;
	color:#006340;
	line-height:1.2 !important;
}
.date {
	font-size:0.9em;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0.2em;
	line-height:1;
	font-weight:normal;
	padding:0 !important;
	text-transform:uppercase;
	margin-bottom:0;
}

.news-pic-sidebar {
	margin-top:10px;
}


/*fck tpl*/
#content h3, h4, h5 {
	font-weight:bold !important;
	color:#006340 !important;
}

#content h3 {
	font-size:16px !important;
}

#content h4 {
	font-size:14px !important;
}


#content h5 {
	font-size:12px !important;
}

.zentriert {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

table td, table th {
	padding:.5em .4em;
}