* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
   height: 100%;
   margin-bottom: 0.1px;
}


body {
	color: black;
	font: 80%/1.6em arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ccecf4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 950px;
	margin: 25px auto 0 auto;
	background-image: url(images/content-bg.jpg);
}

#header {
	width: 950px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 950px;
	height: 150px;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #CCECF4;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	color: silver;
}

#menu  {
	float: left;
	width: 200px;
	text-align: left;
}

#content {
	float: right;
	width: 700px;
	text-align: left;
}

.abstand {
	padding-top: 20px !important;
}

/* Menu */


#menu ul {
	list-style-type: none;
	margin-left: 50px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #505a5a;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	padding: 3px 0 3px 0;
}

#menu ul li a:hover {
	color: #00a0c6;
	padding-left: 1px;
}

#menu ul li a.current, #menu ul li a.current:hover {
	font-weight: bold;
	color: #00a0c6;
}

#menu ul li a.kat1:hover {
	color: #FEC516;
}

#menu ul li a.kat1.current {
	font-weight: bold;
	color: #FEC516;
}

#menu ul li a.kat2:hover {
	color: #FF8B19;
}

#menu ul li a.kat2.current {
	font-weight: bold;
	color: #FF8B19;
}

#menu ul li a.kat3:hover {
	color: #91BC00;
}

#menu ul li a.kat3.current {
	font-weight: bold;
	color: #91BC00;
}


/* Content */
strong {
	color: #00a0c6;
}

em {
	color: #8c8c8c;
}

h1 {
	margin: 15px 50px 10px 0;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff7f00;
	line-height: 1.4em;
}

h2 {
	margin: 15px 50px 10px 0;
	color: #8c8c8c;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

h1.kat1 {
	color: #FEC516;
}

h1.kat2 {
	color: #FF8B19;
}

h1.kat3 {
	color: #91BC00;
}

h2.kat1, h2.kat2, h2.kat3 {
	color: #00a0c6;
}

.gelb {
	display	: inline;
	color	: #FEC516;
}

.orange {
	display	: inline;
	color	: #FF8B19;
}

.gruen {
	display	: inline;
	color	: #91BC00;
}

.blau {
	display	: inline;
	color	: #00a0c6;
}

#content p {
	margin: 10px 50px 10px 0;
	line-height: 1.8em;
}

#content img {
	margin: 0px;
	float: right;
	margin: 5px 50px 10px 25px;
	padding: 3px;
	border: 1px solid #e3e8e9;
}

#galerie img {
	margin: 5px 25px;
	float: inline !important;
	border: 1px solid #e3e8e9;
}

#content ul, #content ol {
	margin: 10px 50px 10px 10px;
}

#content ul li {
	list-style: none;
	line-height: 1.8em;
	margin: 10px 0;
	padding-left: 20px;
	background-image: url(images/bluestar.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content ul li li {
	background-image: url(images/orangestar.gif);
	margin: 5px 0;
}

#content a {
	color: #91BC00;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

#content a:hover {
	color: silver;
	text-decoration: none;
	border-bottom: 2px solid #00a0c6;
}

#footer a {
	color: #b1b4b4;
	text-decoration: none;
	border-bottom: 1px solid #949899;
}

#footer a:hover {
	color: #949899;
	text-decoration: none;
	border-bottom: 1px solid #00a0c6;
}

#footer p {
	padding: 35px 65px 0 0 !important;
}

