/*Allgemeine Body Einstellungen*/
body {
	background-color:#FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande,Verdana, Arial, Helvetica;
	scrollbar-base-color: #DDDDDD;
	scrollbar-face-color: #DDDDDD;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FF0033;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	/*overflow: scroll;*/
	text-align: center;
	height:100%;
	margin-top:40px;

}


/* TYPOGRAFIE und FARBEN */

td,tr, div, span, li, ul, input, h1, h2, table {
	font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande,Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	/*text-align : justify;*/
	}

h1 {font-size: 22px; font-weight: normal; margin:0px; padding: 0px;}
h2 {font-size: 11px; color: #666666; font-weight: normal; margin:0px; padding: 0px; line-height: 18px;}
/*h3 {font-size: 12px; margin:0px; padding: 0px;}*/



/*KOPFZEILE"*/
#logo {
	display: block;
	width: 980px;
	height: 108px;
	/*margin: 0px auto; text-align: left;*/
	background-image: url(../img/logo.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px; 
	color: #666666; 
	font-weight: normal;
	}




/* CONTENT */
#frame {
	width: 980px; 
	/*padding: 0 20px 0 20px;*/
	margin: 0px auto; text-align: left;
	}
	

#eckdaten {
	
	width: 510px;
	height: 432px;
	background-color:#F9F9F9;
	padding: 47px 50px 28px 60px;
	float: left;
	}

*html #eckdaten {

	width: 622px;
	height: 507px;
	}	
	
#foto {
	
	width: 337px;
	height: 507px;
	float: right;
	}

#box_left {
	
	width: 410px;
	height: 130px;
	background-color:#F9F9F9;
	padding: 50px 40px 0 30px;
	margin-bottom: 40px;
	text-align:left;
	float: left;
 }
 

*html #box_left {

	width: 480px;
	height: 180px;
	}



#box_right {
	
	width: 410px;
	height: 130px;
	background-color:#F9F9F9;
	padding: 50px 40px 0 30px;
	margin-bottom: 40px;
	text-align:left;
	float: right;
 }
 
 *html #box_right {

	width: 480px;
	height: 180px;
	}


#google {
	
	width: 480px;
	height: 505px;
	background-color:#F9F9F9;
	float: left;
	
 }
 
#map {
	
	width: 410px;
	height: 180px;
	padding: 325px 40px 10px 30px;
	text-align:left;
	background-color:#F9F9F9;
	float: right;
	
 }
 
 *html #map {

	width: 480px;
	height: 505px;
	}
	
	
#gallery{
	
	width: 980px;
	height: 230px;
	margin: 30px 0 30px 0;
}



	#gallery img{
		float:left;
		width:230px;
		height:230px;
		border: 0px;
		margin-right: 20px;
		
	}
	
/* float elements fix */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.end {
	display: block;
	height: 40px;
	width: 980px;
	}

/*LINKS*/

a:link {color: #FF0044; text-decoration: none;}
a:visited {color: #FF0044; text-decoration: none;}
a:hover {color: #FF0044; text-decoration: none;}
a:active {color: #FF0044; text-decoration: none; cursor: default}


