



BODY {

  		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		margin: 0px;
		background-color: #ffffff;
		background-image: url(../images/bg.jpg);
		background-repeat: repeat-x;
}

/*########### Content-Seiten Beginn ##############*/


#gesamterBereich
{
        float: none;
        margin-left: 0em;
        padding-left: 0em;
        padding-right: 0em;
  		width: 100%;
        background-color: #ffffff;
        overflow: visible;
}

#gesamterBereich h1 {
		font-size: 1em; 
		display: block; 
		font-weight: normal; 
		line-height:1.2em;
		color:#000000;
		margin: 0 0 0 0
} 

#gesamterBereich h2 {
		font-size: 0.9em; 
		display: block; 
		font-weight: bold; 
		line-height:1.1em;
		margin: 0.7em 0 0 0
} 

#gesamterBereich h3 {
		font-size: 0.8em; 
		display: block; 
		font-weight: normal; 
		line-height:1.1em;
		margin: 0.7em 0 0 0
} 

#gesamterBereich p {
		font-size: 0.8em;  
		font-weight: normal; 
		line-height:1.4em;
		margin: 0.7em 0 0.7em 0
} 


/*########### Content-Seiten Ende ##############*/


img {
	border: 0;
}

A {
  	color: #1a146f;
	text-decoration: none;
}

A:hover {
	color: #1a146f;
	text-decoration: underline;
}

#cont
	{
	
	
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content
	{
	margin-left: -350px;
	position: absolute;
	top: -0px;
	left: 45%;
	width: 395px;
	height: 600px;
	visibility: visible
	}




