@charset "utf-8";

/*Gesamtlayout*/

body {
	background-color:#FFFFFF;
}


#Gesamt{
	background-image:url(images/Hintergrund.png);
	position:relative;
	left:20%;
	top:25px;
	width:733px;
	height:550px;
}

#Logo{
	position:absolute;
	left:366px;
	top:32px;
	width:320px;
	height:63px;
}

#divCont{
	position:absolute;
	left:222px;
	top:133px;
	width:350px;
	height:280px;
	visibility:visible;
    overflow:hidden
}

#divText {
	position:absolute;
    font-size:80%;
    left:0px;
    top:0px;
   	z-index:3
}

#ScrollUp {
    position:absolute;
    left:585px;
    top:140px;
    z-index:4;
    visibility:visible
}

#ScrollDown {
	position:absolute;
    left:585px;
    top:405px;
    z-index:4;
    visibility:visible
}

#Menue{
	position:absolute;
	left:222px;
	top:452px;
	width:498px;
	height:29px;
}


/*Text- und Linkbehandlung*/

h1{ 
		font-family:Verdana, Helvetica, sans-serif;
		font-weight: bold;
		font-size:15px;
		color: #e3e3e3;
}

h2{ 
		font-family:Verdana, Helvetica, sans-serif;
		font-weight: bold;
		font-size:13px;
		color: #e3e3e3;
}

h3{ 
		font-family:Verdana, Helvetica, sans-serif;
		font-weight: bold;
		font-size:10.5px;
		color: #e3e3e3;
}

p{		font-family:Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size:12px;
		color: #e3e3e3;
		padding-left:10px;
}

b{		font-family:Verdana, Helvetica, sans-serif;
		font-weight: bold;
		font-size:13px;
		color: ##e3e3e3;
}

b2{
		font-family:Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size:12px;
		color: ##e3e3e3;
}

a:link{
		color: #a9a4a4;
		text-decoration:none;
		border-color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		position:relative;
		left:auto;
}

a:visited {
	    color: #a9a4a4;
  		text-decoration:none;
		border-color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		position:relative;
		left:auto;
}

a:active {
  		color: #a9a4a4;
  		text-decoration:none;
		border-color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		position:relative;
		left:auto;
}

a:hover {
  		color: white;
  		text-decoration:none;
		border-color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		position:relative;
		left:auto;
}


/*Menü-Behandlung*/

    #MenuTabs {
      width:100%;
      /*background:#ffffff;*/
      font-size:11px;
	  font-family:Verdana, Helvetica, sans-serif;
      line-height:normal;
    }

    #MenuTabs li {
	  display:inline;
      margin:0;
      padding:0;
    }
	  
    #MenuTabs a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
    }
	  
    #MenuTabs a span {
	float:left;
	display:block;
	padding:7px 4px 4px 6px;
	color:#6c0304;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #MenuTabs a span {float:none;}
    /* End IE5-Mac hack */
    #MenuTabs a:hover span {
      color:#e3e3e3;
	  /* background:url("images/Link_aktiv.gif") no-repeat right top;*/
      }
    #MenuTabs a:hover {
      background-position:0% -60px;
	 /*  background:url("images/Link_aktiv.gif") no-repeat left top;*/
      }
    #MenuTabs a:hover span {
      background-position:100% -60px;
	  color:#e3e3e3;
    }

    #MenuTabs #current a {
	  color:white;
      background-position:0% -42px;
    }
    
	#MenuTabs #current a span {
	  color:white;
      background-position:100% -42px;
	}
	
	#Senden{	
	background-color:#000000; 
	color:#e3e3e3; 
	width:100px; 
	border:1px solid #e3e3e3;
	position:absolute;
	top:260px;
	left:83px;
	}
	
	#Loeschen{	
	background-color:#000000; 
	color:#e3e3e3; 
	width:100px; 
	border:1px solid #e3e3e3;
	position:absolute;
	top:260px;
	left:197px;
	}
	
	
	
/*Formular*/
form { background-image:url(background.gif); padding:30px; border:6px solid #ddd; }
td, input, select, textarea { font-size:13px; font-family:Verdana,sans-serif; font-weight:normal; }
input, select, textarea { background-color:#e3e3e3; color:#000000; }

