/* @group General Styles */

body {
	line-height:1.4;
	font-family:verdana, helvetica;
	font-size:12px;
	//width: auto;
	//background-color: #BFBFBF;
}

p {
	padding-left: 0px;;
	text-align: justify;
}

b, strong {
font-family:verdana;
font-weight:bold;
}

a:link, a:visited {
font-family:verdana;
font-size:12px;
//color:blue;
}

a:hover {
font-family:verdana;
font-size:12px;
color:yellow;
}

a:active{
font-family:verdana;
font-size:12px;
color:blue;

}

img {
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */
div{
}

div.container {
	position:absolute;
	left:0px;
}


#zertifikat{
	z-index: 999;
	position:absolute;
	top:10px;
	left:232px;
	height:55px;
	width:96px;
	background-image:url(images/droppedImage.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
//	background-attachment:scroll;	

	}
	
#MHlogo{
	z-index: 800;
	position:absolute;
	top:25px;
	left:80px;
	height:146px;
	width:90px;
	background-image:url(images/MH_Logo_Sternchen.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}

#DisclaimerLink{
	position: absolute;
	top: 14px;
	left: 750px;
	font-variant: small-caps;
}

#DisclaimerLink a{
	font-style: normal;
	text-decoration: none;	
	color: grey;	
}


#container {
	position:absolute;
	//left:0px;
	margin: 0;
}

.clearer {
}

#pageHeader {
	z-index:610;
	background-image:url(images/droppedImage_2.gif);
	background-repeat:no-repeat;
	position: absolute;
	width:642px;
	height:71px;
	left:179px;
	top:30px;
	background-color:#192A00;

}

#pageHeader img {


}

#pageHeader h1 {
	position: absolute;
	font-family:verdana;
	font-variant: small-caps;
	font-size:20px;
	color:#FFFFFF;
	margin-left:140px;
	margin-top:-50px;
	
}

#pageHeader h2 {
	color:white;
	font-family:verdana;
	font-size:18px;
}

#contentContainer {
//z-index:3;
	margin-left:28px;
	position:absolute;
	width:584px;
	height:480px;
	left:210px;
	top:100px;
	background-color: rgba(203,254,203,0.17);

}

#contentContainer #content {
//z-index:5;
	margin-left:10px;
	margin-right:10px;
	width:545px;
	height:450px;
	overflow:auto;
//	position:absolute;
	padding-left:10px;
	padding-right: 18px;;
//	left:230px;
}

#contentBottom{
	position: absolute;
	width: 584px;
	height:32px;
	background-color: #cbfecb;
	left: 238px;
	top: 580px;
}
#sidebarContainer {
	position:absolute;
	//z-index:600;
	float: left;
	width:198px;
	height:600px;
	left:40px;
	top:12px;
	background-color:#000000;
	background-image:url(images/Clock-ray.jpg);
	background-repeat:no-repeat;
}

#sidebarContainer #sidebar {
	//position:absolute;
	
}

#sidebarContainer .sideHeader {
	}

#sidebarContainer #logo {
	
	}
	
#sidebarContainer #MHlogo {
		
	}


#footer { 
	position:absolute;
	float: right;
	width:  200px;
	top:587px;
	left: 47px;;
	font-family:verdana;
	color: white;
	font-size:11px;
}

#footer p {
}

#footer a:link, #footer a:visited {
	font-family:verdana;
	color: white;
	font-size:11px;
}

#footer a:hover, #footer a:active {
	font-family:verdana;
	color: red;
	font-size:11px;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	//background-color:#000000;
	position:absolute;
	z-index: 630;
//	float: left;
	top:150px;
	left:-30px;
	width:250px;
//	border:1px;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	z-index:621;
//	background-color:black;
//	position:absolute;
	color:white;
//	font-size:12px;
	font-weight:bold;
//	text-indent:0px;
//	vertical-align:middle;

}

#navcontainer li {
//	list-style-image:none;
	z-index:620;
	text-indent:0px;
//	float: left;
	color:white;
//	margin-top:13px;
	margin-left:0px;
	font-size:18px;
	font-weight:bold;
	padding-top:2px;
	padding-left:30px;
	width:210px;
	height:33px;
	background-image:url(images/NavIcon.png);
	background-repeat:no-repeat;
//	background-attachment:fixed;
//	background-position:-12px -4px;	
}

#navcontainer a {
//	text-indent:3px;
	//float: left;
	font-variant: small-caps;
	top:6px;
	left: 14px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
//	vertical-align:sub;
	margin-left:3px;
//	position:4px 4px;

}

#navcontainer a:hover {
	color:red;
}

#navcontainer a:active {
	color:red;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	font-family: verdana, helvetica;
	font-size: 12px;
//	color: red;
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
font-family:verdana;
font-size:14px;
color:#686A66;
}

h2 {
font-family:verdana;
font-size:14px;
color:#686A66;
}

h3 {
font-family:verdana;
font-size:12px;
color:#686A66;
}

h4 {
font-family:verdana;
font-size:12px;
color:#686A66;
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {

}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	position:absolute;
	color: white;
	float: right;
//	background-color: black;
	left: 66px;
	top: 453px;
}

#sidebarContainer #sidebar li {
	color: white;
}

#sidebarContainer #sidebar a {
	color: white;
}

/* Table Styles */
table {
font-family:verdana;
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	//float: right;
	//background-color: black;
	
}

ul.blog-tag-cloud li {
	
	
}

.blog-tag-size-1 {	
}

.blog-tag-size-2 {	
}

.blog-tag-size-3 {	
}

.blog-tag-size-4 {	
}

.blog-tag-size-5 {	
}

.blog-tag-size-6 {	
}

.blog-tag-size-7 {	
}

.blog-tag-size-8 {	
}

.blog-tag-size-9 {	
}

.blog-tag-size-10 {	
}

.blog-tag-size-11 {	
}

.blog-tag-size-12 {	
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {	
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {	
}

.blog-tag-size-17 {	
}

.blog-tag-size-18 {	
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {	
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
//	background-color: black;
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
}

.blog-archive-link {
		color: white;
}.blog-archive-link a:link, .blog-archive-link a:visited {
	color: white;
}
	
/* @end */

.blog-entry {
//	background-color: black;
}

.blog-entry-title {
}

.blog-entry-date {
}

/*styles the category link in the main entry */
.blog-entry-category {
		background-color: black;
}

.blog-entry-category a:link, .blog-entry-category a:visited {font-family:verdana;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
font-family:verdana;
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
//	background-color: black;
//	position: absolute;
	padding-top: 12px;;

}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
		color: white;
}

.blog-archive-link-disabled {
		color: white;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
//	background-color: black;
//	positon:absolute;
	color: white;
	margin-top: 450px;;
	margin-left: 20px;;
}

.blog-category-link-enabled {
	positon:absolute;
	left: 800px;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
font-family:verdana;
}

.filesharing-item-title a:hover {
font-family:verdana;
}

.filesharing-item-title a:visited {
font-family:verdana;
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */
