/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #FFFFFF;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:"Trebuchet MS",Verdana,Arial; 
	font-size:10pt; 
	color:#222222; 
	font-weight: normal;
}

body.main
{
	background: #E5E5E5 url('images/body.jpg') top left repeat-x; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:15pt; 
	font-weight:bold; 
	text-align:left; 
	color:#1C4174;
	margin-top:0px;
	margin-bottom:20px;
	border-bottom:1px dotted #1C4174;
}

h2 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#1C4174;
	margin-top:10px;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#1C4174;
	text-decoration:underline;
	font-weight:normal;
}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:10pt; 
	font-family:"Trebuchet MS",Verdana,Arial;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:850px;
	margin:0px auto;
	padding:0px;
	background:#FFF;
}
#top 
{
	background:#1C4174 url('images/top.jpg') top center no-repeat;
	width:100%;
	height:160px;
	margin:0px auto;
}
#top p
{
	padding:20px;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
}
#middle
{
	width:100%;
	margin:0px auto;
	background:#FFFFFF url('images/middle.jpg') top center repeat-y;
}


#content
{
	float:none;
	padding-top:5px;
	padding-bottom:0px;
	margin-left: 40px;
	width:770px;
}

#bottom
{
	width:100%;
	margin:0px auto;
	background:#E5E5E5 url('images/bottom.jpg') top center no-repeat;
}
	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#999;
	}
	#bottom p
	{
		font-weight:normal;
		font-size:8pt;
		color: #999;
		padding:30px;
		padding-top:12px;
		text-align:left;
	}


/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:3px solid #888888;	
}

