/* CSS Document */

html {
	background-color:#E5E8ED;
}
body {
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color:#E5E8ED;
         overflow: -moz-scrollbars-vertical;
}
*:focus, 
*:active {
         outline: none;
}
img {border:0px;}
#menu ul {margin:0px; padding:0px; list-style-type:none;}
#container {
	margin: 25px auto 0px auto;
	padding: 0px;
	width: 998px;
	border: none;
	text-align: left;
	background-color:#ffffff;
	padding-bottom: 34px;
	height:auto;
}
#header{
	position:relative;
	left:0px;
	top:0px;
	height:100px;
	background:#fff;
}
#menu {
	position:relative;
	left:28px;
	top:51px;
	width:640px;
	height:34px;
	float:left;
}

#menu a {display:block; background-repeat:no-repeat; text-decoration:none; background-position:0px 0px;}
#menu a:hover, 
#menu a.selected {background-position:0px -18px;}
#menu li {float:left;}
#menu li ul {left:-999em; position:absolute; z-index:1000;}
#menu li ul li {float:left; padding:0px 0px 0px 10px;}
#menu li ul li a {color:#5C788F; padding-top:3px; background-color:#ffffff;}
#menu li ul li a:hover, 
#menu li ul li a.selected {color:#ED6E00;}
#menu li:hover ul {left:auto;}
#menu li.sfhover ul {left:auto;}
#menu li.selected ul {left:auto;}
#menu li.seperator {color:#5C788F; padding-top:3px; padding-left:7px; margin-right:-3px;}
#menu li ul li.seperator {color:#5C788F; padding-top:3px; padding-left:7px; margin-right:-3px;}

#logo {
	position:relative;
	right:38px;
	top:20px;
	width:263px;
	height:67px;
	float:right;
}
#contentcontainer {
	position:relative;
	left:38px;
	top:0px;
	width:922px;
	height:auto;
}
#homepage #contentcontainer {
height:435px;
overflow:hidden;
}
#content {
float:left;
	position:relative;
	left:0px;
	width:582px;
	top:0px;
	min-height:414px;
	height:auto;
	padding:21px 0px 0px 0px;
	border:solid 5px #FFFFFF;
	border-top:0px;
	border-bottom:0px;
	background:#F18B33 url(/img/system/contentbg.gif) no-repeat bottom right;
}
*html #content {height:414px;}
#homepage  #content {height:414px; position:absolute; width:433px; left:435px; background:#ED6E00;
}
#homeleft, #homeright {width:214px; border-top:solid 5px #FFFFFF; float:left; background:#F18B33; padding-top:21px; height:500px;}
#homeright {border-left:solid 5px #FFFFFF;}

.contentkeeper {margin:0px 26px;}

.edit #homeleft{width:209px;}

#footer {
	position:relative;
	top:34px;
	width: 998px;
	height:30px;
	background:#E5E9ED;
	text-align:right;
	color:#5C788F;
	padding-top:10px;
}
#footer a {
	color:#5C788F; padding:0px 10px;
}
#news {height:250px; overflow:hidden;}

#leftcolcontentcontainer {
margin:21px 26px 0px 26px; width: 234px;
}

#whiteline {height:5px; background-color:#FFFFFF; margin:12px -26px; font-size:1px;}

#leftcol,#rightcol  {float:left; width:286px;}
#rightcol {width:44px; height:435px;}
#special #leftcol {background:#5C788F url(/img/system/leftcolbg.gif) no-repeat top left; height:435px;}
#special #rightcol {background:#5C788F}

a {color:#8B4100; text-decoration:none;}
strong {color:#8B4100;}
span {font-size:11px;}
img.headline {margin-bottom:6px; clear:left;}
img.smallimage {margin-right:7px; float:left;}
.spacer {height:15px; clear:left;}
.bigspacer {height:46px;}

fieldset {
margin: 0px; 
padding: 0px; 
border: 0px solid #FFFFFF;
}

legend {display:none;}
input, textarea {
border:1px solid #3E3D40; height:16px; width:240px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3E3D40;
margin-bottom:2px;
}

*html input, textarea {margin-bottom:0px;}

textarea {height:50px;}

#formular label {width:120px; display:block; float:left;}

#formular input#loeschen,
#formular input#absenden {
background-color: #5C788F;
color: #FFFFFF;
font-weight:bold;
width: auto;
text-align: center;
padding: 0px 8px; 
height:18px;
}
*html #formular input#loeschen,
*html #formular input#absenden {padding:0px;}

#formular input#absenden {
margin-left: 20px;
}

h1 {
font-size:11px; margin:0px;}

#LabelMessage {
     color: #5C788F;
}
table.onpublixtable {border-collapse:collapse}
.onpublixtable td {border:solid 1px #fff;}

.hide {
  display:none;
}
#formular {
  padding-bottom:10px;
}

div.onAccHead {
  padding-left:14px;
  background: url(/img/system/plus_minus.gif) 0 5px no-repeat;
  cursor:pointer;
}
div.onAccHead.selected {
  background-position:0 -11px;
}