/* CSS Document */

/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

a:focus {outline:0;}

/*** Start Styles ***/

/*** Aufbau ***/

body {
	background:#ffffff;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
	/* \*/ * html body { text-align:center; font-size: normal; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/** Gerüst **/

#wrapper {
background-image:url(header_bg.jpg);
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:868px;
	}
	
#wrapper_nhm {
	background: none;
	position:relative;
	display:block;
	margin:10px auto;
	padding:0;
	height:100%;
	width:867px;
	border:1px solid #d01525;
	}

#navigation {
	position:relative;
	border: 2px solid ##f8df9; 
	border-width: 1px 1px 1px 1px;
	/*background-color:#fcf3df;*/
	float:right;
	margin-top:0px;
	}
	
#navigation_nhm {
	position:relative;
	float:left;
	margin-top:45px;
	margin-bottom:20px;
	}

#header {
	background-image:url(header_bg.jpg);
	position:relative;
	margin:0;
	padding:0;
	min-height:199px;
	height:199px;
	}
	
#header_nhm {
	position:relative;
	margin:0;
	padding:0;
	min-height:150px;
	height:150px;
	border-bottom: 1px solid #d01525;
	}

# bild {
	float:right;
	height:150px;
}

#logo {float:left;}

#content {
	background-image:url(content_bg2.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	}

#content_nhm {
	background-image:url(content_bg_nhm.jpg);
	background-repeat:repeat;
	padding:0;
	margin:0;
	}
	
#artikel {
	width:549px;
	padding:50px 50px 0px 50px;
	float:right;
	/*border-left:2px solid #fcf3df;*/
	}

	
#footer {
	background-image:url(footer_bg.jpg);
	height:36px;
	width:100%;
	clear:both;
	}
	
	
#footer p {
	padding-left: 550px;
	padding-top: 15px;
	color:#5b5b5e;
	font-size: 10px;
}

#footer p a,
#footer p a:link {
	color:#5b5b5e;
	text-decoration:none;
	}

#footer p a:hover {
	color:#37444f;
	text-decoration: underline;
	}

#footer_nhm {
	background-color: #fbc02c;
	height:36px;
	width:100%;
	clear:both;
	}	

#footer_nhm p {
	padding-left: 680px;
	padding-top: 10px;
	color:#37444f;
	background:inherit;
	font-size: 10px;
}

#footer_nhm p a,
#footer_nhm p a:link {
	color:#37444f;
	text-decoration:none;
	background:inherit;
}

#footer_nhm p a:hover {
	color:#37444f;
	text-decoration: underline;
	background:inherit;
}


/** Content **/



#artikel h2 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:0.2em;
	}
	
#artikel h1 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #f4c060;
	}
	
#artikel p {
	margin-bottom:1.5em;
	}
	
#artikel a, a:active { color:#000000;
text-decoration:underline;
}

#artikel a:hover {text-decoration:none;}

#artikel ul, 
#artikel ol {
	margin-bottom:1.2em;
	font-size:1em;
	line-height:1.1em;
}

#artikel ol li {
	margin:0 0 0 30px;
	list-style-type: circle;
} 
#artikel ul li {
	margin:0 0 0 20px;
	list-style-type: circle;
}

#bild2 {
	float:left;
	width:217px;
	}

.overlay {
	background-color:#ffffff;
	filter:alpha(opacity=60);/* for IE */
 	opacity:0.6; /* CSS3 standard*/ 
	}
	
.block {
display:block;
	background-color:#FF9933;
	color:#000;
	}

/* ### Formular ### */

.kontakt {
	border: 1px solid #f4c060;
	width: 540px;
	padding: 10px;}

label.text{
	width: 150px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 300px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 100px;
	height:20px;
	background-color: #ddd;
	color:#000;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #fff;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 350px;
	height:100px;
	background-color: #ddd;
	color:#000;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #fff;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #aaa;
	color:#fff;
	margin-top: 10px;
	border: none;
}

/* ### Galerie ### */

div.galerie {
	clear: both;
	margin-top: 20px;
}
div.galerie div.image {
	float: left;
	width: 135px;
}

div.galerie div.image img{
	padding: 5px;
	border:1px solid #f4c060;
}



