	html, body, table
		{
			margin:0;
			padding:0;
			height:100%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
		}
		
		
		
		.buttons{
			font-size:14px;
			font-weight:bold;
			width:160px;

			cursor:pointer;
		}
		
		.table_color_true{
			background-color:#EEEEEE;
		}
		
		
		
		.table_color_false{	
			background-color:#ffffff;
		}
		
		
		
		#content_container 
		{
			height:93%;
			overflow:auto;
			text-align:center;
		}
		
		#footer 
		{
			background:#efefef;
			height:50px;
			text-align:center;
			background-image:url(images/leiste_unten.jpg);
			background-repeat:repeat-x;
		}
		
		#header
		{
			margin: 0 0 0.7em;
			background:#efefef;
			background-image:url(images/leiste_mitte.gif);
			background-repeat:repeat-x;
			height:50px;
		}
		
		.box_header{
			float:left;
			line-height:20px;
			font-size:11px;
			font-weight:bold;
		}
		
		
		#content{
			position:absolute;
			left:50px;
			right:50px;
			top:100px;
			bottom:100px;
			min-width:800px;
		}
		
		.gekauft_box{
			position:relative;
			margin-bottom:40px;
			border:#888 solid 1px;
			height:auto;
		}
		
		.gekauft_box td{
			
			padding:0 5px 0 5px;
		}
		
		#logo{
			position:absolute;
			top:0px;
			right:0px;
		}
		
		#logo_left{
			position:absolute;
			top:0px;
			left:0px;
		}
		
		#drlogo{
			position:absolute;
			bottom:10px;
			left:10px;
		
		}
		
		#zeile:hover{
			background-image:url(images/zeile_bg.png);
			background-position:0% 0%;
			cursor:pointer;
		}
		
		#zeile{
			
		}
		
		#sprachen{
			position:absolute;
			left:250px;
			top:15px;
			
		
		}
