/*----------------------------------
 Standard Elemnte Style 
----------------------------------*/
	
	
	html {
		height: 100%;


		}


body 
{
		margin: 0px;
		padding: 11px;
		height: 100%;
		background: #fefefe url("../images/gif/background.gif") repeat-x;
		font: 0.7em/140% verdana, tahoma, arial, sans-serif;
		line-height: 1.4em;
		text-align: center;
				
}
	
div, table  {
		padding: 0px;
		margin: 0px;
		border: 0px;
		text-align: left;
		vertical-align: top;
	}

		
	form {
		padding: 0;
		margin: 0;
		border: 0;
		text-align: left;
		vertical-align: top;
	}
	
	
	ul {
		padding:0px;
		margin:0px;
		list-style-type: none;
	}



/*----------------------------------
	Inhalt bereich
----------------------------------*/

	#spalte_links {

		width:160px;
		padding-left: 14px;
		padding-top: 5px;
		text-align: left;
		float:left;
	

		}
		
		
	#spalte_mitte {

		min-height: 100%;
		width:578px;
		text-align: left;
		float:left;

		padding: 18px;
		
		
		}


	

	.abstand {
	
	height: 5px;
	
	}
	
	
	.tbbackground1 {
	
	background:#e3e3e3;
	
	}
	
	
	.tbbackground2 {
	
	background:#bdbcbc;
	
	}
	
	
		
		
/*----------------------------------
 Text style 
----------------------------------*/		
		
	.grau {
	
		color: #a5958e;
	
	}
	
	.grau_bold {
	
		color: #a59891;
		font-weight:bold;
	
	}
	
	.warnung {

		border: 1px dotted #a30f36;
		width: 538px;
		padding: 5px;
		min-height: 15px;
		background-color:#d0d0d0;
	}
	
		.rot_bold {
	
		color: #a72a3d;
		font-weight:bold;
		
	
	}
	
	.rot {

		color: #a72a3d;
		
		}
		
/*----------------------------------
	Haupt Bereich 
----------------------------------*/

	
	#seite {
		
		margin: auto;
		width: 847px;
		text-align: left;
		background:url(../images/gif/background_inhalt.gif)
		
		}
		
/*----------------------------------
	Header Bereich
----------------------------------*/

	#headerspalte {
		width: 847px;
		height:201px;
		}

/*----------------------------------
	Inhalt bereich
----------------------------------*/
	
	
	#footer {
	
		width: 847px;
		height: 235px;
		background-image:url(../images/gif/footer.gif);
		clear:left;
		text-align: left;
		
		}


	#footer_adresse {
	
		
		width: 160px;
		height: 100px;
		padding-left: 18px;
		padding-top: 10px;		
		clear:left;
		text-align: left;
		
		}
		
		#footer_logo {
	
		
		width: 160px;
		height: 100px;
		padding-left: 0px;
		padding-top: 35px;		

		
		}


/*----------------------------------
  Link style 
----------------------------------*/


a { 
	text-decoration: none;
	color:#a30f36;
}
	a:hover {
		text-decoration: underline;

	}
	a.list {
		margin-bottom:6px;
	}
	#contentPos p a, #loginPos a, a.list {
		background-image:url(../images/gif/pfeil_login.gif);
		background-position:left 5px;
		padding-left:8px;
		background-repeat: no-repeat;
		display:block;
		font-weight:bold;
	}
		
		




a.klein  { 
	text-decoration: none;
	color:#a30f36;
	font-size: 9px;
}
a:hover.klein  {
		text-decoration: underline;

	}


		
/*----------------------------------
	Navigation Links
----------------------------------*/

	
		#navigationPos a {
			display:block;
			padding:1px 0px 3px 10px;
			border-bottom: 1px solid #e0e0e0;
			width:150px;
			font-weight:bold;

		}

#navigationPos ul a {
			background-color:#e0e0e0;
			color:#000000;

			
		}
			#navigationPos ul a:hover, #navigationPos ul a.active {
				background-color:#cccccc;
				text-decoration:none;
			
								
			}
			
 #navigationPos li {
     padding: 0px;
     margin: 0px;
     margin-bottom: 5px;
     }
     
#navigationPos ul {
     padding: 0px;
     margin: 0px;
}
			

/*----------------------------------
	Formulare
----------------------------------*/			
			
.input {
		padding-left: 5px;
		width: 150px;
		height: 17px;
		color: #454545;
		border: 1px solid #454545;
		font: 1em/135% verdana, tahoma, arial, sans-serif;
	}
	

.inputmittel {
		padding-left: 5px;
		width: 80px;
		height: 17px;
		color: #454545;
		border: 1px solid #454545;
		font: 1em/135% verdana, tahoma, arial, sans-serif;
	}
	
.inputklein {
		padding-left: 5px;
		width: 60px;
		height: 17px;
		color: #454545;
		border: 1px solid #454545;
		font: 1em/135% verdana, tahoma, arial, sans-serif;
	}
