
/* layout */

#main-content {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background: red;
}
#content {
	padding-top: 10px;
	margin: 0 0 0 0;
	padding: 0 1em 1em 1em;
	position: relative;
	width: 100%;
	z-index: 2;
	background: white;
	color: black;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

/* Menu */

.menu {
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #E6EAED repeat-x left top;;
	padding: 0px;
	position: absolute;
	text-align: left;
	margin: 26 10 0 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 20;
}

a.menu1, a.menu1Active {
   	font-size: 0.8EM;
   	display: block;
	padding: 2px 2px 2px 1px;
	width: 174px;
	color: #000000;
	text-decoration: none;
	background: #E6EBFB repeat-x left top;
	border-bottom: 1px solid #aaaaee;
	border-top: 1px solid #ffffff;
}
a.menuPunkt, a.menuPunktActive {
	font-size: 0.8EM;
	color: #003399;
	background-color: #E6EBFB;
	display: block;
	padding: 4px 4px 4px 1px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #FBFBFB;
}

a.menu1Active, a.menu1:hover {
	font-family : Verdana, Arial, sans-serif;
	font-size: 0.8EM;
	text-decoration: underline;
  	background: #7E93DD;
	color: #ffffff;
}

a.menuPunkt:hover, a.menuPunktActive {
	font-family : Verdana, Arial, sans-serif;
	font-size: 0.8EM;
	background-color: #F5F7FC;
	color: #003399;
	text-decoration: underline;
 	border-bottom: 1px solid #003399;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
}


/* Suchfeld */

input.suchartikel {
	border-bottom: 1px solid #aaaaee;
	border-right: 1px solid #aaaaee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	width: 132px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 2px 1px 2px 1px;
	margin: 0;
}

.rahmenhell {
	border-bottom: 2px solid #888888;
	border-right: 2px solid #888888;
	border-top: 2px solid #aaaaaa;
	border-left: 2px solid #aaaaaa;
	border-style: outset;
	width: 162px;
	background-color: #FBFBFB;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	margin: 0;
}