/* page layout */
body, html {
		margin: 20px;
		padding: 0;
		text-align:center;/* center layout in ie5 and 5.5. */
		background-color: #E4E3D9;   
		min-width: 790px;
		font-family: Verdana, Arial, sans-serif;
		color: #444444;           /* #334444; */
		font-size: small;
}
a:link, a:visited	
{	
	text-decoration:none;
	color: #444444; 
}
													
a:hover {
	text-decoration:none;
	color: #444444;
	cursor:pointer;
}  
p, div, ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
img {
	border:0px;
	margin: 0;
	padding: 0;
} 
/* Definition for main frames in page */		
#pageFrame {
	width: 630px; 			
	margin: 0px auto;
	margin-bottom: 0px;
	margin-top: 30px;
	text-align:left;
}
* html #pageFrame
{
	height: 100%;
	margin-top: 0px;
	font-size: 90%;
}

#head
{
	background-color: #D1D1D1;
	margin-bottom: -1px;
}
* html #head img{
	margin-bottom: -3px;
}
#content				/* wächst dynamisch, Hintergrundfarbe setzen */
{
	background-color: #FCF4ED;
	padding: 0 0 20px 10px; 
 
}
#footer
{
	background-color: #77A632;
	height: 60px;
	padding: 5px 0px 20px 20px;
}

ul
{
	list-style:none;
	list-style-position: outside;
	margin:0px 0px 0px 0px;
	padding:0px;
}
li{
	margin:0px 0px 0px 0px;
	padding:0px;
}	
ul.menuHorizontal{
	display: inline;
	margin: 0 0 0 10px;
	line-height: 100%;
}
ul.menuHorizontal li{
	display: inline;
	margin-right: 20px;
	font-size: 120%;
	font-weight: 800;
	color: #36AA14;
}
ul.frager li {
	margin-bottom: 15px;
}
ul.aufzaehlung
{
	list-style:circle;
	list-style-position: outside;
	line-height: 1.3;
}
* html ul.aufzaehlung {
	list-style-position: inside;
}
h1
{
	font-size: 120%;
	font-weight: 600;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}
h4, h2{
	margin:0px 10px 10px 0px;
	font-weight: 400;
	font-size: 100%;
}
.leftColumn, .rightColumn, #leftColumn, #rightColumn
{
	float: left;
	width: 42%;
	margin: 10px 20px 10px 10px;
}

#contact_impressum{
	float:right; 
	width:100px;
	padding-top: 5px;
}
#contact_impressum li{
	padding-top: 5px;
}
p.contact_impressum{
	margin: 5px 0 5px 0;
}
p.referenz{
	margin: 30px 0 0 40px;
}
div.impressum{
	margin: 10px 20px 20px 10px;
}
div.impressum p{
	font-size: 100%;
	margin: 0 0 5px 0;
}
