/* ---------------------------------------------------- */
/* Global */
a {
	color:#A0A0A0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../img/gradient.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000000;
}

.bodytext, .singlesites {
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 19px;
}

.bodytext a{
	color: #404042;
	text-decoration: underline;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
}

.red {
	background-color: #FF0000;
}

.small, .small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0A0A0;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	background: url(../img/white-headline.jpg);
	padding: 7px 0 8px 205px;
	margin: 0;
}
.claimkontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	padding: 8px 0 0 179px;
}
.claimkontaktblack {
	color: #000000;
}

.claimblack {
	color: #000000;
}
.outerborder {
	border: 0px solid #4C4C56;
}
.errorDiv{
width: 875px;
height: 190px;
}


/* ---------------------------------------------------- */
/* Singlesites (Popups) */

.singlesites, .singlesites table{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.singlesites{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flashlink{
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/* ---------------------------------------------------- */
/* Subnavigation */
#subnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
#subnavi a {
  display: block;
  text-decoration: none !important;
  padding: 0px 0px 0px 0px;
  line-height: 19px;
}
#subnavi a:hover {
	background-color: #FFFFFF; 
}
.subactive {
	color: #000000 !important;
}

#subnavi p {
	padding: 0 !important;
	margin: 0px;
}
.icons{
	vertical-align: baseline;
  	line-height: 19px;
}
/* ---------------------------------------------------- */
/* Formular */
.fields {
	width: 100%;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
}
input:hover{
	background-color:#FFFFFF;
}

.error {
	border: 1px solid #FFFFFF;
	font-size: 18px;
	color: #FF0000;
}
.whitelinebottom {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.formbutton{
	background-color: #FFFFFF;
	border: 1px double #A0A0A0;
	color: #A0A0A0;
}

