* {
	font-family: Verdana, Arial, sans-serif;
}

html, body, div, p, h1, h2, h3, span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   border: 0px;
}


body {
	text-align: center;
	background-color: #EEEEEE;
	color: #999999;
}

a {
	color: #185aa3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6a9cca;
}

a.button {
	width: 170px;
	height: 130px;
	display: block;
	margin: 0px auto;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 10px;
}

a.button span {
	display: block;
	padding-top: 82px;
}

a#mobilestreams {
	background-image: url(/media/links/web.jpg);
}

a#products {
	background-image: url(/media/links/products.jpg);
}

a#tv {
	background-image: url(/media/links/tv.jpg);
}

a#direct-to-mobile {
	background-image: url(/media/links/direct-to-mobile.jpg);
}


div.centered {
	text-align: center !important;
}

div.text {
	margin: 0px 50px;
	text-align: left;
}

h2 {
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}

h2 span {
	display: block;
	font-size: 10px;
}

p {
	margin-bottom: 15px;
}

p.noMargin {
	margin: 0px;
}


table {
	width: 100%;
	margin: 0px auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table td {
	text-align: center;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}

table.buttons {
	width: 1%;
}

table.zweiSpalter {
	width: 500px;
	border-top: 1px solid #EEEEEE;

}

table.zweiSpalter td {
	padding: 15px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
}

div.img {
	white-space: nowrap;
	width: 1px; 
	height: 1px;
	display: table;
	margin: 0px auto;
	border: 5px solid #EEEEEE;
}

div.img * {
	display: block;
	white-space: nowrap;
}

table.zweiSpalter td div.img img {
	display: block;
	margin: 3px;
}

table.zweiSpalter td span.description {
	display: block;
	font-weight: normal;
	color: #999999;
}

/* Content */
div#content-box {
	width: 650px;
	margin: 0px auto;
	font-size: 11px;
}

div#content {
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

/* Content-Raender */
div.content-margin {
	padding: 30px;
}

/* Header */
div#header {
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}

div#header img {
	display: block;
	margin-bottom: 3px;
}

div#header h1 {
	font-size: 10px;
	margin-left: 49px;
}

div#header h1 span {
	font-weight: normal;
}

/* Footer */
div#footer {
	height: 200px;
	font-size: 9px;
	background-image: url(/media/bg-footer.gif);
	background-position: left bottom;
	background-repeat: repeat-x;	
}