/*
	(c) pixel-id GmbH, www.pixel-id.de
*/
/*
	CSS www.gress.de
	(c) Gress Friseure
*/
@import url('tx_cssstyledcontent.css');
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:9pt;
}
html, body {
	height:100%;
}
body {
	background-color:#E2E2E2;
	color:#666666;
	text-align:center;
}
/* Links allgemein */
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
div#container {
	margin:50px auto;
	width:885px;
	text-align:left;
	position:relative;
}
div#content {
	float:left;
	text-align:left;
	width:880px;
	overflow:auto;
}

div#gress, div#talentboost, div#plan7 {
	float:left;
	width:270px;
	background-image:url('img/bg_o.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
}
div.spc {
	float:left;
	width:25px;
}
div#inner {
	background-image:url('img/bg_u.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	height:450px;
	position:relative;
	bottom:0;
}
div#inner * {
	padding-right:25px;
	padding-left:15px;
}
div#inner img, div#inner a {
	border:none;
	padding:0;
	margin:0;
}
div#inner a {
	text-decoration:none;
}

div#inner h2, div#inner h2 a {
	font-size:105%;
	margin-bottom:.5em;
}

div#copyright {
	margin:0 auto;
	width:880px;
	font-size:.9em;
	color:#999999;
}
div#copyright a {
	font-size:1em;
	color:#999999;
	text-decoration:none;
}

