/*---------- Fensterhintergrund -----*/
.index {
	color:#000000; 
	font-family:Arial; 
	font-size:16px; 
	background-image:url('img/background.jpg'); 
	background-position:0% 0%; 
	background-attachment:fixed;
  overflow:hidden;
}
/*Seitenhintergrund*/
.Back_Panel {
	left:50%;
	margin-left:-400px;
	top:50%; 
	margin-top:-300px;
	width:800px; 
	height:600px; 
	position:absolute; 
	overflow:auto; 
}
/*Header*/
.Header_Panel {
/*	padding:1px; */
	background:url('img_design/header_panel.png') no-repeat transparent;
	top:0px;
	left:0px;
	width:800px; 
	height:40px; 
	position:absolute; 
	overflow:hidden; 
	border:0px; 
/*	border-color:Grey;
*/
	border-style:solid;
	font-family:"Times New Roman";
  font-size:35px;
	text-align:center; 
	vertical-align:middle; 
}

/* --------- Menu linke Spalte --------- */
/*--Menu Buttons--*/
.Menu_Panel {
	background:url('img_design/menu_panel.png'); 
	background-repeat:no-repeat transparent; 
	top:50px; 
	left:0px;
	width:130px; 
	height:550px; 
	position:absolute; 
	overflow:hidden; 
	font-family:"Times New Roman"; 
	font-size:14px;
	display:block;
}
.MenuPicture_Panel {
	background:url('img/menupicture.gif') no-repeat transparent; 
	overflow:hidden; 
	width:110px; 
	height:125px; 
	margin-top:10px;
  margin-left:10px;
	position:relative; 
	overflow:hidden; 
	border:0px; 
}

.Link_Btn {
	color: rgb(255,255,255);
	background:url('img_design/button.gif') no-repeat transparent; 
	cursor:pointer; 
	width:110px;
	height:25px;
	margin-top:10px;
	margin-left:10px;
	position:relative;
	font-family:"Times New Roman"; 
	font-size:11px;
	font-weight:bold;
	text-align:center; 
	vertical-align:middle;
	border:0px;
	border-color:Gray; 
	border-style:solid;
}
.Link_Btn:hover {
	color: rgb(0,0,0);
	background:url('img_design/button_over.gif');
}

/* --------- Content Rechte Spalte immer dargestellt --------- */
.ContentAlways_Panel {
	background:url('img_design/contentalways_panel.png');
	top:50px; 
	left:590px;
	width:210px; 
	height:550px; 
	position:absolute; 
	overflow:hidden; 
	font-family:"Times New Roman"; 
	font-size:14px;
	display:block;
}

/* -- Bild rechte Spalte -- */
.ContentAlwaysPicture_Panel {
	background:url('img/start.gif') no-repeat center transparent;
	width:200px;
	height:270px;
	margin-left:5px;
/*	top:10px;
	left:5px; */
	position:relative; 
	overflow:hidden;
}

/* -- Adresse rechte Spalte -- */
.Address_Panel {
  background: no-repeat transparent;
	width:200px;
	height:260px;
	margin-left:5px;
	position:relative;
	overflow:hidden; 
}
.AddressLogo_Panel {
	vertical-align:middle;
	text-align:center;
	background:url('img/AddressLogo.gif') no-repeat transparent center;
	width:200px;
	height:160px;
	position:relative; 
	overflow:hidden; 
}
.AddressText_Panel {
	width:200px;
	position:relative; 
	overflow:hidden; 
	font-family:"Times New Roman";
	font-size:16px; 
	text-align:center; 
	vertical-align:middle;
}

/* --------- Inhalt mittlere Spalte wird ausgetauscht --------- */
.Content_Panel {
	background-image:url('img_design/content_panel.png');
	background-repeat:no-repeat;
	background-color: transparent;
	width:440px; 
	height:550px; 
	top:50px; 
	left:140px;
	position:absolute; 
	overflow:hidden; 
	font-family:"Times New Roman"; 
	font-size:14px;
	display:block;
	border:0px;
	border-color:Gray; 
	border-style:solid; 
}

.ContentInner_Panel {
	width:430px;
	height:530px; 
	top:5px;
	left:5px;
	position:absolute;
	display:block;
	background:no-repeat transparent;
	overflow:auto;
}
.ContentInnerText_Panel {
	color: rgb(255,255,255);
	margin-top:5px;
	margin-left:5px;
	border:0;
	position:relative;
	background:no-repeat transparent;
	overflow:hidden;
}
.ContentInnerPicture_Panel {
  margin-top:5px;
  margin-left:5px;
	position:relative;
  text-align:center;
  vertical-align:middle;
  background:no-repeat center transparent;
  border:0;
	overflow:hidden;
}





.externalContent {
	visibility:hidden;
}

/* --------- IFrames --------- */

iframe {
  width:420px;
  height:520px;
  align:middle;
  frameborder:0;
  scrolling:auto;
  allowtransparency:true;
}

/****** Hier beginnen die Seitenindividuellen Styles  ******/

