*				{
				margin:0; padding: 0;
				text-decoration:none;
				border:0;
				border-color:transparente;
				}

html, body		{
				height:100%;
				background-image:url(../images/hintergrund_links.jpg);
				background-repeat:repeat;
				}	

#wrapper		{	width:100%; height:100%; }
	
#left_side		{
				position:relative;
				left:0px;
				float:left;
				width:50%;
				height:100%;
				background-image:url(../images/hintergrund_links.jpg);
				background-repeat:repeat;
				text-align:right;
				}

#left_side img	{
				margin-top:200px;
				border:0;
				}

a:active, a:focus {outline: none}				
				
#right_side		{
				position:relative;
				height:100%;
				float:left;
				width:50%;
				background-image:url(../images/hintergrund_rechts.jpg);
				background-repeat:repeat;
				text-align:left;
				}
			
#right_side img	{
				margin-top:200px;
				border:0;
				}
				
					
#logo_right		{
				position:absolute;
				left:0px;
				top:0px;
				width:239px;
				}
				
#logo_left		{
				position:absolute;
				right:0px;
				top:0px;
				width:239px;
				}