body {
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 20px 0px;
}
#mainContainer {
	width: 700px;
	margin: auto;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
	border: 1px solid #b299b2;
	background-color: #efeaef;
	padding: 3px 7px;
	line-height: 25px;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	border: 1px solid #663366;
	background-color: #fff;
	padding: 3px 7px;
	line-height: 25px;
}
#menutable, #menuheader {
	position:absolute;
	top:-20px;
	left:-1px;
	width: 50px;
	color: white;
	text-align: center;
	padding:2px 0px 2px 0px;
	background-color: #ff9900;
	border: 1px solid black;
}
.disclist li {
	list-style-type: circle;
	padding: 5px;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #663366;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #663366;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #663366;
}
hr {
	width: 100%;
	height: 1px;
	color: #663366;
	size:1px;
}
.leaftitle {
	font-weight: bold;
	font-size: 16px;
	color: #ff9900;
}
.title {
	font-weight: bold;
	font-size: 11px;
	color: #999966;
	padding-left:5px;
}
.phphead, a:active.phphead, a:link.phphead, a:hover.phphead, a:visited.phphead {
	font-size: 14px;
	color: #000000;
	font-style: normal;
	padding-left:20px;
}
.menulinkleft {
	margin: 0px;
	padding: 0px;
}
.menulinkleft a:link, .menulinkleft a:active, .menulinkleft a:visited {
	color: #000000;
	background-color: #F9F9F9;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	line-height: 15px;
	border-top: 2px solid white;
}
.menulinkleft a:hover {
	color: #000000;
	background-color: #EBEBEB;
	display: block;
	text-align: left;
	text-decoration: none;
}
.menutable {
	background-color: white;
	border-left: 1px black solid;
	border-right: 1px black solid;
	display: block;
	width: 132px;
}
.menuhd {
	background-color: #CCCC99;
	font-weight: normal;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	padding-left: 3px;
}
.bottom {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	padding-left:20px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: green;
}
.searchBoxinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 1px #999966 solid;
	padding-left:2px;
	height:15px;
	width:110px;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 1px #999966 solid;
	padding-left:5px;
	height:15px;
	width:250px;
}
.addbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 1px #999966 solid;
	height:15px;
	width:120px;
}
.submitsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #DEDEB6;
	color: #000000;
	border:1px #CCCC99 solid;
	height:15px;
}
.menufill {
	color: #000000;
	background-color: #CCCC99;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	padding-left: 5px;
}
.rightmenufill {
	color: #000000;
	background-color: #CCCC99;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	padding-left: 5px;
}
.branchhd {
	background-color: #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	padding-left: 3px;
}
.branchaction {
	background-color: #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	padding-left: 3px;
}
.branchaction2 {
	background-color: #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	padding-left: 3px;
}
.listorder {
	padding:0px;
	width:20px;
}
.delete {
	color: red;
	background-color: #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	padding-left: 3px;
}
a.deletelink, a:link.deletelink, a:active.deletelink, a:visited.deletelink {
	color: red;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
a:hover.deletelink {
	color: #666633;
}
a.branches {
	padding :2px;
}
a:link.branches, a:active.branches, a:visited.branches {
	color: #999966;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display:block;
}
a:hover.branches {
	color: #666633;
}
a.buttonpublish {
	border: 1px #999966 solid;
	padding :2px;
}
a:link.buttonpublish, a:active.buttonpublish, a:visited.buttonpublish {
	color: #999966;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a:hover.buttonpublish a.menuhelp {
	color: #000000;
}
a:link.menuhelp, a:active.menuhelp, a:visited.menuhelp {
	color: #999933;
	background-color: #CCCC99;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	padding: 0px;
}
a:hover.menuhelp {
	color: #000000;
	background-color: #CCCC99;
	text-align: right;
	text-decoration: none;
	padding: 0px;
}
a:link.urhere, a:active.urhere, a:visited.urhere {
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
a:hover.urhere {
	color: #666666;
	text-decoration: none;
}
.webblermenu {
	color: white;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding :5px;
	background-color: #ff9900;
	border: 1px solid black;
}
a:link.powered, a:active.powered, a:visited.powered {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 2px;
}
a:hover.powered {
	color: #7D7B7B;
}
.email {
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.address {
}
a.url {
}
.listitem {
}
.attributename {
}
.attributeinput {
}
.required {
/*	color: red; */
}
.missing {
	font-weight: bold;
	color: red;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.info {
	font-size: 11px;
	font-weight: normal;
	color: magenta;
	text-decoration: none;
}
.botbar {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
/*################ neue ##############*/
.headline-lila {
	font-size: 16px;
	font-weight: bold;
	color: #663366;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	border: 1px solid #b299b2;
	background-color: #efeaef;
	padding: 2px 5px;
	margin: 2px 10px 2px 0px;
}
input:hover, select:hover, textarea:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	border: 1px solid #663366;
	background-color: #fff;
	padding: 2px 5px;
}
input:focus, select:focus, textarea:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	border: 1px solid #ff9966;
	background-color: #fff;
	padding: 2px 5px;
}
ul.list {
	list-style-type: none;
	list-style-position:outside;
}
li.list {
	text-indent: -10px;
}

