/* 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: Arial, Helvetica, sans serif; 
	font-size:12px;
	line-height: 18px; 
	color:#434242; 
	font-weight: normal;
}

body.main
{
	background: #dddddd; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#434242;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#ff9100;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#434242;
	text-decoration:underline;
}

a:hover
{
	color:#434242;
	text-decoration:none;
}

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:11px; 
	font-family:Arial, Helvetica, sans serif;
	padding: 2px;
    border: 1px solid #ff9100;
    margin: 3px;
	}
	
	input:hover, textarea:hover {

	color: #434242;
	border: 1px solid #ff9100;

}
	
form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	background: url("../images/middle.png") top left repeat-y;
	width:1000px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.png");
	width:1000px;
	height:169px;
	margin:0px auto;
}

#navi_top {
	width: 920px;
	text-align: right;
	color: #434242;
	font-size: 10px;
	padding-top:15px;
}

#navi_top li {
	display: inline;
	list-style-type: none;
}

#navi_top li a {
	text-decoration: none;
	color: #434242;
}

#navi_top li a:hover {
	color:#ff9100;
}

#navigation 
{ 
	float:left; 
	padding-top:60px; 
	width: 800px; 
	padding-left:220px; 
	}
	
#middle
{
	width:1000px;
	min-height: 350px;
	margin:0px auto;
	height: auto;
}

	
#fader
{
	width:1000px;
	height:265px;
	margin:0px auto;
	}
	

	 
#content
{
	float:none;
	padding-top:65px;
	padding-bottom:30px;
	margin-left: 80px;
	width: 840px;
}

#bottom
{
	background: url("../images/bottom.png") top left; 
	width:1000px;
	height:66px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#434242;
	}
	#bottom table
	{	
		width:840px;
		margin-left:80px;
		height:50px;
	}
	
	#bottom table td
	{	
		vertical-align:bottom;
		text-align:right;
		color: 434242;
	}

/* Kontakt-Formular */
table.kontaktformular
{
	width: 320px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;	
}

table.lightbox img
{
	border:0;	
}


