/* FARBEN

BODY
bg: #deeebb
font: Verdana
size: 12px

MENU
size: 13px / uppercase
color: #ffffff
hover: #f5f808
  
CONTENT
color: #0b0b0b
h1: #287e50
link: #287e50 / underline
hover: #287e50
trenner und li: #7eb296
*/

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	line-height: 1.2;
	background:#deeebb url(../img/bg.gif) repeat-x top left;
	font-family:Verdana;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#head {
	position: relative;
	width: 954px;
	height: 170px;
	background: #ffffff url(../img/bg.gif) repeat-x top left;
	border-right: 1px solid #7eb296;
}

#head h1 {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 15px;
	left: 10px;
	background: url(../img/logo.jpg) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}

#head span {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 45px;
	left: 330px;
	font-family: Times;
	font-size: 36px;
	color: #287e50;
	text-align: center;
}

#head h2 {
	position: absolute;
	width: 100px;
	height: 85px;
	top: 45px;
	right: 140px;
	background: url(../img/bgv.jpg) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}

#head h3 {
	position: absolute;
	width: 100px;
	height: 85px;
	top: 45px;
	right: 20px;
	background: url(../img/g.jpg) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}

#head h1 a, #head h2 a, #head h3 a {
	display: block;
	height: 100%;
}

ul#menu {
	height: 30px;
	margin-left: 10px;
}

ul#menu li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top: 5px;
	border-left: 1px solid #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

ul#menu li:first-child {
	border-left: none;
}

ul#menu li a {
	color: #ffffff;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #f5f808;
}

#cols {
	width: 954px;
	border-right: 1px solid #7eb296;
	border-bottom: 1px solid #7eb296;
	background: #ffffff;
}

ul#umenu {
	width: 210px;
	float: left;
	font-size: 13px;
	padding-top: 20px;
}

ul#umenu li {
	border-bottom: 1px solid #7eb296;
	margin: 0px 20px;
	padding: 10px 0px;
}

ul#umenu li a {
	display: block;
	color: #287e50;
	text-decoration: none;
}

ul#umenu li a:hover {
	color: #0b0b0b;
}

#content {
	float: left;
	width: 680px;
	padding: 20px;
	border-left: 1px solid #7eb296;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ul {
	margin-bottom: 10px;
}

#content h1,
#content h2 {
	font-size: 18px;
}

#content h3,
#content h4 {
	font-size: 16px;
}

#content h5,
#content h6 {
	font-size: 14px;
}

#content h1, #content h3, #content h5 {
	color: #287e50;
}

#content ul {
	margin-left: 15px;
	list-style-position: inside;
}

#content ul li {
	list-style: disc;
	margin-left: 15px;
}

#content a {
	color: #287e50;
	text-decoration: none;
}

#content a:hover {
	color: #287e50;
	text-decoration: underline;
}

.left {
	float: left;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.katalogHeadline {  
	color:#287e50;
	font-weight:bold;
	padding-bottom:5px;
	font-size:12px;
}
