* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background: #d0d1d2 url('/assets/layout/body_bg.png') repeat-x top left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: black;
}
object {
	z-index: 10;
}
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
#container {
	background: #f4f4f5 url('/assets/layout/content_bg.png') repeat-x 0 143px;
	width: 970px;
	margin: 30px auto 0 auto;
}
#headerwrapper {
}
#header {
	background: transparent url('/assets/layout/top_bg3.png');
	height: 143px;
}
#home {
	display: block;
	float: right;
	width: 230px;
	height: 80px;
	text-decoration: none;
}
#home span {
	visibility: hidden;
}
#topnav {
/*	padding: 37px 30px 0 30px;*/
}
#contentwrapper {
	min-height: 550px;
	padding: 0 30px 0 0;
	margin-top: -40px;
}
#newswrapper {
	float: right;
	width: 202px;
	height: 542px;
	margin-top: 20px;
	background: transparent url('/assets/layout/news_bg.png') no-repeat;
	overflow: hidden;
}
#news {
	padding: 70px 20px 20px 20px;
	color: #FFF;
}
#colors {
	float: left;
	width: 8px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 22px 0 0 0;
}
#colors li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#colors a:link,
#colors a:visited {
	display: block;
	text-decoration: none;
	height: 54px;
	background-color: red;
}
#colors span {
	visibility: hidden;
	
}
#content {
	width: 680px;
	margin-left: 22px;
	float: left;
}

#foot {
    border-top: 10px solid #E3E4E4;
    clear: both;
    margin: 32px 0 0;
    padding: 20px 30px;
	overflow: auto;
}

#foot a:link,
#foot a:visited,
#foot {
	color: #9D9E9D;
	text-decoration: none;
	font-size: 10px;
}

#foot div.col {
	width: 226px;
	float: left;
}
#foot ul.tagcloud {
	margin-right: 10px;
}
#foot ul.tagcloud li {
	float: left;
/*	list-style-type: square;*/
	padding-right: 10px;
}
#foot ul.links {
	margin: 0;
}
#foot ul.links li {
	float: right;
/*	list-style-type: square;*/
	padding-left: 15px;
}


#foot a:hover, 
#foot a:active {
	color: #9D9E9D;
	text-decoration: underline;
}
#foot ul {
	list-style-type: none;
}

#foot input#memoryListEmail {
	margin-top: 8px;
	font-weight: normal;
/*	border: none;*/
	width: 120px;
/*	color: #e85113;*/
/*	background-color: #444444;*/
	font-size: 9px;
	padding: 2px;
	color: #4B4B4D;
	background-color: white;
	border: 1px solid #E0E0E0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#foot button.button {
		font-weight: normal;
		width: 120px;
		font-size: 9px;
		padding: 2px;
		color: #4B4B4D;
		background-color: white;
		border: 1px solid #E0E0E0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-top: 0;	
}

#foot a.remove:link,
#foot a.remove:visited {
	float: right;
}
#footerline {
	width: 910px;
	margin: 0 auto;
	font-size: 10px;
	color: #666;
	text-align: left;
	padding: 10px 0;
}

/*
	elements
*/
h1 {
	margin: 0 0 7px 0;
	padding: 0 0 2px 0;
	border: solid #58585A;
	border-width: 0 0 1px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}
h2 {
	margin: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}
td {
	vertical-align: top;
}
a img {
	border: none;
}
/*
	ebene 0
*/
ul.level0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.level0 {
	margin: 0;
	padding: 0;
}
/*
	ebene 1
*/
ul.level1 {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
li.level1 {
	margin: 0;
	padding: 0;
}
/*
	alle ebenen : definition der hyperlink styles
*/
ul.navtree a:link,
ul.navtree a:visited {
	color: #333;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0;
}
ul.navtree a.inpath:link,
ul.navtree a.inpath:visited,
ul.navtree a.highlight:link,
ul.navtree a.highlight:visited {
	font-weight: bold;
	color: #333;
}


/*
	formulare
*/
input.M,
input.P, textarea.P,
input.F, textarea.F {
	color: black;
	background-color: #e0e1e2;
	width: 513px;
	border: 1px solid #999;
	margin: 0 0 5px 20px;
	padding: 3px;
	font-size:12px;
	font-family:Verdana,Arial,sans-serif;
}
input.M:hover,
input.M:focus,
input.F:hover,
input.F:focus,
input.P:hover,
input.P:focus,
textarea.F:hover,
textarea.F:focus,
textarea.P:hover,
textarea.P:focus {
	background: white;
}

input.S {
	color: black;
	font-weight: bold;
	background-color: #e0e1e2;
	width: auto;
	border: 1px solid #606060;
	margin-left: 20px;
	padding:3px;
}
input.C {
	color: black;
	background-color: transparent;
}
th.form {
	border: 1px solid #606060;
	background-color: #e0e1e2;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
input.marked,
textarea.marked {
	border-color: #BF2F28;
}


/*
	sitemap
*/
#ce_sitemap {
	list-style-type: none;
}
#ce_sitemap ul {
	margin: 10px 0;
	list-style-type: disc;
}
#ce_sitemap a:link,
#ce_sitemap a:visited {
	text-decoration: none;
	display: block;
	color: #434343;
}
#ce_sitemap a:hover {
	color: black;
}

/*
	kasten
*/
div.kasten {
	margin: 0 0 16px 0;
/*	border: 1px solid #58585A;*/
	text-align: left;
	background: #b3b3b3 url('/assets/layout/verlauf_lang.png') repeat-x;
}
div.kasten .header {
	color: #FFF;
	background: #606060 url('/assets/layout/kasten_head_bg.png') repeat-x;;
	padding: 4px;
	border-bottom: 1px solid #f4f4f4;
}
div.kasten .pic {
	float: left;
}
div.kasten img {
	border: none;
	margin-right: 10px;
}
div.kasten .content {
	padding: 10px 10px 0 160px;
}
div.kasten .content .text {}
div.kasten .footer {
	clear: left;
}
div.kasten .footer a:link,
div.kasten .footer a:visited {
	display: block;
	color: #FFF;
	background: #263e80;
	padding: 4px;
	text-align: right;
	text-decoration: none;
}

/*
	suche
*/
#searchFull { }
#searchFull div.searchResult {
/*	border-bottom: 1px solid white; */
	margin-bottom: 20px;
}
#searchFull div.searchContent {

}
#searchFull div.searchContent span.search {
	color: white;
	padding: 3px;
	background-color: #BE1418;
}
#searchFull div.searchResult  {
}
#searchFull a.searchResult:link,
#searchFull a.searchResult:visited {
	margin: 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 3px;
	background-color: #a5a5a5;
}

#searchFull a.searchResult:hover {
	letter-spacing: 2px;
}
/*
	produkte
*/
div.products {
	width: 680px;
	height: 493px;
	margin-top: 6px;
}
div.products table {
	width: 680px;
}
div.products td.link {
	height: 200px;
	text-align: right;
	vertical-align: top;
	background: url('/assets/layout/c5032a.png') right top no-repeat;
}
div.products h2 {
	color: #FFF;
	margin: 20px 10px;
	font-weight: normal;
}
div.products a:link,
div.products a:visited {
	margin: 15px 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
}
div.products a span {
	padding: 0 0 2px 18px;
	background: url('/assets/layout/bull2.gif') left bottom no-repeat;
}
div.products td.text {
	height: 293px;
	text-align: right;
	vertical-align: bottom;	
}
div.products ul,
div.products li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.products ul {
	margin: 10px;
}
/*
	teaserliste
*/
div.teaserlist {
	
}
div.teaser {
	padding: 20px 0 20px 0;
	border-top: 1px solid #aaa;
}
div.teaser a:link,
div.teaser a:visited {
	color: #FFF;
	text-decoration: none;
}
div.teaser span {
	display: block;
}
/*
	slideshow
*/
/* DIASHOW */

a.slideshow {
	background: url('/assets/layout/pfeil_blau.png') center left no-repeat;
	display: block;
	padding: 2px 0 2px 14px;
	margin: 10px 0;
	border: none;
}

div.slideshow a.lightview:link,
div.slideshow a.lightview:visited {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	-moz-box-shadow: 0px 0px 8px #959595;	
}
div.slideshow a.lightview.first,
div.slideshow a.lightview.newline {
/*	clear: left;
	margin-left: 0;*/
}
/*
	newsletter
*/
#newsletter {
	margin: 0;
	padding: 20px 0 0 0;
}
#newsletter h3 {
	font-size: 14px;
	margin: 0 0 8px 0;
}
#newsletter input {
	font-weight: normal;
	width: 154px;
	padding: 3px;
	
}
#newsletter input.S {
	margin: 4px 0;
	border: 1px solid #606060;
	font-size: 9px;
	font-weight: normal;
	width: auto;
	padding: 2px 0;
	text-align: center;
}
/*
	chronik
*/
.chronik td {
	padding: 0 1em 1em 0;
}

/*
	tooltip
*/
.tooltips {
	height: 170px;
}
.tooltip {
	position: absolute;
	height: 150x;
	width: 680px;
}
.tooltip ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 2px;
	list-style-type: none;
	clear: left;
}
.tooltip li {
	margin: 0;
}
