body {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	width:100%;
	color:#656C71;
	background-color:#FFFFFF;
}

form {
display: inline;	
}
a {
	text-decoration:none;
	color:#656C71;
}

a:HOVER {
	text-decoration:none;	
}

p {
	text-align:left;	
}

table {
	border:none;
	margin:0px;
	padding:0px	
}


.label {
	display:block;
	float:left;
	width:285px;
}


.form_standard {
	border:3px solid #D2D2D2;	
}

.fieldset {
	width:770px;
}

legend {
	font-size:13px;
	font-weight:bold;
	color: #656C71;
}
.seperator {
	border-top:groove 2px #FFFFFF;
	margin:5px;
	margin-top:8px;
}

.button_ {
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	display:inline;
	font:15px arial,sans-serif;	
}


.actionLink {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#656C71;
}

.actionLink:HOVER {
	cursor:pointer;
}

.loginForm {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  background-color:#FFFFFF;
  border:5px solid #958C84;
}

#createUserForm {
	margin-top:0px;	
 }

label.error {
	margin-left:3px;
	color:red;
	font-size:9px;	
}

label.error.valid {
	margin-left:0px;
	}

input.error {
	border:solid 1px red;
}

select.error {
	border:solid 1px red;
}

.selectBoxDiv {
	padding:10px;
	padding-left:15px;
	border:1px solid #958C84;
	background-color:#F8F7F5;
	margin-top:8px;
}

.entryLine {
	margin-top:10px;
}

.boxHeadline {
	margin-top:12px;
	margin-left:50px;
}

.dropDown {
	width:185px;
}

.separatorLine {
	height:1px;
	width:180px;
	border-top:1px solid #656C71;
}

#saveCloseDiv {
	float:right;
	margin:7px;
	margin-top:0px;
	margin-right:18px;
}

#saveCloseDiv span {
	margin-right:18px;
}

.inputArrow {
	margin-left:5px;
}

.textInputField {
	width:180px;
}

/*General Header Classes*/
.headerLeft {
	background-image:url(../images/reiter_background.gif);
	background-repeat:repeat-x;
	border-left:1px solid #958C84;
	color:#FFFFFF;
	text-align:center;
	width:100%;
}



.headerRight {
	width:10px;
}

#mainHeaderDiv {
	width:520px;
	margin-top:10px;
	border-bottom:1px solid #958C84;
}

#mainHeaderDiv div {
	width:240px;
}

#loading_msg_div {
	padding:20px;
}

/*Login Maske*/
.loginMask {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.loginMaskContent form div {
	margin-left:20px;
}

.loginMaskContent {
	background-color:#F8F7F5;
	border:1px solid #958C84;
	height:170px;
}

.loginMaskContent div {
	margin-left:20px;
}

.loginMaskContent form div {
	margin-left:20px;
}

#logo img {
	margin-left:320px;
	margin-top:30px;
	margin-bottom: 13px;
}

.loginInfo {
	float:right;
	margin-top:15px;
	text-align:center;
}

.loginHeaderBefore {
	width:150px;
	float:left;
}

.loginHeaderBefore table {
	width:140px;
	text-align:center;
}

.loginHeaderAfter {
	width:250px;
	float:left;
}

.loginHeaderAfter table {
	width:240px;
	text-align:center;
}

/***************/
/*POPUP CLASSES*/
/***************/
#popupHeaderDiv {
	width:100%;
	border-bottom:1px solid #958C84;
}

#popupHeaderDiv div {
	width:240px;
}

#popupHeaderDiv div table {
	width:240px;
	text-align:center;
}

.groupAdministrationButtons {
	float:left;
	margin-top:45px;
	margin-left:35px;
}

.groupBoxes {
	width:180px;
}

.popupDiv {
	width:495px;
	padding:20px;
	padding-top:0px;
}

.popupLabel {
	width:170px;
}

.articleListEntries :HOVER {
	text-decoration: underline;
}

.textHell {
	color:#8F969B;
}
.errorTextArea {
	border: 1px solid red;
}
}