﻿﻿/*ALPHA */
html{	
}
body {	
	background-image: url('../images/bg.jpg');
	margin: 0px 0px 0px 0px;
}

#line {
	background: url('../images/line.jpg') repeat-x center;	
	height: 6px;
	width: 802px;
}

#head_bg {
	background-color: #991f36;
	height: 128px;
	width: 802px;
}
#blank {
	height:4px;
}
#container {
	position:absolute;
	font: 70% verdana, sans-serif;	
	width: 802px;
	height: 702px;
	left: 50%;
	top: 50%;
	margin-left: -401px;
	margin-top: -351px;
}

#container_bg1 {
	background: url('../images/image.jpg') no-repeat center;  
	height: 449px;
	width: 802px;
	z-index:1;
}

#container_bg2 {
	background: url('../images/trans.gif') no-repeat right;  
	position:absolute;
	height: 449px;
	width: 802px;		
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	z-index:2;
}

#textinput {
	background: url('../images/textinput.jpg') no-repeat right;
	position:absolute;
	height: 449px;
	width: 802px;
	z-index:3;
}

#blank {
	height:4px;
}
#headline {
	margin-left:593px;
	color:#991f36;
}
#text {
	margin-left:593px;
}

#footer1 {
	background-color: #333;
	height: 20px;
	width: 802px;
	text-align:center;
	padding-top:3px;
}
#blank {
	height:4px;
}
#footer2 {
	background-color: #991f36;
	height: 66px;
	width: 802px;
	text-align:center;
	vertical-align:middle;
}

/* für magentafarbene-Texte */
.Stil1 {
	color:#991f36;
	font-weight:bolder;
	font-size:10px;
}

/* für footer1 */
.Stil2 {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	vertical-align:middle;
	text-decoration:none;
}

/* für Scrollbar */
#scrollbar {
  background-color:#fff;
  width:210px;
  height:365px;
  font-size:10px; 
  color:#333;
  overflow:auto;
  text-align:left;
  margin-left:585px;
  padding-left:5px;
  /* für IE*/
  scrollbar-base-color:#991f36;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#fff;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#991f36; 
}

/* für Impressum Überschriften */
.Stil3 {
	color:#991f36;
	font-weight:bolder;
	font-size:12px;
}

/* Mail-Adresse in Impressum*/
.Stil4 {
	font-size: 10px;
	color:#333;
	text-decoration:none;
}
.Stil5 {
	font-size: 10px;
	color:#991f36;
	font-weight:bolder;
}
/* Mail-Adresse in Impressum*/
.Stil6 {
	color:#333;
	text-decoration:underline;
}

