body {
				position:absolute; 
				background-color:#fbe7f1; 
				top:0; 
				left:0; 
				margin:0px;
				padding:0px;
				width: 100%; 
				height:100%;
				background-image:url(../bilder/topback.gif);
				background-repeat:repeat;
	}
	
a {           	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
a:link {      	text-decoration: none; color: #ffffff; }
a:active {    	text-decoration: none; color: #1e1e1e; }
a:visited {   	text-decoration: none; color: #ffffff; }
a:hover {     	text-decoration: none; color: #1e1e1e; }

a.acon {           	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
a.acon:link {      	text-decoration: none; color: #d20874; }
a.acon:active {    	text-decoration: none; color: #1e1e1e; }
a.acon:visited {   	text-decoration: none; color: #d20874; }
a.acon:hover {     	text-decoration: none; color: #1e1e1e; }

#table_top {
				height:100%;
				width:100%; 
				margin:0px;
				border:0px solid #FF0000;
				padding:0px;	
	}
	
#table_head {
				height:322px;
				width:968px; 
				margin:0px;
				border:0px solid #FF0000;
				padding:0px;	
	}

#div-content {
				width:420px;
				float:left;
				padding-top:20px;
				padding-bottom:20px;
				padding-left:34px;
				padding-right:30px;
				margin:0px;
		}

#div-navigation {
				float:right;
				width:484px;
				height:317px;
				padding:0px;
				margin:0px;
				background-image:url(../bilder/wasserzeichen.gif);
				background-repeat:no-repeat;
		}
	
#inhalt {
				width:968px; 
				margin:0px;
				border:0px solid #FF0000;
				padding:0px;
				background-image:url(../bilder/top_inhalt.gif);
				background-repeat:repeat-y;
	}

#div-footer1 {
				float:left;
				height:101px; 
				width:968px; 
				padding:0px;
				margin:0px;
				background-image:url(../bilder/footer.gif);
				background-repeat:no-repeat;
		}
		
.link {		  	font-family: Verdana, Arial; font-size:11px; color: #e6e6e6; font-weight:normal; }
.pink {		  	font-family: Verdana, Arial; font-size:12px; color: #d20874; font-weight:bold; }
.pink11 {		font-family: Verdana, Arial; font-size:11px; color: #d20874; font-weight:bold; }

h1 {          	font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size:14px; 
				color: #d20874; 
				font-weight:bold;
				margin:0px; 
				padding:0px; }

p, div, td {  	font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size:11px; 
				color: #1e1e1e; 
				line-height:17px; }


input {       background-color:#ffffff/*ecece9*/; 
              color:#1e1e1e;
              font-size:11px;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              border-bottom:1px solid #1e1e1e;
			  border-top:2px solid #ffffff;
			  border-left:2px solid #ffffff;
			  border-right:2px solid #ffffff;
			   }
			  

textarea {    background-color:#ffffff; 
              color:#1e1e1e;
              font-size:11px;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              border-top:2px solid #1e1e1e;
			  border-bottom:1px solid #1e1e1e;
			  border-right:2px solid #1e1e1e;
			  border-left:2px solid #1e1e1e;
			  width:250px;
			  height:100px; }
			  
