/* CSS Document */
/* A5C3D6 */

* {margin: 0px;
   padding: 0px;}
   
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		color: #035b9c;
		}

/* Basis Container ----------------------------------------------- */
	.container{
	width:1000px;
    margin: 0 auto;
		position: relative;
	}
  
  /* Container für Header ---------------------------------------- */
  #logo{
  position: absolute; 
  left: 0px; 
  top: 10px;
  width:1000px;
  z-index: 0;
  height: 200px;
  }
  #counter1{
  position: absolute; 
  left: 770px; 
  top: 122px;
  color:#A1A0A0; font-size: 11px; 
  z-index: 2;
  }
  
  #buttons{
  position: absolute; 
  left: 770px; 
  top: 10px; 
  z-index: 2;
  }
  #links{
  position: absolute; 
  left: 925px; 
  top: 10px; 
  z-index: 1;
  }
  /* Text Links oberhalb Container */
  #text_links_oben{
  position: absolute; 
  left: 0px; 
  top: 160px; 
  width: 700px;
  z-index: 1;
  }
  /* Text Links Übersicht*/
  #text_links_overview{
  position: absolute; 
  left: 0px; 
  top: 180px; 
  width: 700px;
  z-index: 1;
  }
  /* Text Satzanzahl*/
  #text_satzanzahl{
  position: absolute; 
  left: 425px; 
  top: 210px; 
  width: 250px;
  color:#660000;
  font-size: 11px;
  z-index: 9;
  }
  /* Text Links Container */
  #text_links{
  position: absolute; 
  left: 0px; 
  top: 200px; 
  width: 700px;
  z-index: 1;
  }
  /* Text Rechts Container */
  #text_rechts{
  position: absolute; 
  left: 720px; 
  top: 190px; 
  background-image:url(../images/rechts.png);
  background-repeat:repeat-y;
  
  z-index: 1;
  }
  /* Text Impressum Container */
  #text_impressum{
  position: absolute; 
  left: 0px; 
  top: 190px; 
  z-index: 2;
  }

p, ul, body, table { font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; }
table { font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#035b9c;}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 2px #035b9c;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
li { color:#035b9c; font-size: 11px;}

 a:link { text-decoration:none; color:#003399; border:none;}
 a:visited { text-decoration:none; color:#666666; }
 a:hover { text-decoration:none; color:#FF6600; }
 a:active { text-decoration:none; color:#FF6600; }
.big { font-weight:bold; font-size: 16px; }
.small { font-size: 10px; }
.blue10 { color:#035b9c; font-size: 10px;}
.blue12 { font-weight:bold; color:#035b9c; font-size: 12px;}
.blue12i { font-style:italic; color:#035b9c; font-size: 12px;}
.blue14 { font-weight:bold; color:#035b9c; font-size: 14px;}
.black12 { font-weight:bold; color:#000000; font-size: 12px;}
.red10 {color:#FF0000; font-size: 10px;}
.red11 { color:#880000; font-size: 11px;}
.red12 { font-weight:bold;color:#880000; font-size: 12px;}
.grey9 { font-size:9px; font-family: Arial, Helvetica, sans-serif ; color:#000000;}
.green11 { font-size:11px; font-family: Arial, Helvetica, sans-serif ; font-weight:bold; color:#66CC00;}
.brown11 { color:#660000; font-size: 11px;}
.brown12 { font-weight:bold; color:#660000;	font-size: 12px;}
.small { font-size: 10px; }
 
 .textarea1 { font-size:10px; font-family: Arial, Helvetica, sans-serif; height:50px; width:370px;}
 .textarea2 { font-size:11px; font-family: Arial, Helvetica, sans-serif; ;height:50px; width:370px;}
 .textarea3 { font-size:11px; font-family: Arial, Helvetica, sans-serif; ;height:80px; width:370px; overflow=auto;}
 
 .input1 { font-size:11px; width:120px;height:auto;}
 .input2 { font-size:11px; width:200px;height:auto;}
 .input3 { font-size:11px; width:270px;height:auto;}
 .input4 { font-size:11px; width:370px;height:auto;}
 .input5 { font-size:10px; width:25px;height:auto;}
 .input6 { background: url(../images/edit.gif); background-repeat: no-repeat; background-position:center; width:20px; height: auto;}
 .input7 {
	background:none;
	color:#660000;
	font-size: 12px;
	border-bottom-style: solid;
	border-left: none;
	border-top: none;
	border-right-style:inset;
	border-right-color: #0066CC;
	font-weight: 500;
	}

 
fieldset { font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; }



#gw_texte { 
	position:absolute; 
	width:600px;
	height:320px;
	padding: 10px;
	text-align:left;
	overflow:auto;
	z-index:2; 
	}
// -->
