/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: transparent;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Arial, Helvetica; 
	font-size:13px;
	line-height: 18px; 
	color:#222; 
	font-weight: normal;
}

body.main
{
	background: #fff url("../images/bg.jpg") repeat-x ; 
	text-align:left;
	margin:0px;

}


div
{
	text-align:left;
}

h1 
{
	font-family: "Times New Roman", Times, serif;
	font-size:30px; 
	font-weight:bold; 
	text-align:left; 
	color:#b3071b;
	margin-top:0px;
	margin-bottom:10px;
}

h2 
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold; 
	text-align:left; 
	color:#b3071b;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color: #222;
	text-decoration:underline;
}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border: 1px dolid #c9c9c9;
	
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family:Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:1050px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	width:1050px;
	height:322px;	
	margin:0px auto;
}

#middle
{
	background: url("../images/page.png") repeat-y; 
	min-height:400px;
	width: 1050px;
}

#navigation
{
	margin:0px auto;
	padding-top: 17px;
	margin-left: 70px;
	width: 950px;
	}

	#navigation a
	{
		text-align: center;
		color: #fff;
		text-decoration:none;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding-left:0px;
		margin:0px;
	}
	
#content
{
	float:none;
	padding-top:30px;
	padding-bottom:30px;
	margin-left: 100px;
	width: 850px;
}

#bottom
{
	background: url("../images/page.png") repeat-y; 
	width:1050px;
	margin:0px auto;
}

	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#b4b9bd;
	}
	#bottom p
	{
		font-weight:normal;
		font-size: 11px;
		margin-right:100px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:right;
	}

/* page creation by wgmedia.de */
#wgmedia
{
	width:1050px;
	margin:0px auto;
	text-align:center;
}
	#wgmedia a
	{
		text-decoration:none;
		font-size: 10px;
		font-weight:normal;
		color:#cbcbcb;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 300px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:1px solid #888888;
	padding: 5px;	
}


