/* 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: Verdana, Arial, Helvetica;  
	font-size:12px;
	line-height: 18px;  
	color:#4c3d35; 
	font-weight: normal;
}

body.main
{
	background: #f3dd93; 
	text-align:left;
	margin:0;
}


div
{
	text-align:left;
}

h1 
{
	font-size:16px; 
	font-weight:bold;
	font-style:italic; 
	text-align:left; 
	color:#24315f;
}

h2 
{
	font-size:12px; 
	font-weight:normal; 
	text-align:left; 
	color:#24315f;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#24315f;
	text-decoration:none;
}

a:hover
{
	color:#4c3d35;
	text-decoration:underline;
}

.braun
{	color:#64584f;}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

	#left
	{
	border-left:1px dashed #adadad;
	}

img 
{
	border:1px solid #b0b0b0;
	padding:3px;
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica;
	padding: 2px;
    border: 1px solid #4c3d35;
    margin: 3px;
	}
	
	input:hover, textarea:hover {

	color: #4c3d35;
	border: 1px solid #4c3d35;

}
	
form 
{
	display: inline;
}


/* Divs einstellen */
#page 
{
	background: url("../images/page.png") top left repeat-y; 
	width:955px;
	margin:0px auto;
}
#top 
{
	background:url("../images/top.jpg") top left no-repeat;
	height:451px;
	width:955px;
	margin:0px auto;
}


#navigation
{
	background: transparent;
	width: 955px;
	text-align: left;
	color: #fff2c6;
	padding:0 0 0 25px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
	}
	
	#navigation ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	#navigation ul li a:hover
	{
		color:#fff;	
	}
	
	#navigation ul ul li a
	{	
		color:#fff2c6;
	}
	
	#navigation ul ul li a:hover
	{
		color:#fff;		
	}
	
#middle
{
	background: url("../images/middle.png") bottom left no-repeat; 
	width:955px;
	min-height: 300px;
	margin:0px auto;
	height: auto;
}


#breadcrumb p
{
	margin-bottom:20px;
	font-size: 10px;
	color: #b6b6b6;
	}

#breadcrumb a
{
	font-size: 10px;
	color: #b6b6b6;
	text-decoration:none;
}

	#breadcrumb a:hover
	{	
		font-size: 10px;
		color: #b6b6b6;
		text-decoration:underline;
	}

#content
{
	float:none;
	padding:20px 0 25px 0;
	margin-left: 165px;
	width:730px;
}

#bottom
{
	background: url("../images/bottom.png") top left no-repeat; 
	width:955px;
	height:239px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#d0cdca;
	}
	#bottom p
	{	
		padding-top:130px;
		width: 300px;
		margin-left:600px;
		font-size: 10px;
		font-weight:normal;
		text-align:right;
		color: #d0cdca;
	}

	


/* Kontakt-Formular */
table.kontaktformular
{
	width: 400px;
}

table.kontaktformular td
{
	padding:5px;	
}

.font-big {
 font-family:Verdana, sans-serif;
 font-size:16px; font-weight:bold;
 color:#24315F;
}
.font-small {
 font-family:Verdana, sans-serif;
 font-size:10px; font-weight:normal;
 color:#333333;
 text-align:center;
}

.main2 {
 font-family:Verdana, sans-serif;
 font-size:12px; font-weight:normal;
 color:#333333;
 text-align:right;
 width:170px;
}
.main1 {
 font-family:Verdana, sans-serif;
 font-size:12px; font-weight:normal;
 color:#333333;
}
.foot {
 background-color:#EBEBEB;
}
.align {
 text-align:left;
}

.align-r {
 text-align:right;
}

.textarea:hover, .textarea:focus, .input:hover, .input:focus, .select:hover, .select:focus {
 border : 1px solid #24315F;
}
.button1 {
 width: 130px;
}
