#body {
	margin: 0;
	border: 0;
	clear: both;
}

#mainwrapper {
	width: 800px;
	height: 540px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0 auto;
}

#navigation {
	width: inherit;
	height: 25px;
	/* background-color: #0769b2; */
	border-bottom: 1px solid #000000;
}

#header {
	width: inherit;
	height: 175px;
	border-bottom: 1px solid #000000;
}

#content {
	width: inherit;
	height: 300px;
	/* background-color: #9999CC; */
	border-bottom: 1px solid #000000;
}

#content_left {
	float: left;
	width: 382px;
	height: 279px;
	padding: 10px;
}

 #content_right {
	float: right;
	width: 377px;
	height: 279px;
	padding: 10px;
}

#content_divisor {
	float: left;
	width: 1px;
	height: 299px;
	background-image: url(../images/divisorsenk.jpg);
}



#footer {
	width: inherit;
	height: 37px;
	background-color: #FFFFFF;
}

.footer_text {
	padding-top: 5px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}

.header {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

.mengentext {	
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}

.subheader {
	font-family: tahoma;
	font-size: 10px;
	color: #A15B01;
	font-weight: bold;
}

.header_orange {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #A15B01;
}

.piktogramm {
	/* position: absolute; */
	float: right;
	margin: 0 5px 5px 15px;
	/* right: 10px;
	top: 10px; */
}

.webbilder {
	margin: 8px 8px 8px 12px;
	border: 1px solid #006699;
}

.embbilder {
	margin: 2px;
	border: 1px solid #006699;
}
	
/* <<< Bilder-Galerie-Start >>> */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	margin-left: 4px;
	border: 2px solid #006699;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* <<< Bilder-Galerie-Ende >>> */

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #A15B01;
}

