* 
	{
		margin:0;
		padding:0;
	}

legend
	{
		font-weight:bold;
	}

body 
	{
		margin:0px; 
		padding:0px;
		text-align: center;
		background-color:#FFFFFF;
		font-size: 10pt;
		font-family: "georgia", "times new roman", serif;
		color: #333333;	
	}

#main 
	{
		background-color:#FFCC99;
		width:800px;
		border:10px solid #FFCC99;	
		margin-left: auto;
		margin-right: auto;	
		margin-top:20px;
		margin-bottom:10px;	
		text-align: left;
	}

#header
	{
		height: 100px;
		background-color:#FF9933;
	}

#headercontent
	{
		padding: 15px;
	}

#headercontent h1
	{
		color:#ffffff;
		font-size:2em;
	}

#headercontent h1 sup
	{
		color:#777777;
	}

#headercontent h2
	{
		color:#777777;
		font-size:1em;
	}

/* 
 * Navigation
 */

#navigation
	{
		float: left;
		width: 150px;
		margin-right:10px;
		margin-bottom:2px;
	}

#navigation a, a:link, a:visited
	{
		display:block; 
		width:150px; 
		height:25px;
		text-decoration:none;
		font-family: "georgia", "times new roman", serif;
		color: #333333;			
	}

div.navbox
	{
		border: 2px solid #FF9933;
		margin-top:2px;
		padding:3px;
	}

#content
	{
		padding:10px;
	}

#googlemap
	{
		float:left;
		border:3px solid #FF9933;
	}

#suchergebnis td
	{
		margin:2px;
	}

#suchergebnis tr:hover
	{
		background-color:#FF9933;
	}

#footer
	{
		clear:both;
		height: 20px;
		background-color:#FF9933;
	}

/* 
 * Buttons
 */


a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
