* {
	padding: 0px;
	margin: 0px;
}

body {
	position: 			absolute;
	top: 				0px;
	left: 				0px;
	right: 				0px;
	width:				100%;
	height:				100%;
	padding: 			0px;
	margin: 			0px;
	border: 			0px;
	overflow:			auto;
	color:				rgb(0, 0, 0);
	background-color: 	rgb(255, 255, 255);
	
	font-size: 15px;	
	
	background-image:	url('../images/hintergrund.jpg');
	background-repeat: 	repeat;			
}

/*********************************** LINKS ************************************/
a.link, a.link:link, a.link:visited {
	color:				#000099;
	background-color:	#ffffff;
	text-decoration:	underline;
	font-weight:		normal;
}

a.link:hover, a.link:active, a.link:focus {
	color:				#000000;
	background-color:	#ffffff;
	text-decoration:	none;
}

.login {
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	background-color:	#ffffff;
	color:				#000000;
	white-space: 		nowrap;
	text-decoration:	none;
	text-align:			right;
}

p {
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			11pt;
	margin-top:			50px;
	margin-bottom:		5px;
	text-align:			left;
}

/*********************************** DIVs ************************************/

#header {
	background-color:	#000000;
	color:				#ffffff;
	width:				100%;
	height:				75px;
	white-space: 		nowrap;
	overflow:			hidden;
	z-index:			2;
	position: 			absolute;
	top:				0px;
}

#menu {
	color:				#ffffff;
	width:				100%;
	height:				75px;
	white-space: 		nowrap;
	overflow:			hidden;
	z-index:			3;	
	position: 			absolute;		
	top:				0px;
}

#left {
	top: 				75px;
	background-image:	url('../images/left_bg.jpg');
	background-repeat:	repeat-y;
	width:				120px;
	position:			absolute;
	left:				0px;
	z-index:			4;
	white-space: 		nowrap;
	overflow:			hidden;
	bottom: 			0px;
}

#content {
	color:				#000000;
	margin:				50px;
	width:				700px;
	margin-left:		60px;
	margin-top: 		85px;
	top:				50px;
	z-index:			1;
}

img {
	border: 0px;
}	

#title {
	color:				#ffffff;
	margin:				25px;
	height:				50px;
	margin-top:			auto;
	margin-bottom:		auto;
	left:				25px;
	top: 				5px;
	z-index:			5;
	position:			relative;	
	font-size: 			1.2em;
}

#login {
	color:				#ffffff;
	margin:				25px;
	height:				50px;
	margin-top:			auto;
	margin-bottom:		auto;
	right:				0px;
	top: 				5px;
	z-index:			5;
	font-size: 			0.9em;
	position:			absolute;
}

#langbox {
	color:				#ffffff;
	margin:				25px;
	height:				50px;
	margin-top:			auto;
	margin-bottom:		auto;
	right:				300px;
	top: 				5px;
	z-index:			4;
	font-size: 			0.9em;
	position:			absolute;
}

#center {
	text-align:			center;
	
	margin-left: 		100px;
}

#bottom {
	position:			absolute;
	padding-top: 		20px;
	bottom:				0px;
	right:				10px;
	text-align:			right;
	z-index:			0;
}

.align-left {
	text-align:			left;
}