@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#d0cccb;
	margin:0;
	color:#9b9794;
	font-family:Arial, Helvetica, sans-serif;
}

.header
{
	height: 150px;
}

	#title
	{
		padding-left:50px;
		padding-top:90px;
		font-size: 20px;
		color:#003056;
	}

.content
{
	height: 294px;
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	
}

	#galerie
	{
		padding-top: 96px;
	}

.footer
{}

	#ft1
	{
		padding-left:812px;
		padding-top: 10px;
		font-size: 20px;
	}
	
	#ft2
	{
		padding-left:750px;
		font-size: 18px;
	}
	
a
{
	border: 0;
}
	
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:underline}

img
{
	border: 0 none;
}

#uns, #vorstand
{
	display:inline-block;
	color:#d0cccb;
	width:100px;
	text-indent: -2em;
}

#mitglieder
{
	display:inline-block;
	color:#d0cccb;
	width:100px;
}

#termine, #projekte, #kontakt
{
	display:inline-block;
	color:#d0cccb;
	width:100px;
	text-indent: 2.5em;
}

#links
{
	display:inline-block;
	color:#d0cccb;
	width:100px;
	text-indent: 3.5em;
}
