html {
		height: 100%;

		}


body 
{
		margin: 0px;
		padding: 0px;
		height: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #fff url("../images/jpg/background.jpg") repeat-y top center; 
		font-size: 13px;
		line-height: 1.4em;
		text-align: center;
				
}
	
/* allgemeine angaben */
	p, div, table, img {
		padding: 0px;
		margin: 0px;
		border: 0px;
		text-align: left;
		vertical-align: top;
	}


a:link  { border-bottom: 0px; text-decoration: none; color: #0055a0;  }
a:visited { border-bottom: 0px; text-decoration: none; color: #0055a0; }
a:hover { border-bottom: 1px dotted; text-decoration: none; color: #0055a0; }
a:active { border-bottom: 0px; text-decoration: none; color: #0055a0; }


#site
	{
	
		margin: auto;
		min-height: 100%;
		width: 781px;
		text-align: left;
		background-image: url(../images/gif/main_background.gif);

	}
	
* html #site {height:100%} /*nur für IE*/
	
#header
	{
		position: relative;
		height: 153x;
		width: 781px;
		text-align:  center;
		margin: 0px 0px 0px 0px;
		
	}

#login
{
	postion: relative;
	margin: 15px 0px 0px 0px; 
	float: right;
	width: 211px;
	height: 222px;


}

#text
{
	postion: relative;
	margin: 0px 12px;
	top: 200;
	width: 500px;
	overflow: hidden;
	float:left;

}

	
	
#footer {
	
	height: 21px;
	position: relative;
	bottom: 0px;
	width: 777px;
	margin: -21px auto 0px;
	text-align:  center;
}




	h1 {
		
		padding-bottom: 5px;
		color: #8c8c8c;
		clear: right;
		border-bottom: 1px solid #f1f1f1;
		font: 1.24em/100% Verdana, serif;
		font-weight: bold;
		
	}
