body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

#wrapper{
	margin: 0px auto 0px auto;
	width: 835px;
}

a:link, a:visited, a:active {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #FF0F00;
	text-decoration: none;
}
/* Service-Navigation */
#servicenavi {
	padding: 6px 0px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#servicenavi a {
	color: #111;
	background-color: transparent;
	text-decoration: none;
	padding: 0px 6px;
}

#servicenavi a:hover {
	color: #FF0F00;
	background-color: transparent;
}

#servicenavi a.aktiv{
	color: #FF0F00;
	font-style: italic;
	background-color: transparent;
}
/* farbige Streifen */
#streifen {
	position: relative;
	top: -41px;
}

/* Inhalt und allgemeine Deklarationen */
#inhalt {
	position: relative;
	top: -14px;
	margin-left: 225px;
}

#inhalt a {
	color: #FF0F00;
	background-color: transparent;	
}

#inhalt a:hover {
	color: #36E300;
	background-color: transparent;
}

#inhalt li {
	margin-bottom: 10px;
}
h1 {
	font-size: 13px;
	background-color: transparent;
	color: #111;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.klein {
    font-size: 9px;        
}

td {
	vertical-align: top;
	padding: 3px 0px;
	font-size: 12px;
}

td p {
	margin-top: 0px;
	padding-top: 0px;
}

th {	
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid black;
	font-weight: normal;
}
th.right {
	text-align: right;
}
img {
	border: none;
}

/* Navigation */
#navi {
	position: absolute;
	top: 331px;
	width: 202px;
}

#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	z-index: 1;
}

#navi ul li {
	position: relative;
	line-height: 16px;
	font-size: 11px;
}

/* Link-Aussehen Hauptnavigation */
#navi ul li a {
	display: block;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
	background-color: #fff;
	color: #111;
	font-weight: bold;
}


#navi ul li a:hover {
	padding: 1px;
	margin: 0px;
	color: #FF0F00;
	background-color: #fff;
}

/* Unternavigation */
#navi ul li ul {
		
}

#navi li ul li {
	margin-left: 7px;	
}
#navi li ul li a {
	font-weight: normal;
}

#navi li:hover ul, #navi li.over ul {
	
}

.aktiv {
	color: #FF0F00 !important;
	font-style: italic !important;
}
/* Ende Navigation */
/* Logo und Text unterhalb Navigation */
#navi img {
	border: none;
	margin: 20px 0px;
	padding:  0px;
	text-align: center;
}

#navi p {
	font-size: 10px;
	margin: 10px 0px;
	padding: 0px;
}

.zentriert {
	text-align: center;
}

.rot {
	color: #FF0F00;
}
 /* Sitemap */
.sitemap
{
	list-style-type: none;
	margin-left: 0px;
}

.sitemap li ul
{
	list-style-type: square;
}
/* Formularelemente */
.formfeld {
	border: 1px solid #BCBCBC;
}

.button {
	border: 1px solid #ff0f00;
	background-color: #fff;	
	height: 20px;
}

/* Rahmen um Bilder in Galerie */

.imagecontainer{
	float: left;
/*	clear: left;  */
	background: url(../bilder/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../bilder/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 10px 10px !important;
	margin: 10px 5px 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: White;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../bilder/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../bilder/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../bilder/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
