		body {
			height: 100%;
			width: 100%;

			margin: 0;
			padding: 0;
			
			background: none;
			background-color: #FFF;
			background-image: url('/fileadmin/portal_graphics/bg_empl.jpg');
			background-repeat: no-repeat;
			background-position: 50% 0;
			
			font-family: Verdana, Arial;
			color: #FFFFFF;
			}
		
			
		h1 {
			font-size: 24px;
			}

		#wrapper_content {
			position: absolute;
			top: 0;
			left: 50%;
			
			display: block;
			width: 1000px;
			height: 100%;
			
			margin-left: -500px;
			}
			
			.content {	
				display: block;
				width: 280px;
				height: 300px;
				
				font-size: 14px;
				}
				
			.content h1 {
				margin: 0;
				}

			.content ul {	
				font-size: 20px;
				line-height: 25px;
				
				list-style-image: url('/fileadmin/portal_graphics/li.gif');
				}
				
			.content a {	
				margin-left: 20px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 30px;
				padding-right: 5px;
				
				background-color: #BA283A;
				background-image: url('/fileadmin/portal_graphics/a.gif');
				background-repeat: no-repeat;
				background-position: 8px 8px;
				
				color: #FFFFFF;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				line-height: 30px;
				}

			.content a:hover {
				color: #FFFFFF;
				text-decoration: underline;
				}
			
			#content_left {
				position: absolute;
				left: 0;

				margin-top: 10%;
				}
				
			#content_right {
				position: absolute;
				left: 650px;

				margin-top: 18%;
				}
			

		#wrapper_footer {
			position: absolute;
			bottom: 0;
			left: 0;
			
			display: block;
			width: 100%;
			height: 140px;
			
			background-color: #B90319;
			}	
			
			#footer {
				position: absolute;
				top: 0;
				left: 50%;
				
				display: block;
				width: 1000px;
				
				margin-left: -500px;
				}
				
				#footer_left {
					display: block;
					float: left;
					width: 385px;

					margin-left: 5px;
					}
					
				#footer_center {
					display: block;
					float: left;
					width: 190px;
					
					margin-top: 30px;
					
					text-align: center;
					}
					
					#footer_center strong {
						display: block;
						margin-top: 20px;
						}
					
				#footer_right {
					display: block;
					float: left;
					width: 340px;
					height: 100%;

					margin-left: 75px;
					}
					
				#logo_germany {
					position: absolute;
					top: -22px;
					left: 0;
					}
					
				#logo_austria {
					position: absolute;
					top: -22px;
					left: 650px;
					}
					
				.info_left {
					position: relative;
					top: 40px;
					
					display: block;
					float: left;
					
					margin-right: 30px;
					
					font-size: 11px;
					}
					
				.info_right {
					position: relative;
					top: 40px;
					
					font-size: 11px;
					}
					
				#footer a {
					color: #FFFFFF;
					}
					
				#footer img {
					border: 0;
					}