* { 

}

html {
	margin:0px;
        padding:0px;
        border:none;
       
}

body { background-image:url(bg.gif); background-position: 50% top; background-repeat: repeat-x; border-style: none; text-align: center; font-family:Verdana,Arial,Helvetica,sans-serif; background-color: #f2f2f3; }

h1, h2, h3 {
	
}

h1 { color: #99370b; margin-bottom: 6px; text-align: left; font-size: 16px; font-weight: bold; }

h2 { color: #363636; margin-bottom: 6px; text-align: left; font-size: 14px; font-weight: bold; font-style: oblique;}

h3 { color: #99370b; font-size: 12px; text-align: left; font-weight: bold; }

h4 {
	color: #A5816F;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 16px;
	text-align: justify;
	line-height: 22px;
	font-size: 12px;
}





a {
	text-decoration: none;
	
	color: #99370b;
}

a:hover {
	text-decoration: underline;
	color: #99370b;
}

.rechts {
float: right;
margin-left: 10px;
} 

.links {
float: left;
margin-right: 10px;
} 

/* Rahmen */

#rahmen {
			width: 1024px;
			margin-top: 15px;
			margin-bottom: 5px;
			background-color: #98abba;
		}

/* Header */

#header {
	background: url(caspar_david_friedrich-abendstern.png) repeat-y;
	width: 1012px;
	height: 162px;
	margin: 6px;
	text-align: right;
	vertical-align: bottom;
}


/* Menu */

#menu { 
	background: url(vertikal.png) repeat-y;
	float: left;
	vertical-align: top;
	width: 200px;
	font-size: 14px;
	font-style: italic;
	color: #0e0e0e;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px; }

#menu ul {
	padding: 0px;
}

#menu li { 	padding: 0px; 
			display: block;
			height:30px;
			line-height:30px;
			margin-bottom: 7px;
			}

#menu a { 	display: block;
       		height:20px;
			line-height:20px;
			margin-left: 0;
			margin-bottom:0;			
       		padding-left:10px;

			}

#menu a:hover {  text-decoration: none;
			background-repeat: no-repeat;
			background-attachment: scroll;
			margin-left: 0px;
			height:15px;
			line-height:15px;
			 }
					 
.active {	
			margin-left: 12px;
}






/* Inhalt */


#inhalt {
	width:	1012px;
	margin: 6px;
	background-color: #FFE7CE;
}

#context {	float: right;
			width: 700px;
			margin-top: 20px;
			margin-right: 50px;
			margin-bottom: 20px;
			margin-left: 6px;
		}




/* Footer */


#footer { background: #524f56;
			width:	1012px;
			margin: 6px;
			vertical-align: bottom;
			}

#footer p 	{margin: 6px;		
			text-align: center;
			font-size: 12px;
			}
			
#footer a	{color: #9e9fa0;}


/* InfoBox */

#InfoBox {
visibility:hidden;
position:absolute;
top:10px;
left:10px;
z-index:1;

/* diese Angaben können Sie anpassen */
width:175px;
background-color:#98abba;
border:solid 2px #524f56;
}


/* weitere Box in der Info-Box für padding */
#BoxInnen {
padding:10px;
}


/* Formatierung Texte in der Info-Box */

#BoxInhalte { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFE7CE; font-weight: bold; line-height:130%; }
