body
	{
		margin: 0 0 20px 0;
		padding: 0;
		text-align: center;
		font-family: Arial, san-serif;
		font-size: 13px;
		background-image: url(gfx/bg.jpg);
		background-repeat: repeat-x;
		background-attachment: fixed;
		background-color: #99ccff;
	}

	
#wrapper
	{
		width: 812px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 25px;
		padding: 0;
		background-color: white;
		border: 1px solid #333333;


	}


#header
	{
		text-align: left;
		width: 812px;
		height: 166px;
		background-image: url(gfx/banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		margin: 0;
		padding: 0;
	}
	

#content
	{
		width: 800px;	
		padding: 0;
		margin: 0 6px 0 6px;
		background-color: #ffffff;
		text-align: left;
	}


#subnavi
	{
		width: 800px;
		height: 40px;
		font-size: 12px;
		margin: 0 6px 0 6px;
		padding: 0;
		text-align: left;
		background-color: #cccccc;
		background-image: url(gfx/bg3.jpg);
		background-repeat: repeat-x;
		color: #333333;
		font-weight: bold;
	}

p.sub
	{padding: 4px 0 0 4px; margin: 0;}

a.subon {text-decoration: none; color: #333333; border: 0;}
a.subon:hover {text-decoration: none; color: #333333; border: 0;}

a.suboff {text-decoration: none; color: #0066cc; border: 0;}
a.suboff:hover {text-decoration: underline; color: #0066cc; border: 0;}
	

ul#navigation 
	{
		width: 800px;
		height: 26px;
		margin: 0 6px 0 6px;
		padding: 0;
		list-style: none;
		background: #cccccc;
		background-image: url(gfx/bg2.jpg);
		border-top: 2px solid white;
		border-bottom: 2px solid #333333;
	}

ul#navigation li
	{
		margin: 0;
		padding: 0;
		text-align:	center;
		float: left;
	}

ul#navigation li.active a
	{
		display: block;
		height: 26px;
		line-height: 26px;
		width: 160px;
		background: #333333;
		background-image: url(gfx/button2.jpg);
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
	}


ul#navigation li.inactive a
	{
		display: block;
		height: 26px;
		line-height: 26px;
		width: 160px;
		background: #99ccff;
		background-image: url(gfx/button1.jpg);
		text-decoration: none;
		color: #333333;
		font-weight: bold;
	}


ul#navigation li.active a:hover
	{

		text-decoration: underline;
	}


ul#navigation li.inactive a:hover
	{
		text-decoration: underline;
	}


h1
	{
		font-size: 24px;
		font-weight: bold;
		margin: 10px 0 20px 0;
		padding: 0 4px 0 4px;
		border-bottom: 1px dashed #333333;
		color: #cc0000;
	}


h2
	{
		font-size: 16px;
		margin: 10px 0 20px 0;
		padding: 0 4px 0 4px;
		color: #333333;
		font-weight: bold;
		text-decoration: underline;
	}


h3
	{
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 20px 0;
		padding: 0 4px 0 4px;
		border-bottom: 1px dashed #cccccc;
		color: #cc0000;
	}


h4
	{
		font-size: 15px;
		margin: 10px 0 10px 0;
		padding: 0 4px 0 4px;
		color: #333333;
		font-weight: bold;
	}


h4 a {text-decoration: none; color: #0066cc; border: 0;}
h4 a:hover {border-bottom: 1px solid #333333;}


p
	{
		margin: 0;
		padding: 4px 4px 8px 4px;
		text-align: justify;
		line-height: 1.5em;
	}


ul.std
	{
		line-height: 2.1em;
	}

ul.bew
	{margin-top: 0px; padding-top: 0px;}
	
ul.bew li {padding-bottom: 4px;}
	
.fett {font-weight: bold;}

.right {text-align: right;}

p a {text-decoration: none; color: #0066cc; border-bottom: 1px dashed #0066cc;}
p a:hover {text-decoration: none; color: #0066cc; border-bottom: 2px solid #0066cc;}





/* Foto-Galerie */


#galerie
		{
			float: left;
			
		}


#galerie a
		{
			padding: 0;
			margin: 0;
		}


#galerie a img
		{
			margin: 6px 12px 6px 0;
			padding: 4px;
			border: 1px solid #aaa;
			background-color: #fff;
			float: left;
		}


#galerie a:hover img
		{
			margin: 6px 12px 6px 0;
			padding: 4px;
			border: 1px solid #aaa;
			background-color: #dce1e5;
			float: left;
		}
