@charset "utf-8";

/* ALLGEMEINE FORMATIERUNGEN ---------------------------------------------------------------------------------------------- */

body {
font-size: 0.625em;
font-family: Verdana;
color: #000;
background-image: url(../bilder/background.gif);
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
}

/* CONTAINER ---------------------------------------------------------------------------------------------- */

#zentrierung {
 position: relative;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 1;
}

/* ---------------------------- */

#logo {
  width: 230px;
  height: 100px;
  position: relative;
  left: 0px;
  top: 10px;
}

/* ---------------------------- */

#hauptbanner {
  width: 750px;
  height: 100px;
  position: relative;
  left: 240px;
  top: -90px;
}

/* ---------------------------- */

#flaggen {
  width: 50px;
  height: 20px;
  position: relative;
  left: 940px;
  top: 10px;
  text-align: right;
}

/* ---------------------------- */

#trennbalken {
  width: 990px;
  height: 30px;
  position: relative;
  left: 0px;
  top: -80px;
}

/* ---------------------------- */

#navigation {
  width: 230px;
  height: 100%;
  background-color:#7B7B7B;
  position: relative;
  left: 0px;
  top: -70px;  
  float: left;
}

/* ---------------------------- */

#inhalthome {
	width: 690px;
	height: 499px;
	background-color: #B2B2B2;
	position: relative;
	left: 0px;
	top: -70px;
	float: right;
	padding: 30px;
}

/* ---------------------------- */

#inhalt {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 690px;
	height: auto;
	background-color: #B2B2B2;
	position: relative;
	left: 0px;
	top: -70px;
	float: right;
	padding: 30px;
}

/* TEXT-FORMATIERUNGEN ---------------------------------------------------------------------------------------------- */

.textweiss {
	font-size: 1.2em;
	font-family: Verdana;
	color: #FFFFFF;
}

/* ---------------------------- */

.textweisseins {
	font-size: 1.2em;
	font-family: Verdana;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 20px;
	display: block;
}
/* LINK-FORMATIERUNGEN ----------------------------------------------------------------------------------------------*/

a.navi:link, a.navi:visited, a.navi:active {
	font-family: Verdana;
	font-size: 1.2em;
	width: 210px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	background-color: #7B7B7B;
	border-top: #FFF solid 1px;
	padding-left: 20px;
	padding-top: 7px;
	text-transform: uppercase;
}
a.navi:hover {
	font-family: Verdana;
	font-size: 1.2em;
	width: 210px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	background-color: #9F9F9F;
	border-top: #FFF solid 1px;
	padding-left: 20px;
	padding-top: 7px;
	text-transform: uppercase;
}

/* ---------------------------- */

a.navizwei:link, a.navizwei:visited, a.navizwei:active {
	font-family: Verdana;
	font-size: 1.2em;
	width: 210px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	background-color: #7B7B7B;
	border-top: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	padding-left: 20px;
	padding-top: 7px;
	text-transform: uppercase;
}
a.navizwei:hover {
	font-family: Verdana;
	font-size: 1.2em;
	width: 210px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	background-color: #9F9F9F;
	border-top: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	padding-left: 20px;
	padding-top: 7px;
}

/* ---------------------------- */

a.weisseins:link, a.weisseins:visited, a.weisseins:active {
	font-family: Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	padding-left: 20px;
	padding-top: 100px;
	padding-bottom: 10px;
}
a.weisseins:hover {
	font-family: Verdana;
	font-size: 1.2em;
	color: yellow;
	text-decoration: underline;
	display: block;
	padding-left: 20px;
	padding-top: 100px;
	padding-bottom: 10px;
}

/* ---------------------------- */

a.weisszwei:link, a.weisszwei:visited, a.weisszwei:active {
	font-family: Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 60px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
a.weisszwei:hover {
	font-family: Verdana;
	font-size: 1.2em;
	color: yellow;
	text-decoration: none;
	display: block;
	padding-left: 60px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* ---------------------------- */

a.schwarz:link, a.schwarz:visited, a.schwarz:active {
	font-family: Verdana;
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.schwarz:hover {
	color: yellow;
}

/* ---------------------------- */

a.grau:link, a.grau:visited, a.grau:active {
	color: #333; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 1.2em;
}
a.grau:hover {
	color: #333; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 1.2em;
}


/* TABELLEN-FORMATIERUNGEN ALLGEMEIN---------------------------------------------------------------------------------------------- */

.tabelleeins {
	width: 690px;
	height: auto;
	margin-bottom: 300px;
	border: none;
}
.tdeinstabelleeins {
	width: 360px;
	height: auto;
	vertical-align: top;
}
.tdzweitabelleeins {
	width: 330px;
	height: auto;
	vertical-align: top;
}
.tddreitabelleeins {
	width: 360px;
	height: auto;
	vertical-align: top;
	padding-top: 20px;
}
.tdviertabelleeins {
	width: 330px;
	height: auto;
	vertical-align: top;
	padding-top: 20px;
}

/* ---------------------------- */

.tabellezwei {
	width: 690px;
	margin-bottom: 0px;
	border: none;
	text-align: center;
}
.tdeinstabellezwei {
	width: 100%;
	vertical-align: top;
}

/* ---------------------------- */

.tabelledrei {
	width: 690px;
	margin-bottom: 0px;
	border: none;
}
.tdeinstabelledrei {
	background-color: #FFF; 
	padding-left: 10px;
	height: 20px;
}
.tdzweitabelledrei {
	padding-top: 10px;
	width: 550px;
	vertical-align: top;
}
.tddreitabelledrei {
	padding-top: 10px; 
	text-align: right;
}

/* ---------------------------- */

.tabellevier {
	width: 690px;
	margin-bottom: 0px;
	border: none;
}
.tdeinstabellevier {
	width: 150px; 
	padding-bottom: 10px;
}
.tdzweitabellevier {
	padding-top: 10px;
	width: 550px;
	vertical-align: top;
}
.tddreitabellevier {
	padding-top: 10px; 
	text-align: right;
}

/* ---------------------------- */

.tabellefuenf {
	width: 690px;
	border: none;
}
.tdeinstabellefuenf {
	width: 170px; 
	padding-bottom: 10px;
}
.tdzweitabellefuenf {
	padding-bottom: 10px;
	width: 520px;
}

/* ---------------------------- */

.tabellesechs {
	width: 690px; 
	margin-bottom: 40px; 
	border: none;
}
.tdeinstabellesechs {
	background-color:#FFF; 
	padding-left: 10px; 
	vertical-align: middle; 
	height: 20px;
}
.tdzweitabellesechs {
	vertical-align: middle; 
	height: 30px; 
	border-bottom: #FFF solid 2px;
}
.tddreitabellesechs {
	vertical-align: middle; 
	padding-top: 30px; 
	padding-bottom: 20px;
}
.tdviertabellesechs {
	padding-bottom: 10px; 
	width: 240px;
}
.tdfuenftabellesechs {
	padding-bottom: 10px; 
	width: 210px;
}
.tdsechstabellesechs {
	padding-bottom: 30px;
}

/* SEITENSPEZIFISCHE FORMATIERUNGEN ---------------------------------------------------------------------------------------------- */

/*  hier seitenname ---------------------------------------------------------------------------------------------- */





/* BILDER-FORMATIERUNGEN---------------------------------------------------------------------------------------------- */

.imgeins {
	padding-right: 10px;
	}
	
/* ---------------------------- */

.imgzwei {
	padding-bottom: 30px;
	}

/* FORMULAR-FORMATIERUNGEN---------------------------------------------------------------------------------------------- */

.inputeins {
	width: 200px;
	border: 1px solid #7B7B7B;
}

/* Fehler im Formular */
.error {
    border-right: 3px solid red;
}