body
{
	margin: 0;
	padding: 0;
	background: #C5C8CB url(../images/body.png) repeat;
	font-family: 'Helvetica Neu', 'Helvetica', arial, serif;
}
.content
{
	width: 750px;
	border: 1px solid #AEB1B3;
	margin: 50px auto 0 auto;
	padding: 0;
}
.content .header
{
	padding: 20px;
	background: #F7F7F7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#EFF0F1));
	border-bottom: 1px solid #D4D5D6;
}
.content .header h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: url(../images/tomarnfeld.png) no-repeat -15px 0 transparent;
	width: 200px;
	height: 47px;
}
.content .header ul.icons
{
	width: 74px;
	height: 48px;
	float: right;
	margin: -47px 0 0 0;
}
.content .header ul.icons li
{
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 0 0 25px;
	list-style: none;
	text-align: center;
}
.content .header ul.icons li div.icon
{
	width: 48px;
	height: 48px;
	margin: 0;
}
.content .header ul.icons li a
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.content .inner
{
	width: 700px;
	background: #EBEBEB url(../images/content.png) repeat;
	padding: 25px;
}
.content .inner h2
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
}
.content .inner p
{
	font-size: 14px;
	line-height: 20px;
}
.content .inner p a
{
	color: #0C6FE2;
	text-decoration: none;
}
.content .inner p a:hover
{
	color: #CB3B2C;
	text-decoration: none;
}
.content .inner p span
{
	font-weight: bold;
	padding: 2px 10px;
	background: #0C6FE2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0B71E6), to(#0A67D3));
	position: relative;
	-webkit-border-radius: 15px;
	font-size: 13px;
	color: #fff;
}
.content .inner p span:active
{
	background: #0B6BDB;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0B6BDB), to(#0A62C9));
}
.content .inner p span.d3r
{
	background: #00B5CB;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BDD4), to(#00AABE));
}
.content .inner p span.d3r:active
{
	background: #00AABE;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00AABE), to(#009EB1));
}
.content .inner p span a
{
	color: #fff;
	text-decoration: none;
}
.content .inner p span a:hover
{
	color: #fff;
	text-decoration: none;
}
.footer
{
	width: 750px;
	margin: 0 auto;
	height: 10px;
	background: url(../images/footer.png) no-repeat center top;
}