/* Allgemeine Formate wie z.B. Emails, ... */


body {
	background-color: #e9e9e9;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
}

/* spezielle Email-Link-Formatierung */
a.email { 
	text-decoration:underline;  
	color:#00417E; 
}
a:hover.email { 
	text-decoration:underline; 
	color:#666666; 
}


a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #00417e;
}


h1 {
	color: #00417e;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color: #00417e;
	font-size: 14px;
	font-weight: bold;
}


/* Formularfelder */
input {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	background-color: #E6ECF2;
	font-family: arial, helvetica, sans serif;
  font-size: 12px;
}
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	background-color: #E6ECF2;
	font-family: arial, helvetica, sans serif;
  font-size: 12px;
}

/* Hintergrundfarbe für falsch ausgefülltest Formular */
.falschFormFeld {
  background-color:#FF0000;
}

/* Formatierungen für News */
td.news {
  padding-bottom: 10px;
  vertical-align: top;
}
.newsRot {
  color: #ff3300;
}
.newsHeader {
  font-weight: bold;
  color: #00417e;
}


