@charset "UTF-8";

/* global whitespace reset */
* {
	margin: 0;
	padding: 0;
}

/* IE PNG Alpha Fix v2.0 Alpha 4 */
img, div, a {
	behavior: url(iepngfix.htc);
}

body {
	font-family: Tahoma, sans-serif;
	color: #666;
	font-size: 12px;
}

#wrapper {
	text-align: center;
}

#header {
	background-color: #023E6C;
	border-bottom: 3px solid #002E52;
	height: 75px;
}

#logo {
	margin-top: 22px;
	margin-left: -45px;
	float: left;
}

#menu {
	float: right;
	list-style: none;
	margin-top: 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

#menu li {
	background-color: #002E52;
	float: left;
	height: 45px;
	width: 110px;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
	margin-left: 2px;
	position: relative;
	background-image: url(images/round_corner-blue-top_right.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#menu li a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

#menu li .bgt {
	background-image: url(images/round_corner-blue-top_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	width: 9px;
	height: 9px;
	left: 0;
	top: 0;
}

#menu .active {
	background-color: #CC0000;
}

#submenu {
	width: 558px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background-color: #CC0000;
	background-image: url(images/round_corner-submenu-bottom_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	color: #FFF;
	z-index: 1;
	text-align: center;
}

#submenu .bgb {
	background-image: url(images/round_corner-submenu-bottom_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 9px;
	height: 9px;
}

#submenu ul {
	list-style: none;
	width: 558px;
	margin: auto;
	height: 23px;
}

#submenu li {
	position: relative;
	top: -2px;
	display: inline;
	height: 23px;
	padding: 0 10px;
	line-height: 23px;
	vertical-align: middle;
	text-align: center;
}

#submenu li.active {
	font-weight: bold;
}

#submenu li a {
	color: #FFF;
	text-decoration: underline;
}

#info {
	height: 373px;
	position: relative;
}

#info .contentWidth {
	height: 100%;
	background-image: url(images/info_startseite.png);
	background-repeat: no-repeat;
	background-position: 250px center;
}

#info.empty {
	height: 75px;
	background: none;
}

#info .star {
	position: absolute;
	top: 130px;
	left: 355px;
}

#info .tarif {
	position: absolute;
	top: 75px;
}

#info h2 {
	color: #999;
	font-weight: bold;
	font-size: 30px;
}

#info h2 em {
	font-style: normal;
	font-size: 50px;
}

#info h3 {
	font-size: 25px;
}

#info h2 span, #info h3 span {
	margin-left: 30px;
}

#info .boxes {
	position: absolute;
	right: 0;
	top: 30px;
}

#info .box {
	color: #FFF;
	width: 255px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 24px 9px 23px;
	margin-bottom: 10px;
	position: relative;
}

#info .box.darkBlue {
	background-image: url(images/info_box-dark_blue.png);
}

#info .box.lightBlue {
	background-image: url(images/info_box-light_blue.png);
}

#info .box.red {
	background-image: url(images/info_box-red.png);
}

#info .box.red h2 {
	margin-top: 15px;
}

#info .box h1 {
	color: #FFF;
	font-size: 25px;
	font-weight: normal;
}

#info .box h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

#info .box a.cornerArrow {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 27px;
	width: 27px;
	text-decoration: none;
}

.noUppercase {
	text-transform: none;
}

.uppercase {
	text-transform: uppercase;
}

#info .box h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
}

#info .box ul {
	list-style-image: url(images/checked.png);
	margin-left: 23px;
}

#info .box p, #info .box li {
	line-height: 1.1;
}

#content {
	border: 3px solid #D0D2CB;
	border-left: 0;
	border-right: 0;
	background-color: #F2F2F0;
	height: 273px;
	padding: 22px 0;
	margin-bottom: 80px;
}

#content.small {
	height: 236px;
	margin-bottom: 10px;
}

#content .box {
	width: 231px;
	height: 248px;
	font-size: 12px;
	position: relative;
	margin-left: 12px;
}

#content .box a.button {
	color: #FFF;
}

#content .box.first {
	margin-left: 0;
}

#content .box.startgrey {
	color: #FFF;
	background-color: #B9BCB7;
	width: 211px;
	height: 238px;
	padding: 10px;
	margin-top: -10px;
	position: relative;
	background-image: url(images/round_corner-grey-top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#content .box.startgrey .bgt {
	position: absolute;
	background-image: url(images/round_corner-grey-top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -10px;
	width: 8px;
	height: 8px;
}

#content .box.startgrey .bgb {
	position: absolute;
	background-image: url(images/round_corner-grey-bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}

#content .box.startgrey .bgb div {
	position: relative;
	background-image: url(images/round_corner-grey-bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 8px;
}

#content .box.startgrey * {
	color: #FFF;
}

#content .box p {
	margin-top: 18px;
	margin-bottom: 21px;
}

#content .box .button {
	position: absolute;
	left: 5px;
	bottom: 10px;
}

#content .bigboxes {
	position: relative;
	margin: -78px -7px 0 -8px;
	height: 400px;
}

#content .bigbox {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	height: 386px;
	padding: 30px 30px;
}

#content .bigbox.red {
	background-image: url(images/bigbox-red.png);
	left: 0;
	width: 422px;
	color: #FFF;
}

#content .bigbox.grey {
	background-image: url(images/bigbox-grey.png);
	right: 0;
	width: 433px;
	color: #666;
}

#content .bigbox h1 {
	font-size: 34px;
	margin-top: 6px;
	margin-bottom: 30px;
}

#content .bigbox.red h2 {
	color: #FFF;
	text-transform: none;
	margin-bottom: 30px;
}

#content .bigbox h2.long {
	margin-bottom: 10px;
}

#content .bigbox.grey h2 {
	text-transform: none;
	font-size: 20px;
}

#content .bigbox p {
	margin-bottom: 20px;
	font-size: 13px;
}

#content .bigbox .subline {
	font-size: 10px;
	font-style: italic;
}

#content .bigbox.red .subline {
	margin-top: -30px;
}

#content .bigbox p.marginBottom {
	margin-bottom: 0;
	margin-top: 20px;
}

#content .bigbox ul, #description ul {
	list-style-image: url(images/checked-dark_grey.png);
	margin-left: 23px;
	font-size: 13px;
}

#content .bigbox li {
	line-height: 2;
}

#content .bigboxes .star {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#content table {
	width: 310px;
	font-size: 13px;
	border-spacing: 3px;
	margin: auto;
	margin-top: 10px;
}

#content table tr {
	background-color: #D7D7D7;
}

#content table tr.even {
	background-color: #E2E2E2;
}

#content table th.headL {
	background-image: url(images/table_head_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
}

#content table th.headR {
	background-image: url(images/table_head_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 83px;
}

#content table th {
	height: 40px;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
}

#content table th, #content table td {
	padding: 3px 30px;
}

#content table .right {
	text-align: right;
}

#content table em {
	font-style: normal;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
}

#description ul.pdfs {
	list-style-image: url(images/icon_pdf.png);
}

#description ul.pdfs li {
	line-height: 21px;
}

#description {
	margin-top: 40px;
	margin-bottom: 10px;
}

#description .column {
	width: 464px;
	padding-left: 10px;
}

#description .column.floatLeft {
	padding-right: 10px;
}

#description h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}

 #description ul {
	margin-left: 30px;
}

#description li {
	line-height: 1.5;
}

#description ul, #description p {
	margin-bottom: 20px;
}

#description .people {
	background-color: #F2F2F0;
	height: 380px;
	position: relative;
}

#description .people img.bg {
	position: absolute;
}

#description .people .column {
	position: relative;
	margin-top: 25px;
	padding-right: 20px;
	width: 444px;
}

#description .people.domains {
	height: 230px;
	margin-bottom: 50px;
}

#description .people.domains img.bg {
	margin-left: 40px;
}

#description .people.server {
	height: 250px;
	padding: 0 20px;
}

#description .people.server .column {
	margin: 0;
	padding: 0;
}

#description .people.server .column.small {
	width: 290px;
}

#description .people.server .column.wide {
	width: 590px;
}


#description .people.server .column .box {
	height: 100px;
	margin-top: 20px;
	padding-left: 85px;
}

#description .people.server .column .box img {
	margin-left: -85px;
}

#description .people.server .column .box h2 {
	margin-bottom: 0;
}

#footer {
	margin-bottom: 40px;
}

#footer .box {
	width: 475px;
	height: 40px;
	border: 1px solid #F2F2F0;
	text-align: center;
	color: #999;
	padding: 20px 0;
}

#footer .box .links {
	width: 170px;
	margin: auto;
}

#footer .box a {
	color: #002E52;
	font-size: 16px;
}

.contentWidth {
	width: 960px;
	margin: auto;
	text-align: left;
	position: relative;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 130px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-right: 23px;
	vertical-align: top;
	color: #FFF;
}

.button:hover {
	background-position: left bottom;
}

.button.wide {
	background-image: url(images/button_wide.png);
	width: 150px;
	color: #FFF;
	margin-top: 25px;
}

h1 {
	text-transform: uppercase;
}

h2 {
	color: #002E52;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.9px;
}

h3 {
	color: #CC0000;
	font-size: 16px;
	letter-spacing: -0.9px;
}

p {
	line-height: 1.5;
}

a, a:link {
	color: #666;
}

a img {
	border: 0;
}

