/*
Grundaufbau
*/

html, body
{
	background-color: #312824;
	font-family: Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	
	
}

#wrapper
{
	margin: auto ;
	margin-top: 30px;
	margin-bottom: 0;
	height: 800px;
	width: 816px;
	background:  #312824 url(gfx/dasi-bg.jpg) no-repeat;

	position: static;

	
}

#aktuelles

{
	width: 140px;
	height: 180px;
	position: absolute;
	margin-left: 630px;
	margin-top: 300px;
	display: inline;
	z-index: 5000;
	
}


#header

{
	
	width: 656px;
	height: 250px;
	padding-left: 60px;
	z-index: 1;
	background: transparent url(gfx/header-plain.jpg) no-repeat right bottom;


	
}



#main
{
	background:  transparent url(gfx/main.jpg) no-repeat top right;
	width: 735px;
	min-height: 550px;
	margin-top: -20px;
}


#palimpalim
{
	background: transparent url(gfx/palim.jpg) repeat-y ;
	margin-left: 60px;
	
	
}



#content
{
	
	width: 480px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 50px;

	
}

#footer
{
	background: transparent url(gfx/footer.jpg) no-repeat top right;
	height: 150px;
	width: 564px;
	margin-left: 61px;
	padding-top: 50px;
	text-align: center;

	
}

/*
Navi, Menu
*/


#navi
{
	width: 150px;
	height: 230px;
	position: absolute;
	
	margin-left: 650px;
	margin-top: 534px;
		display: inline;
	
}

#navi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 210px;
	width: 150px;
}

#navi ul li
{
	height: 36px;
	
	
	

}

#navi ul li a 
{
	margin: 0;
	text-decoration: none;
	color:#312824;
		
}


#navi ul li a:hover,
#navi ul li a:focus {
	
	color: #EFE5D7;




	}
/*
Textdeklarationen etc. 
*/
#footer span
{
	text-align: center;
	font-size: 0.7em;
	
	color: #EFE5D7;
	
}

#footer span a 
{
	
	color: #EFE5D7;
	text-decoration: none;
	
}

h1
{
	color: #312824;
	font-size: 2em;
	
	text-transform: lowercase;
}

h2, h2 a 
{
	color: #312824;
	font-size: 0.9em;
	text-decoration: underline;
	line-height: 1.5em;
	font-weight: normal;
	
	
}

h3{ color: #312824;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
#content p
{
	
	color: #312824;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content p a
{
	
	color: #312824;
	border: none;
	
}

#content p img
{
	
	color: #312824;
	border: none;
	margin: 10px;
	
}
#aktuelles h1
{
	font-size: 1.4em;
	text-align: center;
}

#aktuelles p
{
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}

#aktuelles p a
{
	color: #312824;
	border: none;
}


address
{
	
	color: #312824;
	font-size: 0.8em;
	line-height: 1.5em;
	font-style: normal;
}

/*google map */

#dasignora
{
	width: 250px;
	height: 250px;
	overflow: hidden;
	
	border: 1px solid #312824;
}

.routenplaner
{
	

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #312824;
}

