@charset "utf-8";

body {
  background-color: #FBF2D6;
	font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
	line-height:1.2em;
	color:#802320;
}

h1 {
  font-weight:bold;
  font-size:1.2em;
	background-image:url(/images/hg_headline.gif);
	background-color:#af2725;
	background-repeat:no-repeat;
	font-family:Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  padding:5px 0 4px 20px;
	margin:0;
}

h2 {
font-weight:bold;
font-size:1.1em;
}

img {
    border: 0px;
}

a:link {
  text-decoration: none;
  color: #7C221F;
	border-bottom:1px dotted #7C221F;
	padding-right:15px;
	background-image:url(/images/link.gif);
	background-repeat:no-repeat;
	background-position:right;
}

a:visited {
text-decoration: none;
	color: #7C221F;
	border-bottom:1px dotted #7C221F;
	padding-right:15px;
	background-image:url(/images/link.gif);
	background-repeat:no-repeat;
	background-position:right;
}
  
a:hover {
	text-decoration: none;
	border-bottom:1px solid #7C221F;
}

a.no-border {
	border:none;
	padding-right:0;
	background-image:none;
}

#datei-manager .row-eins {
background-color:#e0ccab;
}

#datei-manager th {
background-color:#802320;
color:#FFFFFF;
text-align:left;
}

.fieldWithErrors input {
border:solid 2px #FF0000;
}

.fieldWithErrors textarea {
border:solid 2px #FF0000;
}

.fieldWithErrors select {
border:solid 2px #FF0000;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #5E1715;
  color: #fff;
}

#errorExplanation p {
  color: #7C221F;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
