@charset "utf-8";
/* CSS Document */

html, h1, h2, table, TR,TD, .beruf {margin:0; padding:0;}
/*
	LAYOUT
*/
body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707173;
}

#wrapper {
	width:750px;
	height:auto;
	margin:50px auto;
	border:1px solid #707173;
}

#kopf {
	width:750px;
	height:170px;
	border-bottom:1px solid #707173;
}
#inhalt {
	width:720x;
	padding:25px;
}
#fuss {
	width:750px;
	height:10px;
	float:left;
	padding-top:5px;
	text-align:right;
	font-size:9px;
	color:#CCCCCC;
	}

/*
	Restliche APPLICATIONS
*/


table {
margin-left:-1px;
}
#fuss a {
	color:#CCCCCC;
	text-decoration:none;
}

.logoNRW {
	margin:20px 0 0 18px;
}

.logo {
	float:right;
	margin:20px 15px 0 0;
}
.beruf_text {
position:absolute;
margin-top:-20px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:12px;
}
a {
	color:#707173;
}
.impressum {
	float:left;
}

a:hover {
	text-decoration:none;
	color:#000000;
}
