/* CSS Document */
*{
	margin: 0px;
	padding: 0px;}

body{}
	
#wrapper{
	width: 1005px;
	margin: auto;}

#verticalArea{
	width: 77px;
	height: inherit;
	background-image:url(../img/verticalTextLeft/schriftlinksrepeat.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 2px;}

#vertical{
	background-image: url(../img/verticalTextLeft/schriftlinksoben.jpg);
	height: 498px;}

#all{
	width: 923px;
	float: left;}

#header{
	height: 50px;
	width: 800px;}

#mainArea{
	width: auto;}
	
#mainAreaLeft{
	width: 800px;
	margin-right: 3px;}

#mainAreaRight{
	width: 120px;}

#containerContent{
	margin-top: 5px;}

.contentLeft{
	float: left;}

.contentRight{
	float: right;}

#footer{
	background-image: url(../img/footer/footerneu.jpg);
	width: 879px;
	height: 24px;
	margin-left: 0px;
	clear: both;}



