* {
  
	margin: 0;
	padding: 0;
  
}

.invisible {
  
	visibility: hidden;
  
}

div {
  
  
}

body {
  
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: .9em;
	background: url("images/background.png") repeat-x;
  
}

p {
  
	margin: 1em 0;
  
}

strong.green {
  
	color: #529625;
  
}

#page {
  
	width: 800px;
	margin: 0 auto;
	text-align: left;
  
}

* html #page {
 
	width: 803px;	
  
}

#head {
  
	height: 127px;
	background: #FFFFFF url("images/head.png") no-repeat;
	padding-left: 50px;
 
}

#left {
  
	float: left;
	width: 280px;
  
}

#navi {
  
	height: 428px;
	padding-left: 22px;
	background: #4B4B4B url("images/navi.png") no-repeat;
	text-transform: uppercase;
	list-style-type: none;
	padding-top: 4px;
  
}

#navi li {

	background: url("images/pre_link.png") no-repeat left center;
	margin-left: 14px;
	padding: 6px 0 6px 22px;
	border-bottom: 1px solid #717171;
	margin-right: 3px;

}

#navi li:hover {

	background: url("images/pre_link_hover.png") no-repeat left center;

}

#navi li a {

	color: #FFFFFF;
	font-weight: 500;
	text-decoration: none;

}


#banner {
  
	display: block;
  
}

#content {
  
  	float: right;
  	width: 520px;
  
}
* html #content {

	margin-right: 0px;

}

#text {
  
	background: #FFFFFF url("images/fade_right.png") no-repeat;  
	min-height: 229px;
	padding: .5em 1em;
  
}

#kontakt {
  
	padding: .5em 5px .5em 30px;
	font-size: .75em;
  
}

#kontaktimg {
  
	display: block;
	margin-left: -16px;
	margin-bottom: .5em;
  
}

#foot {
  
	clear: both;
  
}

#addlinks {
  
	padding: 0 0 0 30px;
  
}

#addlinks address {
  
	font-size: .75em;
	font-style: normal;
	display: inline; 
	float: left;
  
}

#addlinks img {
  
	float: right;
  
}

#footer {
  
  	clear: both;
	padding: 2.5em 2em;
	background: #4B4B4B;
	text-align: center;
	color: #FFFFFF;
	font-size: .75em;
  
}

#copyright {
 
	float: left;
  
}

#footer a  {
  
	color: #FFFFFF;
	text-decoration: none;
	
}

#head form {

	float: right;
	padding-top: 44px;

}

#head form input.text {

	border: 1px solid #D9D9D9;
	height: 20px;

}

#head form input {

	vertical-align: middle;

}

#head .title {
  
  	padding-top: 33px;  
	display: block;
	margin-left: 23px;
	font-weight: bold;
	font-size: 22px;
  
}

#head .arrow {

	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 2px;	
	padding-left: 24px;
	background: url("images/arrow.png") no-repeat left center;
  
}

#willkommen {
  
	background: url("images/willkommen.png");
	height: 92px;
  
}

#willkommen .welcome {
  
	padding: 26px 0 0 12px;
	text-transform: uppercase;
	font-size: 	24px;
  
}

#willkommen a {
  
	padding: 0 0 0 12px;
	text-transform: uppercase;
	font-size: 	14px;
	color: #3B7E0A;
 	text-decoration: none;
  
}