/**
*	ADDITIONAL STYLES
*   (c) KULOW IT+C GmbH
*	@autor RK
**/
@media all
{
	
	h1 {
		font-size: 24px;
		color: #333333;
		font-weight: bold;
		padding: 5px 0px 5px 0px;
	}
	
	h2 {
		font-size: 18px;
		color: #555555;
		font-weight: normal;
		padding: 5px 0px 5px 0px;
	}
	
	hr {
		height: 1px;
		border: 0px;
		background: #BBBBBB;
		margin: 10px 0px 10px 0px;
	}
	
	.title {
		font-size: 18px;
		color: #555555;
		font-weight: normal;
		margin: 10px 0px 10px 0px;
	}
/** LINKS END **/	

	.content_box {
		width: 280px;
		height: 280px;
		background-color: #EEEEEE;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
	}
	.icon_hosting {
		background: #EEEEEE url('../img/hosting.png') no-repeat top center;
	}
	.icon_dns {
		background: #EEEEEE url('../img/dns.png') no-repeat top center;
	}
	.icon_mirror {
		background: #EEEEEE url('../img/mirror.png') no-repeat top center;
	}
	.content_middle {
		margin: 0px 20px 0px 20px;
	}
}