@charset "utf-8";
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #e5631f;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    }
	
.standard #container {
	width: 970px;
    background-color: #fcf0e9;
    margin: 0 auto;
    text-align: left;
	}
	
.standard #topmenue {
	height: 40px;
    background-image:url(../bilder/bgTopmenue.jpg);
	background-repeat: no-repeat;
    }
	
.standard #topmenue p {
    text-align: right;
	color: #fac172;
	margin: 0;
    padding: 7px 0;
    }
	
.standard #topmenue a:link, .standard #topmenue a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.standard #topmenue a:hover {
	color: #fac172;
	text-decoration: none;
	}
	
.standard #header {
    height: 170px;
	text-align: right;
	background-image:url(../bilder/bgHeaderAussen.jpg);
	background-repeat: no-repeat;
    }
	
.standard #mainmenue {
    height: 40px;
	background-color: #e5631f;
    }
	
.mainmenueReihe {
    margin: 0px;
	padding: 0px;
	float: left;
    }

.standard #mainContent {
    padding: 0px;
    background-color: #fcf0e9;
    }
	
.standard #content {
    padding: 0px;
    margin: 10px;
	width: 950px;
	line-height: 1.4em;
    }
	
.standard #contentLinks ul li{
	line-height: 22px;
    }
	
.standard #content table tr td ul li { /* IE6 fix */
	line-height: 22px;
    }

.standard #contentLinks table tr td ul li { /* IE6 fix */
	line-height: 22px;
    }
	
.standard #footer {
    height: 30px;
    background-image:url(../bilder/bgFooter.jpg);
	background-repeat: no-repeat;
    }
	
.standard #footer p {
    text-align: center;
	font-size: 11px;
	color: #000000;
	margin: 0;
    padding: 3px 0;
    }
	
.standard #footer a:link, .standard #footer a:visited {
	color: #000000;
	text-decoration: underline;
	}

.standard #footer a:hover {
		color: #333333;
		text-decoration: underline;
	}
	
/*####################### TAGS ###########################*/

h1 {
	color: #e5631f;
	font-size: 1.25em;
	}

h2 {
	color: #000000;
	font-size: 12px;
	}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #e5631f;
	text-decoration: underline;
	}

li
	{
	list-style-image:   url(../bilder/listenpunktAllg.gif);
	}

/*######################## TEXT ####################################*/

.textFliessFett {
	font-weight: bold;
	}
	
.textFliessTerra {
	color: #e5631f;
	}
	
.textFliessFettTerra {
	font-weight: bold;
	color: #e5631f;
	}

	
.textKlein{
	font-size: 10px;
	}
	
/* #################### FORMULAR ############################*/

.formularfeld
	{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
	border-color: #e5631f;
	border-style: solid;
	border-width: 1px;
	scrollbar-base-color:#FEF3DF;
  	scrollbar-arrow-color:e5631f;
  	scrollbar-darkshadow-color:#666666;
 	scrollbar-face-color:#FEF3DF;
  	scrollbar-highlight-color:#B2B2B2;
  	scrollbar-track-color:#FEF3DF;
	}
	
.textFormular {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

.textAlert {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
