@charset "utf-8";
/* CSS Document */

html,body,td,th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;	
	/* Scrollbar */
 	scrollbar-face-color: #F8FCF8;
	scrollbar-highlight-color: #C8C899;
	scrollbar-3dlight-color: #B6E0B6;
	scrollbar-shadow-color: #009933;
	scrollbar-darkshadow-color: #009933;
	scrollbar-track-color: #F8FCF8;
	scrollbar-arrow-color: #009933;
	
}

p {
	margin: 0px;
	padding: 0px;
}

h1,h2 {
	font-weight: bold;
	color: #4A8D32;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #4A8D32;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h1 { font-size: 15px; }
h2 { font-size: 13px; }

.dark {color: #333333}
.green {color: #4A8D32}
.form { font-size: 11px; }
.red {color: #FF0000}
.Stil14 { font-size: 14px; color: #4A8D32; }
.Stil15 { font-size: 15px; color: #4A8D32; }
.Stil16 { font-size: 16px; color: #4A8D32; }

#site {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#navi {
	text-align: left;
	margin-top: 4px;
}

#content {
	text-align: justify;
	margin-top: 30px;
	width: auto;
	height: auto;
}

#logoBAUM {
	float: right;
	width: auto;
	clear: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#logoKPMG {
	float: right;
	width: auto;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#hauffBild {
	float: left;
	width: auto;
	clear: left;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#hauffText {
	float: right;
	width: auto;
	clear: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#partner {
	float: right;
	width: auto;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
}

#footer {
	margin-top: 15px;
	font-size: 9px;
	color: #666666;
	padding-top: 9px;
	border-top: 1px solid #4A8D32;
	width: 800px;
	text-align: left;
}

#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A8D32;
	width: 100%;
}

#line574 {
	width: 574px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A8D32;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.top {
	float: right;
	font-size: 9px;
}

/* Links Navi */
a.navi:link {
	text-decoration: none;
	color: #4A8D32;
}
a.navi:visited {
	text-decoration: none;
	color: #4A8D32;
}
a.navi:hover {
	text-decoration: underline;
	color: #333333;
}
a.navi:active {
	text-decoration: none;
	color: #4A8D32;
}
a:link { 
	color: #333333;
}

/* Links Text */
a:hover { 
	color: #4A8D32;	
}
a:visited { 
	color: #333333;
}
a:active { 
	color: #333333; 
}

/* Buttons */

input.buttongreen {
	color: #4A8D32;
	background-color: #FFFFFF;
	border-top: 1px solid #BAF1B6;
	border-right: 2px solid #4A8D32;
	border-bottom: 2px solid #4A8D32;
	border-left: 1px solid #BAF1B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.buttonred {
	color: #FF0000;
	background-color: #FFFFFF;
	border-top: 1px solid #FFD2D2;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 1px solid #FFD2D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

DIV.linkbuttongreen a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	TEXT-ALIGN: center;
	COLOR: #4A8D32;
	BACKGROUND-COLOR: #FFFFFF;
	border-top: 1px solid #BAF1B6;
	border-right: 2px solid #4A8D32;
	border-bottom: 2px solid #4A8D32;
	border-left: 1px solid #BAF1B6;
	margin: 2px;
	padding: 2px;
	width: 170px;
}
DIV.linkbuttongreen a:hover 
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	FONT-SIZE: 11px;
	TEXT-ALIGN: center;
	COLOR: #4A8D32;
	BACKGROUND-COLOR: #FFFFFF;
	border-top: 2px solid #4A8D32;
	border-right: 1px solid #BAF1B6;
	border-bottom: 1px solid #BAF1B6;
	border-left: 2px solid #4A8D32;
	margin: 2px;
	padding: 2px;
}

DIV.linkbuttonred a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	TEXT-ALIGN: center;
	COLOR: #ff0000;
	BACKGROUND-COLOR: #FFFFFF;
	border-top: 1px solid #FFD2D2;
	border-right: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	border-left: 1px solid #FFD2D2;
	margin: 2px;
	padding: 2px;
	width: 170px;
}
DIV.linkbuttonred a:hover 
{
	COLOR: #ff0000;
	BACKGROUND-COLOR: #FFFFFF;
	border-top: 2px solid #ff0000;
	border-right: 1px solid #FFD2D2;
	border-bottom: 1px solid #FFD2D2;
	border-left: 2px solid #ff0000;
}

#ende {
	padding: 5px;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #FF0000;
	height: auto;
	text-align: center;
}

