/* Der body -Container geht um die ganze Seite herum
hier werden die Standarts festgelegt (Schrift und Schriftfarbe...)*/
body {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 700px;
	color: #666666;
}
/*#Text01 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;
	color: #666666;
}
#Text02 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 0.7em;
	color: #666666;
}
#Text03 { font:small-caps 110% Verdana; }
#Text04 { font:2em/180% Courier; }

	td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}*/

/* Die jeweiligen div - container*/
#logo {
	width: 176px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	height: 100px;
	padding-right: 24px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#menue {
	width: 130px;
	padding-left: 20px;
	margin-top: 30px;
	float: left;
	height: 100px;
	padding-right: 10px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	overflow: hidden;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
}
#linkes {
	width: 160px;
	margin-left: 30px;
	margin-top: 0px;
	float: left;
	height: 460px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
}

#logo2010 {
	width: 160px;
	margin-left: 30px;
	margin-top: 0px;
	float: left;
	height: 48px;
	padding-right: 20px;
	padding-left: 20px;
	
}
#unten_rechts_logo {
	width: 603px;
	padding-left: 20px;
	margin-top: 0px;
	float: left;
	height: 48px;
	padding-right: 20px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
}

#copyright {
	width: 160px;
	margin-left: 30px;
	margin-top: 0px;
	float: left;
	height: 20px;
	padding-right: 20px;
	font-size: 11px;
	padding-left: 20px;
	text-align: left;
	font-weight: bold;
}
/* ggf. unterschiedliche Container für den Inhalt-Container, da z.T. unterschiedlich formatiert*/
#inhalt_text {
	width: 623px;
	height: 460px;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	/*alle inhalt container müssen bis hier gleich sein*/
	text-align: left;
	font-size: 11px;
	font-style: normal;
	overflow: hidden;
}

#inhalt_fliesstext {
	width: 623px;
	height: 460px;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	/*alle inhalt container müssen bis hier gleich sein*/
	text-align: justify;
	font-size: 11px;
	font-style: normal;
	overflow: hidden;
}

#unten_rechts {
	width: 603px;
	padding-left: 20px;
	margin-top: 0px;
	float: left;
	height: 20px;
	padding-right: 20px;
	text-align: center;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 14px;
	font-style: normal;
}

/* Hier beginnen die Definitionen für die Menues*/
/*Menue oben*/
ul#Navigation_Head {
	margin: 0;
	padding: 0;
  }
  ul#Navigation_Head li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
  }
  ul#Navigation_Head a {
    text-decoration: none; font-weight: bold;
    color: #999999;
  }
  ul#Navigation_Head span {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12px;
	}
  ul#Navigation_Head a:hover {
	font-size: 12px;
  }

/*Menue links*/
ul#linkes_Head {
	margin: 0;
	padding: 0;
  }
  ul#linkes_Head li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
  }
  ul#linkes_Head a {
    text-decoration: none; font-weight: bold;
    color: #999999;
  }
  ul#linkes_Head span {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
  ul#linkes_Head a:hover {
	font-size: 10px;
	color: #666666;
  }
  
/*Rahmenfarbe für bilder im Container inhalt_fliesstext*/  
#inhalt_fliesstext img {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
