body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	background: #ffffff url(./images/bg.gif) repeat-x;
}

#maincontainer{
background-repeat:repeat-y;
background-image: url(./images/bgContent.png);
}

a:link, a:visited, a:active {
	color: #255B07;
	text-decoration: none;
}
a:hover {
	color: #51A025;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background: url(./images/bgHeader.png);
	vertical-align: top;
	text-align: right;
	color: #FFFFFF;
	height: 140px;
	width: 940px;
	font-size: 1px;
}

.menuheader {

background-repeat:repeat-y;
background-image: url(./images/bgContent.png);
}

.menu {
	background: #BBBBBB;
	padding: 0px;
	width: 190px;
	vertical-align: top;
	font-weight: bold;
}

.highlight {
	background-color: #D0D0D0;
}
.content {
	background: transparent;
	padding: 10px;
	height: 400px;
	vertical-align: top;
	width:750px;
}
.footer {
	background: url(./images/bgFooter.png);
	text-align: center;
	font-size: 11px;
	height: 40px;
}

.footer a{
	color: #ffffff;
}
.footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}

#searchcontainer input {
	border: 0px;
}

#searchcontainer{
height: 19px;
float:right;
padding-right:15px;
padding-top:35px;
}

#searchleft {
	float: right;
	height: 19px;
	width: 20px;
	background: url(./images/suchfeld_links.png) no-repeat right top;
}

#search {
	float: right;
	height: 19px;
	width: 130px;
	padding-top: 3px;
	background: url(./images/suchfeld_rand.png) repeat-x center top;
}

#searchright {
	float: right;
	height: 19px;
	width: 10px;
	background: url(./images/suchfeld_rechts.png) no-repeat left top;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
float: right;
height: 80px;
/*background: #F7F7F7; 
border: 1px solid gray;
padding: 2px 0;
border-width: 1px 0;*/
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('./images/aeroleft.gif') no-repeat top left;
display: block;
float: right;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('./images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: white;
text-decoration: underline;
}

.black a.aero{
background-image: url('./images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('./images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
