@charset "utf-8";

/*

Allgemein

*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #afbed3;
	background-image: url(../images/background.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

.invisible {
	display: none;
}

a, a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

#content a {
	font-weight: bold;
}

#container {
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#bgimage1 {
	position: absolute;
	right: 50px;
	top: 0px;
	width: 259px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/img_bg01.png);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}

#bgimage2 {
	position: absolute;
	left: 50px;
	top: 500px;
	width: 798px;
	height: 300px;
	background-image: url(../images/img_bg02.png);
	background-repeat: no-repeat;
	z-index: -1;
}

#top {
	position: relative;
	height: 140px;
}

#topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 140px;
	padding: 10px;
}

#topright {
	position: absolute;
	left: 240px;
	top: 0px;
	right: 0px;
	width: 710px;
	height: 140px;
}

#topright .headerImage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 710px;
	height: 120px;
	background-repeat: no-repeat;
}

#topright .mod_breadcrumb {
	position: absolute;
	left: 0px;
	top: 120px;
	margin-top: 2px;
	font-size: 0.9em;
	width: 630px;
}

#topright .mod_changelanguage {
	position: absolute;
	left: 640px;
	right: 0px;
	top: 120px;
	padding-right: 10px;
	margin-top: 2px;
	font-size: 0.9em;
}

#topright .mod_changelanguage ul {
	list-style-type: none;
}

#topright .mod_changelanguage li {
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
	background-repeat:no-repeat;
	background-position: left center;
}

#topright .mod_changelanguage li.lang-en {
	background-image: url(../images/en.gif);
}

#topright .mod_changelanguage li.lang-de {
	background-image: url(../images/de.gif);
}


#middle {
	position: relative;
}

#left {
	position: relative;
	float: left;
	width: 240px;
}

#mainmenu {

}

#right {
	position: relative;
	float: left;
	width: 700px;
	padding-right: 10px;
}

#content {
	margin-top: 15px;
	margin-bottom: 50px;
	min-height: 350px;
	line-height: 1.3em;
}

#footer {
	margin-left: 240px;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px dotted #afbed3;
	text-align: center;
	font-size: 0.9em;
	width: 700px;
}

#bottom {
	width: 950px;
	text-align: right;
	font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 50px;
}

/*

Menü

*/

/* Menü allgemein */

#mainmenu li {
	border-bottom: 1px dotted #FFFFFF;
}

#mainmenu li.last {
	border-bottom: none;
}

#mainmenu li.active {
	color: #00377a;
}

#mainmenu a {
	color: #00377a;
	text-decoration: none;
}

#mainmenu a:hover  {
	background-color: #eef2f7;
}

/* Menü erste Ebene */

#mainmenu ul.level_1 {
	list-style: outside;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	padding: 10px;
	padding-right: 0px;
	width: 200px;
	/*width: 198px;*/
	background-image:url(../images/navi.png);
	background-color: #DFE6EE;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #afbed3;
}

#mainmenu ul.level_1 > li {
	
}

/*#mainmenu ul.level_1 > li > span, #mainmenu ul.level_1 > li > a {*/
#mainmenu ul.level_1 li span, #mainmenu ul.level_1 li a {
	/*position: relative*/
	width: 183px;
	/*width: 181px;*/
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 7px;
	padding-left: 10px;
}

#mainmenu ul.level_1 > li.active > span {
	background-color: #FFFFFF;
	width: 184px;
	/*width: 183px;*/
}

/* Menü zweite Ebene */

#mainmenu ul.level_2 {
	/*position: relative;*/
	list-style: outside;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0px;
	width: 175px;
	font-size: 1em;
	font-weight: normal;
}

#mainmenu ul.level_2 > li {
	/*width: 185px;*/
	/*width: 183px;*/
}

/*#mainmenu ul.level_2 > li > span, #mainmenu ul.level_2 > li > a {*/
#mainmenu ul.level_2 li span, #mainmenu ul.level_2 li a {
	width: 169px;
	/*width: 167px;*/
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 4px;
	padding-left: 12px;
	background-image: url(../images/pfeil.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
}

#mainmenu ul.level_2 > li.hoverPfeil > a:hover,
#mainmenu ul.level_2 > li.hoverPfeil > a.submenu,
#mainmenu ul.level_2 > li.hoverPfeil > span.submenu  {
	background-image: url(../images/pfeil_offen.gif);
}

#mainmenu ul.level_2 > li.active > span {
	background-color: #FFFFFF;
	width: 172px;
}

/* Menü dritte Ebene */

#mainmenu ul.level_3 {
	/*position: relative;*/
	list-style: outside;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0px;
	width: 165px;
	font-size: 0.9em;
	font-weight: normal;
}

#mainmenu ul.level_3 > li {
	/*width: 170px;*/
	/*width: 168px;*/
}

/*#mainmenu ul.level_3 > li > span, #mainmenu ul.level_3 > li > a {*/
#mainmenu ul.level_3 li span, #mainmenu ul.level_3 li a {
	width: 156px;
	/*width: 154px;*/
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 4px;
	padding-left: 10px;
}

#mainmenu ul.level_3 > li.active > span {
	background-color: #FFFFFF;
	width: 162px;
}

/*

Contentbereich / Texte

*/

h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}

div.block { /* wichtig */
	position: relative;
}

div.box {
	display: block;
	background-image: url(../images/box.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #DFE6EE;
	padding: 5px;
	border: 1px solid #afbed3;
}

div.breiteVoll {
	width: 100% !important;
}

div.breiteTextspalte {
	width: 400px !important;
}

div.breiteBildspalte {
	width: 250px !important;
}

div.breiteStartseiteLinks {
	width: 320px !important;
}

div.breiteStartseiteRechts {
	width: 345px !important;
}

div.breite50 {
	width: 50px !important;
}

div.breite100 {
	width: 100px !important;
}

div.breite150 {
	width: 150px !important;
}

div.breite200 {
	width: 200px !important;
}

div.breite250 {
	width: 250px !important;
}

div.breite300 {
	width: 300px !important;
}

div.breite350 {
	width: 350px !important;
}

div.breite400 {
	width: 400px !important;
}

div.breite450 {
	width: 450px !important;
}

div.breite500 {
	width: 500px !important;
}

div.breite550 {
	width: 550px !important;
}

div.breite600 {
	width: 600px !important;
}

/* Zweispaltige Contentseiten */

div.textSpalte {
	float: left;
	width: 410px;
	padding-right: 5px;
	z-index: 900;
}

div.bildSpalte {
	float: right;
	width: 262px;
	display: block;
	font-size: 0.9em;
}

div.bildSpalte img {
	margin-bottom: 2px;
	border: 1px solid #afbed3;
}

div.line {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #afbed3;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	clear: both;
}

div.linieUnsichtbar {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

/* Listen */

#content ul {
	list-style: outside;
	padding-left: 25px;
	margin: 0px;
}

#content ul li {
	margin-bottom: 10px;
}

/* Tabellen */

.ce_table table {
	display: display:inline-table;
	border: 1px solid #afbed3;
	margin-top: 20px;
	margin-botom: 25px;
	width: 100%;
}

.ce_table table thead th {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	vertical-align: top;
	background-color: #336699;
	color: #FFFFFF;
}

.ce_table table tbody td {
	border: 1px solid #ffffff;
	padding: 5px;
	vertical-align: top;
}

.ersteSpalteFett table tbody td.col_0 {
	font-weight: bold;
}

.ce_table tbody tr.odd {
	background-color: #dfe6ee;
}

.ce_table tbody tr.even {
	background-color: #cad5e3;
}

.ce_table table thead th.col_first {
	border-left: none;
}

.ce_table table thead th.col_last {
	border-right: none;
}

.ce_table tr.row_first td {
	border-top: none;
}

.ce_table tr.row_last td {
	border-bottom: none;
}

.ce_table td.col_first {
	border-left: none;
}

.ce_table td.col_last {
	border-right: none;
}

/*

Spezielle Angaben

*/

/* Startseite */

div.startseiteLinks {
	float: left;
	width: 330px;
}

div.startseiteRechts {
	position: relative;
	float: right;
	width: 345px;
}

/* 6er-Box auf Startseite */

#picturesHomepage {
	width: 345px;
}

#picturesHomepage div {
	position: relative;
	float: left;
	width: 110px;
	height: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#picturesHomepage div a {
	display: block;
	width: 110px;
	height: 150px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

#picturesHomepage div a span {
	color: #FFFFFF;
	cursor: pointer;
}

#picturesHomepage div a:hover span {
	color: #336699;
	cursor: pointer;
}

#picturesHomepage div a span.captionEinzeilig {
	display: block;
	width: 110px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 12px;
}

#picturesHomepage div a span.captionZweizeilig {
	display: block;
	width: 110px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
}

#picturesHomepage span.bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../linkboxen/linkboxen.png);
}

#picturesHomepage div.box1 a span.bg {
	background-position: 0px 0px;
}

#picturesHomepage div.box1 a:hover span.bg {
	background-position: -110px 0px;
}

#picturesHomepage div.box2 a span.bg {
	background-position: -220px 0px;
}

#picturesHomepage div.box2 a:hover span.bg {
	background-position: -330px 0px;
}

#picturesHomepage div.box3 a span.bg {
	background-position: -440px 0px;
}

#picturesHomepage div.box3 a:hover span.bg {
	background-position: -550px 0px;
}

#picturesHomepage div.box4 a span.bg {
	background-position: 0px -150px;
}

#picturesHomepage div.box4 a:hover span.bg {
	background-position: -110px -150px;
}

#picturesHomepage div.box5 a span.bg {
	background-position: -220px -150px;
}

#picturesHomepage div.box5 a:hover span.bg {
	background-position: -330px -150px;
}

#picturesHomepage div.box6 a span.bg {
	background-position: -440px -150px;
}

#picturesHomepage div.box6 a:hover span.bg {
	background-position: -550px -150px;
}

/* Kontaktformular */

div.kontaktformular {
	
}

div.formbody {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

div.formbody table tr td {
	padding-bottom: 10px;
	vertical-align: top;
}

div.formbody table td.col_0 {
	padding-right: 10px;
	text-align: left;
}

div.formbody table td.col_0 label:after {
	content: ":";
}

div.formbody span.mandatory,
div.formbody div.error,
div.formbody p.error {
	color: #FF0000;
	padding-left: 4px;
	font-weight: bold;
}

div.formbody input, div.formbody select, div.formbody textarea {
	padding: 3px;
}

div.formbody select {
	width: 200px;
}

div.formbody input {
	width: 350px;
}

div.formbody textarea {
	width: 450px;
	height: 180px;
}

div.formbody input.submit {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #336699;
	width: 200px;
}

div.formbody input.submit:hover {
	background-color: #336699;
	color: #FFFFFF;
}

/* Teamseite */

div.teamliste table {
	border: none;
	height: 100px;
	margin-top: 15px;
}

div.teamliste td {
	padding: 0px;
	padding-left: 10px;
}

div.teamliste td:first-child {
	
}

div.teamliste img {
	border: 1px solid #afbed3;
}
