* {
margin: 0;
padding: 0;
}

body {
margin: 5px 5% 20px 5%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
background-color: #e0e0e0;
color: #000;
}




p, li {
font-size: 80%;
}

#wrapper {
	background-color: #f0f0f0;
	color: #000;
	height: 1%;
	width: 850px;
	border: 1px solid #000000;
}
/* ---- */
#header {
	width: 100%;
height: 75px;
background-color: #FFFFFF;
color: #fff;
}

/* ---- */
#mainmenue {
	padding: 3px 0 4px;
	text-align: right;
	background-color: #900;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 18px;

}
#mainmenue ul li {
display: inline;
margin-right: 10px;
}
#mainmenue a {
text-decoration: none;
font-weight: normal;
padding: 1px 10px 2px 10px;
background-color: #009900;
color: #fff;
}

#mainmenue b {
	font-weight: bolder;
	padding: 1px 10px 2px 10px;
	background-color: #900;
	color: #f00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #c00;
	border-right-color: #c00;
	border-bottom-color: #c00;
	border-left-color: #c00;

}



#mainmenue a:hover {
background-color: #900;
color: #FF0000;
}

/* ---- */
#leftmenue {
	float: left;
	left: 10%;
	width: 150px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #b00;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
#leftmenue ul li {
list-style-type: none;
}
#leftmenue a {
display: block;
text-decoration: none;
width: 150px;
margin: 2px 0;
padding: 1px 0 2px 5px;
font-weight: normal;
background-color: #900;
color: #fff;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}


#leftmenue b {
display: block;
text-decoration: none;
width: 150px;
margin: 2px 0;
padding: 1px 0 2px 5px;
font-weight: bolder;
background-color: #009900;
color: #fff;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}



#leftmenue a:hover {
background-color: #CC0000;
color: #fff;
}

/* ---- */
#content {
	background-color: #FFFFFF;
	background-image:url(../webimages/bg.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	color: #000;
	border-left: 160px solid #b00;
	padding: 10px 20px 0px 10px;

}



#content h1 {
	font-size: 120%;
	color: #DD0000;

}
#content h2 {
	font-size: 100%;
	color: #666666;
}
#content h3 {
font-size: 105%;
}







#content p.topper {
padding: 10px 0 30px 40px;
}
#content a {
	text-decoration: none;
	background-color: transparent;
	padding-left: 0px;
	border-bottom-width: #900;
	border-bottom-style: #900;
	border-bottom-color: #900;



}
#content a:hover {
background-color: transparent;
color: #66FF33;
}


#content a:button {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: none; background-color: #CCCCCC}



/* ---- */
.breaker {
clear: both;
}
#footer {
	height: 25px;
	background-color: #900;
	color: #ccc;
	border-top: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#footer p {
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* ---- */
#main .invis, hr {
display: none;
}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #DD0000;
}
.headline2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #DD0000; }
.norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.link {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: none; background-color: #ffcc00 }
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #0033FF;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
	padding: 2px;
	margin: 2px;



}


.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}


div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }