@charset "utf-8";

@import url(slide.css);

*		{ margin: 0px; padding: 0px; border: 0px; }



body	{ 	
			font-family: ARIAL;
			background-color: #C9CDE0;
			font-size: 0.75em;
			}

div#wrap {	width: 1000px; 
			min-height:100%;
			height: auto;
			height:100%;
			margin-top: 50px; 
			
			}

div#header {		width: 1000px; 
				height: 200px; 
				background-image: url("../images/header.jpg");
				background-repeat:no-repeat;}

div#positioner{	
			position:absolute;
			height: auto; width: 670px;    
			left: 290px; top: 240px; 
			min-height: 500px;
			
			
		}	

div#menu_inner {
		padding-top:60px;
		padding-left:20px;
		font-family: Lucida Handwriting;
		font-size:11pt;
		line-height:2em;
		
		
}

div#menu_inner ul {
		list-style:none;
		
}

div#menu_inner a:link, a:visited {
	text-decoration: none;
	
	}
	
div#menu_inner a:hover{
	text-decoration:underline;

}	
	
a {
	color:#000000;
}

	
div#menu {	
			height:500px;
			margin-top:-5px;
			float:left;
			width:250px;
			
			background-image: url("../images/menu.jpg");
			background-repeat:no-repeat;
		}

h3{
	margin-bottom: 10px;

}

h2{
	margin-bottom: 20px;

}
	
img{
		border-style: solid;
        border-color: #85889B;
        border-width: 7px;
		margin-left:10px;
		margin-right: 10px;

}


figure {
  padding: 5px;
  width: 190px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: #636363;
  color: #cccccc;
  font-style: italic;
  border-radius: 0 0 3px 3px;
  width:190px;
}
	
div#content_frame {
				margin-top:20px;
				margin-left:20px;
				float:right;
				height:475px;
				width:730px;
				background-image: url("../images/content.jpg");
				background-repeat:no-repeat;
}

				

p#footer {		width: 1000px; 
				height: 250px; 
				background-image: url("../images/footer.jpg");
				background-repeat:no-repeat;
				position:absolute;
				left:-290px;
				bottom:-250px;
				}
				
div#main: {
				padding-bottom:200px;
}


div#wrap {
    position: absolute;
    left: 50%;
    width: 1000px;
    margin-left: -500px;

}

ul{
	list-style-position: inside;

}

.untermenu{
  margin-left: 20px;
}







