/* Farbwerte*/

body {background-color: #A0C0DF;}
.navi {background-color: #DDEAF8;}
.content {background-color: #B6D2EE;}
.linie  {background-color: #FFFFFF;}
.popup {background-color: #9FC4E3;}

/*Fliestext*/

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	font-weight: normal;
	text-decoration:none;
}

.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	font-weight: normal;
	text-decoration:none;
}
.textbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	font-weight: bold;
	text-decoration:none;
}

.headline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;
}
.weiss {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.gruen {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	font-weight: bold;
	text-decoration:none;
}

/*Formular*/
.bewerbung {font-family: Verdana, Helvetica, sans-serif;
            font-size:10px; 
            color:#000066;}
.button {font-family:Verdana, Helvetica, sans-serif; font-size:10px; border: 1px solid #333399; color:#000066; background-color:#DDEAF8;}
.button:hover {border: 1px solid #FF0000; color:#FF0000;}

.grafik {border: 1px solid #000066;}

/*Links*/
a:link, 
a:visited{font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	font-weight: normal;
	text-decoration: none;}
a:hover,
a:active {font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;}

.mehr {color: #333399; font-weight: bold; text-decoration: none;}
a.mehr:link,
a.mehr:visited {color: #333399; font-weight: bold; text-decoration: none;}
a.mehr:hover,
a.mehr:active {color: #FF0000; font-weight: bold; text-decoration: none;}

a.menu:link,
a.menu:visited {color: #000066; font-weight:bold; text-decoration: none;}
a.menu:hover,
a.menu:active {color: #FF0000; font-weight:bold; text-decoration: none;}

a.menuaktiv:link, a.menuaktiv:visited, a.menuaktiv:hover, a.menuaktiv:active  {font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;}


a.submenu:link,
a.submenu:visited {color: #000066; font-weight:normal; text-decoration: none;}
a.submenu:hover,
a.submenu:active {color: #FF0000; font-weight:normal; text-decoration: none;}

a.submenuaktiv:link, a.submenuaktiv:visited, a.submenuaktiv:hover, a.submenuaktiv:active  {font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;}

.info { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;}

.bilderWrap{
  float: left;
}
.bilderUebersicht {float: left;
                   margin: 0 10px 10px 0;
                   width: 110px;
                   height: 110px;}

.bilderUebersicht a:link, .bilderUebersicht a:hover, .bilderUebersicht a:visited
                    {display:table-cell;
                     text-align:center;
                     vertical-align:middle;
                     width: 110px;
                     height: 110px;
                     font-size: 100px;
                     background-color: #DDEAF8;}

.bilderUebersicht img {vertical-align: middle;
                       border:0 solid #DDEAF8;}
