@charset "UTF-8";
/* CSS Document */


/* TEXT */
.title {
	font-size: 14px;
	color: #466d93;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size: 12px;
	color: #466d93;
	font-weight: bold;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}


.titlesmall {
	font-size: 11px;
	color: #466d93;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}

.textsmall {
	font-size:11px;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-weight: normal;
}

.text {
	font-size:12px;
	line-height:1.5em;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.textbold {
	font-size:12px;
	font-weight: bold;
	line-height:1.5em;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
}


.textbold_weiss {
	font-size:12px;
	font-weight: bold;
	line-height:1.5em;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.textbox {
	background-color:#e6f4fa;
	padding: .2em;
}
/* --end-- TEXT */



/* BUTTON */
a.button {
	font-size:11px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/button.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 53px;
	text-decoration: none;
	display: block;
	text-indent: 16px;
}


a.button:hover {
	font-size:11px;
	color:#235784;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/button_a.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	width: 53px;
	text-indent: 16px;
}
/* --end-- BUTTON */



/* TEXTLINK */
a.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}


a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}

a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #da8a00;
	text-decoration: underline;
	line-height: 1.4em;
}


a.text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}
/* --end-- TEXTLINK */


/* TEXTLINK mit Pfeil */
a.linkpfeil {
	display: block;
	font-size: 12px;
	color: #788089;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
	width: 100%;
}


 a.linkpfeil:hover {
	display: block;
	font-size: 12px;
	color: #da8a00;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil_a.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}


a.linkpfeil:active {
	display: block;
	font-size: 12px;
	color: #788089;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}


a.linkpfeil_set {
	display: block;
	font-size: 12px;
	color: #da8a00;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil_a.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}
/* --end-- TEXTLINK mit Pfeil */


/* TEXTSMALLLINK */
a.textsmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}


a.textsmall:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}

a.textsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #da8a00;
	text-decoration: underline;
	line-height: 1.4em;
}


a.textsmall:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.4em;
}
/* --end-- TEXTSMALLLINK */


/* TEXTSMALLINK mit Pfeil */
a.linkpfeilsmall {
	display: block;
	font-size: 11px;
	color: #788089;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
	width: 100%;
	}


 a.linkpfeilsmall:hover {
	display: block;
	font-size: 11px;
	color: #da8a00;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil_a.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}


a.linkpfeilsmall:active {
	display: block;
	font-size: 11px;
	color: #788089;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}


a.linkpfeilsmall_set {
	display: block;
	font-size: 11px;
	color: #da8a00;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_navpics/pfeil_a.gif);
	width: 100%;
	text-decoration: underline;
	background-repeat: no-repeat;
	text-indent: 7px;
	line-height: 1.5em;
	background-position: left;
}
/* --end-- TEXTSMALLINK mit Pfeil */


/* FORMULAR */
#formular {
}

/*input*/
.textfield {
	width:90px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	/* height: 15px; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #d7e5f2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E527D;
	border-right-color: #92ACC4;
	border-bottom-color: #92ACC4;
	border-left-color: #1E527D;
}

.textfield2 {
	width:250px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	/* height: 15px; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #d7e5f2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E527D;
	border-right-color: #92ACC4;
	border-bottom-color: #92ACC4;
	border-left-color: #1E527D;
}

.textfield3 {
	width:16px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	/* height: 15px; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #d7e5f2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E527D;
	border-right-color: #92ACC4;
	border-bottom-color: #92ACC4;
	border-left-color: #1E527D;
}

.textfield4 {
	ROWS:10;
	COLS:40;
	width:250px;
	height:80px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #d7e5f2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E527D;
	border-right-color: #92ACC4;
	border-bottom-color: #92ACC4;
	border-left-color: #1E527D;
}

.textfieldnosize {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	/* height: 15px; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #d7e5f2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E527D;
	border-right-color: #92ACC4;
	border-bottom-color: #92ACC4;
	border-left-color: #1E527D;
}

textarea {
	width:90px;
}

input#checkbox { /* den Submit-Button */
  	float: none;
  	width: auto;
  	margin-top: 0;
  	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.radio { /* den Submit-Button */
  	float: none;
  	width: auto;
  	margin-top: 0;
  	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* --end-- FORMULAR */



/* SUBNAVIGATION */
#navigation {
	width: 180px;
}

#navigation a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
#navigation #currentpage {
	color: #1a9bd5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* --end-- SUBNAVIGATION */



/* RANDABSTAND */
/* RANDABSTAND Text nach Bild */
.a {
  margin-left:14px; margin-right:14px; margin-top:14px;
}

/* RANDABSTAND Bild */
.b {
  margin-left:14px; margin-right:14px;
}

/* RANDABSTAND Spalte (Contentbereich) */
.c {
  margin-left:14px; margin-right:14px;
}

/* RANDABSTAND Rechte Spalte (Loginbereich) */
.d {
  margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px
}

/* RANDABSTAND Bild on top */
.e {
  margin-left:14px; margin-right:14px; margin-top:4px;
}

/* RANDABSTAND Tabelle */
.f {
  margin-left:14px;
}

.g {
  margin-right:14px;
}

/* --end-- RANDABSTAND */



/* FOOTER */



/* --end-- FOOTER */


.tabellenhintergrund {
	background-image: url(img/header.gif); 
	background-repeat:no-repeat
}


.tabelle {
/* 	filter:alpha(opacity=50);
	opacity: .5;*/
	background-image: url(../_mainpics/bg_tabelle.png);
	background-repeat: repeat;
}


.tabelle2 {
/* 	filter:alpha(opacity=50);
	opacity: .5;*/
	background-image: url(../_mainpics/bg_tabelle_rechts.png);
	background-repeat: repeat;
}


.bannertop {
	background-image: url(../_banners/fullbanner.gif); 
	background-repeat:no-repeat
}

.bannerright {
	background-image: url(../_banners/skyscraper.gif); 
	background-repeat:no-repeat
}

html, body {height: 100%;}

body 
{
	background-repeat: no-repeat;
	background-position: left top;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background-image: url(../_mainpics/bg_top.jpg);
} 


/* NEW CSS DEF */


.wrapper {
	position: relative;
	width: 982px;
	
	margin: 0 auto -64px;
	font-size: 0.9em;
	text-align: left;
	
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466d93;
	background-image: url(../_mainpics/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: middle;
*/	
	
}


.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../_mainpics/bg_bottom.jpg) no-repeat;
}

.footer a {
	color: #788089;
	text-decoration: underline;
	border: 0;
}

.footer a:hover {
	color: #da8a00;
	text-decoration: underline;
	border: 0;
}

.footertext {
	position: bottom;
	width: 982px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466d93;
	text-align: left;
	text-valign: bottom;
	text-indent: 216px;	
}

.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 982px;
	padding: 0;
	color: #000000;
	font: 0.8em arial,sans-serif;
	text-align: left;
}
