/***** Acapella Screen styles *****/
/*
Description: Erst mal alles auf NULL!
*/

html, body, div, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, sans-serif;
} 

/* Beginn Basis CSS ###################################################### */

body
{
  margin: 0px;
  background-image: url(basic_img/back.gif);
  color: #000000;
}
body, td, th, div, p, h2, h3
{
  font-size: 13px;
  color: #000000;
}
h1 
{
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000000;
}
#Container_Header /* Platz fuer den Header */
{
  position: absolute;
  right: 6px;
  width: 90px;
  top: 6px;
  height: 24px;
  overflow: hidden;
  font-size: 12px;
  color: White;
  font-weight:normal;
  padding-top: 2px;
/*  background-color: #E1E1E1;
*/
  text-align: center;
/*  border: 1px solid;
  border-color: Gray Gray Gray Gray;
*/
}
#speech_selector {
  font-size: 8px;
}
#speech_selector A {
	background-image : none;
	text-decoration: none;
}
#speech_selector A:hover {
	background-image : none;
	text-decoration: none;
}
#speech_selector A:active {
	background-image : none;
	text-decoration: none;
}
#speech_selector A:visited {
	background-image : none;
	text-decoration: none;
}
#speech_selector img {
  border: 0px;
  background-image : none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
}
#speech_warning {
  position: absolute;
/*
  right: 6px;
  width: 90px;
*/  
  top: 12px;
  right: 120px;
  height: 24px;
  font-size: 12px;
  color: Red;
  font-weight:normal;
  padding-top: 2px;
  text-align: center;
}
#Container_Main /* Platz fuer alles ausser Footer */
{
  position: absolute;
  top: 50px;
  right: 0px;
/*  min-height: 800px; ### rhe ### */
  bottom: 40px;
  left: 10px;
  min-width: 1024px;
}
#Container_Main_Content /* Ober-Container fuer Scrolling-Container */
{
  position: absolute;
/*  min-height: 800px;  ### rhe ### */
  top: 0px;
  left: 260px;
  bottom: 0px;
  right: 0px;
} 
#Container_Main_Content_Scroll /* Platz fuer den Seiteninhalt */
{
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
	background-image: url(basic_img/clearpixel.gif);
	overflow: auto;
}
#Container_Main_Content_Scroll img {
   border: 1px solid #000000;
}
#weitere_links {
  position: absolute;
  top: 0px;
  right: 100px;
  width: auto;
  background-color: Gray;
}
#language A {
  position:	relative;
  top: 2px;
  right: 0px; 
  border: 1px;
  border-style: solid;
  border-color: Gray;
  background-color: #E1E1E1;
  font-size: 10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  color: Black;
  text-decoration: none;
  text-align: right;
}
#Container_Menue /* Platz fuer das Menü */
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  overflow: auto;
}
#Content_Text /* Einstellungen fuer den Seiteninhalt, Rand links, Viereck, etc. */
{
  margin-top: 60px;
  width: 85%;
  background-image:	url(basic_img/grauklotz.gif);
  border-left: 1px solid #999999;
  padding-left: 25px;
  background-repeat : no-repeat;
  line-height: 133%;
}

#Content_Text textarea {
	width: 650px;
	height: 250px;
	font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

#start_img_logo { /* Einstellungen fuer die Bilder auf der Startseite */
  width: 85%;
  text-align: center;	
}
#start_img_logo img { /* Bilder ohne Rand auf der Startseite */
  border: 0px; 
}
#end_img_logo { /* Einstellungen fuer die Bilder auf der Startseite */
  width: 85%;
  text-align: center;
  margin-bottom: 50px;
}
#end_img_logo img { /* Bilder ohne Rand auf der Startseite */
  border: 0px; 
}
#Content_Text h1
{
font-family: Arial, sans-serif;
padding-bottom: 18px;
line-height: 100%;
}
#Content_Text A:Link
{
	color: Black;
}
#Content_Text td
{
	border-bottom: 1px;
	border-color: Gray;
	border-style: solid;
	border-right: 1px;
	border-left: 0px;
	border-top: 0px;
   vertical-align: top;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Content_Text th
{
	border-bottom: 1px;
	border-color: Gray;
	border-style: solid;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: left;
}
#td_border_0 td {
	border: none;
}
#td_border_0 img {
	border: none;
}
#Content_Technische_Daten
{
   width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	line-height: 133%;
}
#Content_Technische_Daten h2
{
	margin-bottom: 20px;
	line-height: 166%;
}
#end_of_site {
   width: 90%;
	margin-bottom: 30px;
	line-height: 133%;
	border-top: 1px;
	border-color: Gray;
	border-style: solid;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 10px;
	color: Gray;
	text-align: center;
}
#end_of_site A {
	text-decoration: none;
	color: Gray;
}
/* Ende Basis CSS  ###################################################### */

/* Beginn Menue CSS ###################################################### */

#menue_basis {  /* Hier wird die generelle Position des Menues gesetzt */
  position:relative;
  left:0px; top:0px; width:180px; 
}
#menue_header {
  width : 180px;
  height : 53px;
  background-image : url(basic_img/menue_TOP.gif);
  background-position : 0px;
  background-repeat : no-repeat;
}
#menue_links {
	background-image : url(basic_img/menue_BACK.gif);
	background-repeat: repeat-y;	
	padding-bottom : 20px;
	padding-top : 20px;
}
#menue_links A:Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: White;
	text-decoration: none;
	background-color: #336699;
	margin-left : 15px;
	padding-left : 12px;
}
#menue_links A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: White;
	font-weight:bold;
	text-decoration: none;
	background-color: #336699;
	margin-left : 15px;
	padding-left : 12px;
}
#menue_links A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: White;
	font-weight:bold;
	text-decoration: none;
	background-color: #336699;
	margin-left : 15px;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_links A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: White;
	font-weight:bold;
	text-decoration: none;
	background-color: #336699;
	margin-left : 15px;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_links .link_selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: White;
	font-weight:bold;
	text-decoration: none;
	background-color: #336699;
	margin-left : 15px;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_Footer {
  width : 180px;
  height : 68px;
	background-image : url(basic_img/menue_main_navigation.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}	
#menue_Footer_en {
  width : 180px;
  height : 68px;
	background-image : url(basic_img/menue_main_navigation_en.gif);
	background-position : 0px;
	background-repeat : no-repeat;	
}
#menue_switch_aca {
  float: left;
  position:relative;
  left:13px; top:20px; width:72px; height:15px;
}
#menue_switch_aca A:hover {
	background-image : url(basic_img/aca_high.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_switch_atop {
  float: right;
  position:relative;
  right:24px; top:20px; width:71px; height:15px;
}
#menue_switch_atop A:hover {
	background-image : url(basic_img/atop_high.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_switch_aca .hoverlink {
	background-image : url(basic_img/aca_high.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_switch_aca .hauptlink {
	background-image : url(basic_img/aca_down.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_switch_atop .hoverlink {
	background-image : url(basic_img/atop_high.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#menue_switch_atop .hauptlink {
	background-image : url(basic_img/atop_down.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
/* Ende Menue CSS ###################################################### */

/* Beginn Footer CSS ################################################## */

#Container_Footer /* Platz fuer den Footer */
{
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  color: White;
  font-weight:normal;
  padding-top: 2px;
  background-color: #336699;
}
#Container_Footer A:Link {
	text-decoration: none;
	color: White;
	padding-left : 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
}
#Container_Footer A:active {
	text-decoration: none;
	color: White;
	padding-left : 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#Container_Footer A:hover {
	text-decoration: none;
	color: White;
	padding-left : 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
#Container_Footer A:visited {
	text-decoration: none;
	color: White;
	padding-left : 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
} 
#Container_Footer .link_selected {
	text-decoration: none;
	color: White;
	padding-left : 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
	background-image : url(basic_img/arrow.gif);
	background-position : 0px;
	background-repeat : no-repeat;
}
/* Ende Footer CSS  ################################################### */
