/* Hyperlinks in grün im Fließtext */

a.gruenlink {
    color:#50AE26;
    text-decoration:none;
	font-size: 130%
}
a.gruenlink:link {
    color:#50AE26;
    text-decoration:none;
}
a.gruenlink:visited {
    color:#50AE26;
}
a.gruenlink:hover {
    color:#012B55;
    text-decoration:underline;
}
a.gruenlink:active {
    color:#50AE26;
}




/* Hyperlinks in lila im Fließtext */

a.lilalink {
    color:#B77BB9;
    text-decoration:none;
	font-size: 130%
}
a.lilalink:link {
    color:#B77BB9;
    text-decoration:none;
}
a.lilalink:visited {
    color:#B77BB9;
}
a.lilalink:hover {
    color:#012B55;
    text-decoration:underline;
}
a.lilalink:active {
    color:#B77BB9;
}


/* Hyperlinks in orange im Fließtext */

a.orangelink {
    color:#FE8100;
    text-decoration:none;
	font-size: 130%
}
a.orangelink:link {
    color:#FE8100;
    text-decoration:none;
}
a.orangelink:visited {
    color:#FE8100;
}
a.orangelink:hover {
    color:#012B55;
    text-decoration:underline;
}
a.orangelink:active {
    color:#FE8100;
}






a:link, a:visited, a.active {
  color: #00457e;
  text-decoration: none;
}

a:hover {
  color: #012B55;
  text-decoration: underline;
}


h1 {
  color: #012B55;
  margin-bottom: 18pt;
}
h2 {
  color: #012B55;
}
h3 {
  color: #012B55;
}
h4 {
  color: #012B55;
}
h5 {
  color: #012B55;
}
h6 {
  color: #012B55;
}

#headerimagesub h1 {
	color:white;
}

#topindex h1 {
	color:white;
}

div.boxtop {
  background-image: url(boxtopgray.jpg);
}

div.links {
  border-top: 3px solid #012B55;
}

div.fakt {
  border-bottom: 1px solid #012B55;
}

div.boxbottom {
	border-color:#d5d5d5;
	border-style:solid;
	border-width:0 1px 1px;
}

.boxheading {
	color:#012B55;
	font-size: 130%
}

div#suche {
  background-image: url(suche_default.jpg);
  background-repeat: no-repeat;
}

.link {
	/*background:#122c45;*/
}

ul {
	list-style-image:url(pfeil.jpg);
}

#content .static-content ul {
	list-style-image:url(pfeil.jpg);
}
#headertest {
	background-color:#ffffff;
}

#headerhome {
	background-color:#ffffff;
}

div.homebox a:hover {
	text-decoration:none;
}






/* /////////////////  Kontaktformular CSS Definition  //////////////////////////////// */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #C298C6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #001245;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #DEDEDE;	
}



/* Label */
.formgen label {
	width: 200px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #001245;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #001245;
	/* border: 1px solid #FFCC33; */
	float: right;
	color: #FFFFFF;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #012B55;
	/*background-color: #FFF7EA;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}


/* Ende der Formulardefinition */