/* Bereiche */

body
{
	margin:0;
	padding:20px;
	text-align:center;
	
	background-color:#e6e3d6;
	background-image:url(gfx/background.jpg);
	background-repeat:repeat-x;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#siteWrapper
{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:960px;
	text-align:left;
}

#content
{
	margin:0;
	padding:30px;
	width:900px;
	min-height:350px;
	height:auto !important;  /* für moderne Browser */
	height:350px;  /*für den IE */		
	text-align:left;

	background-color:#FFFFFF;	
}

#footer
{
	margin:0;
	margin-top:10px;
	padding:0;
	width:960px;
	text-align:right;
}

.galleryItem
{
	margin:0;
	margin-right:18px;
	margin-top:18px;
	padding:0;
	width:165px;
	
	float:left;
}

/* Navigation */

ul#navigation
{
	margin:0;
	padding:0;
	text-align:center;
}

ul#navigation li
{
	margin:0;
	margin-right:1px;
	padding:0;
	
	list-style:none;
	display:block;
	float:left;
}

ul#navigation a
{
	padding:5px;
	width:181px;
	
	background-color:#56524b;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;

	display:block;
}

ul#navigation a:hover
{
	background-color:#94896e;
	color:#FFFFFF;
}

/* Links */

a:link
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:active
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:link
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:visited
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:active
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:hover
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:#eadbb7;
}

/* Überschriften */

h1
{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	margin-bottom:20px;
}

h2
{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	margin-bottom:20px;
}

/* Text */

p
{
	font-size:11px;
	color:#000000;
	line-height:1.5;
	
	margin:0;
}

p.justify
{
	font-size:11px;
	color:#000000;
	line-height:1.5;
	text-align:justify;
	
	margin:0;
}

p.note
{
	font-size:9px;
	color:#000000;
	line-height:1.5;
	
	margin:0;
	margin-top:5px;
}

p.small
{
	font-size:9px;
	color:#000000;
	line-height:1.5;
	
	margin:0;
}

/* Listen */



/* Grafiken */

.imgBorder
{
    border-width:1px;
    border-color:#56524B;
    border-style:solid;
}

/* Formulare */

label
{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	color:#000000;
}

form
{
	margin:0px;
	padding:0px;
}

input, select, textarea
{
	font-family:Verdana, Arial;
	font-size:11px;
	margin:0px;
}

input.text
{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #4F5C08;
	color:#000000;
}

select.text
{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #56524B;
	color:#000000;
}

input.button {
	padding:4px;
	border:none;
	background-color:#56524B;
	font-weight:bold;
	color:#FFFFFF;
}

textarea
{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #56524B;
	color:#000000;
}