@charset "UTF-8";
/* CSS Document */

/* Grundeinstellungen zur Vereinheitlichung der Browser */
body,div,ul,li,p,h1,h2,table,th,td,a { margin: 0px; padding: 0px; border: none 0px;text-align:left }
img {border: none 0px}
.stopfl {clear:left;height:1px;font-size:1px;background:transparent}
.stopfr {clear:right;height:1px;font-size:1px;background:transparent}
.stopf {clear:both;height:1px;font-size:1px;background:transparent}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffce;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffce;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f5edce;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.oneColFixCtrHdr #header {
	background-color: #f5edce;
	background-image: url(images/muster_menue+logo.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #f5edce;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #f5edce;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.ueberschrift {
	color: #0a7f72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Menue */
#menue {
	height: 155px;
}
#menue ul {list-style-type: none;padding-left:0px;margin-top:0px} /* IE5x, IE6 */
#menue li {
	float:left;
	margin-right:0px;
	margin-top:35px;
	left: 237px;
	top: 38px;
} /* IEMac */
