body
{
	background: url(bilder/wiese.jpg); /* Hintergrundbild */
	background-repeat: repeat-x;
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:13px;
	text-decoration:none;
	color: #737277; 
}

img
{
	border: white;
}

ul
{
	padding: 17px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}

li
{
	padding-bottom: 10px;
}

.list_leistungen
{
	width: 200px;
}

.list_home
{
	width: 320px;
}

a
{
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:13px;
	text-decoration:none;
	color: #444444;
}

a:hover {
	font-family:'Helvetica','Arial','Sans-serif';
	text-decoration:none;
	color: #737277;
}

a#bild { 	
  	font-family:'Helvetica','Arial','Sans-serif';
	font-size:11px;
	color: #444444; /*grau*/
}
	
a#bild:hover	
{
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:11px;
	color: #737277; /*grau*/
}

#container
{
	position: relative;
	left: 0px;
	//left:0px;
	margin-left: 0px;
	//margin-left: 0px;
}

.headline
{ 
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:15px;
	text-decoration:none;
	color: #A6C427; 
	line-height: 1.3em;
}

.headline2
{ 
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:13px;
	text-decoration:none;
	color: #A6C427; 
	line-height: 1.3em;
}

.bild {
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:11px;
	text-decoration:none;
	color: #737277; /*grau*/
	line-height:1.5em;
	z-index: 3;
}

.text38 {
	letter-spacing: 0.025em;
	line-height: 1.5em; 
	margin-right: 10%;
}

.bildtext {
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:13px;
	text-decoration:none;
	color: #737277; /*grau*/
	letter-spacing: 0.025em;
	line-height: 1.5em;
}
        

.box1 {
	position: absolute;
	background: white;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.box2 {
	position:absolute;
	right: 50px;
	top: 75px;
}

.box3 {                    /* Home */
	position:absolute;
	left: -3px;
	top: -1px;
	margin: 0px;

	padding: 10px 10px 10px 20px;
	
	height: 290px;
	width: 405px;
	line-height: 1.5em;
	
}

.box4 {						/* Leistungen */
	position:absolute;
	left: -3px;								
	top: -1px;
	margin: 0px;

	padding: 10px 10px 10px 20px;


	cursor:move;
	line-height: 1.5em;
	
	height: 290px;
	width: 405px;
}

.box5 {						/* Person */
	position:absolute;
	top: -1px;
	left: -3px;
	cursor:move;
	line-height: 1.3em;	
	
	height: 290px;
	width: 405px;
	max-width: 400px;
	
	padding: 10px 25px 10px 20px;
	
	font-family:'Helvetica','Arial','Sans-serif';
	font-size:15px;
	text-decoration:none;
	color: #737277; 
	z-index: 1;
}

.foto
{
	float:left;
	margin:0px 13px 0px 0px;
}

.box6 {						/* Kontakt */
	position:absolute;
	
	left: -3px;								
	top: -1px;
	margin: 0px;
	padding: 10px 5px 10px 20px;
	line-height: 1.5em;
	
	height: 290px;
	width: 405px;
}

.zahlen
{
		margin-left: 2em;
}		

.zahlen2
{
	margin-left: 2.8em;
}
		
.mail
{
	margin-left: 2.5em;
}		
    
.navspace
{
	width:25px;
}
	

/* Schatten */
.trans_box2
{
	position: relative;
	width: 405px;
	height: 297px;
	z-index: 0;
 	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='bilder/karte.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class]
{
  background-image:url(bilder/karte.png);
}