@import url(https://fonts.googleapis.com/css?family=Doppio+One);
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	font-size: 100%;
}
body, button, input, select, textarea {
	font-family: Arial;
	color: #3C3D42;
	font-size: 13px;
}
body {
	background: #3BB2E4 url(/res/img/bg.png) repeat-x;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #3C3D42;
}
a:hover {
	text-decoration: underline;
}
#root {
	width: 985px;
	margin: 0 auto;
	background: url(/res/img/effectlook.png) no-repeat;
	position: relative;
}
#root:after, #root:before  {
	content: "";
	background: url(/res/img/schatten.png) no-repeat;
	position: absolute;
	width: 1074px; height: 593px;
	left: -45px;
	display: block;
	z-index: -1;
}
#root:after {
	bottom: 0;
}
#root:before {
	top: 0;
}
#root-in {
	width: 927px;
	margin: 0 auto;
}
#top-menu {
	height: 30px;
	position: relative;
	border-bottom: 1px solid #032F42;
	margin: 0 0 5px;
}
#login {
	position: absolute;
	right: 8px; top: 9px;
}
#login .opener {
	background: url(/res/img/menu_arrow.png) top right no-repeat;
	padding: 0 15px 0 0;
	cursor: pointer;
	font-weight: bold;
}
#login form {
	display: none;
	position: absolute;
	z-index: 5;
	background: #FFF;
	left: -215px; top: 21px;
	width: 285px;
	height: 122px;
	border: 1px solid #032F42;
	padding: 15px;
}
#login input[type="submit"] {
	background-color: #032F42;
	background-image: linear-gradient(to bottom, #032F42, #164E66);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 14px;
	line-height: 20px;
	padding: 4px 12px;
	text-align: center;
	border-radius: 4px;
	margin: 0 0 0 81px;
	cursor: pointer;
}
#login input[type="email"], #login input[type="password"] {
	width: 190px;
	height: 20px;
	padding: 4px 6px;
	border: 1px solid #032F42;
	border-radius: 3px;
	float: left;
}
#login input[type="email"] {
	/*background: url(/res/img/test/user.png) center left no-repeat;*/
}
#login input[type="password"] {
	/*background: url(/res/img/test/password.png) center left no-repeat;*/
}
#login label {
	width: 60px;
	float: left;
	display: block;
	margin: 7px 20px 0 0;
	text-align: right;
	cursor: pointer;
}
#login .row {
	overflow: hidden;
	margin: 0 0 15px;
}
#login .lostpassword {
	margin: 0 0 0 13px;
	font-size: 12px;
}
.v-menu {
	list-style: none;
	text-align: center;
}
.v-menu > li {
	display: inline-block;
}
#top-menu .v-menu {
	position: absolute;
	left: 14px; top: 9px;
	text-align: left;
}
.v-menu > li:before {
	content: "|";
	padding-right: 4px;
}
.v-menu > li:first-child:before {
	content: "";
	padding-right: 0;
}
.v-menu > li > a {
	margin: 0 4px;
}
.v-menu > li:first-child > a {
	margin-left: 0;
}





.v-menu2 {
	color: #FFFFFF;
	list-style: none;
	text-align: center;
}
.v-menu2 > li {
	display: inline-block;
}
#top-menu .v-menu2 {
	position: absolute;
	left: 14px; top: 9px;
	text-align: left;
}
.v-menu2 > li:before {
	content: "|";
}
.v-menu2 > li:first-child:before {
	content: "";
}
.v-menu2 > li > a {
	margin: 0 4px;
}
.v-menu2 > li:first-child > a {
	margin-left: 0;
}





#header {
	position: relative;
	height: 105px;
}
#pos-line {
	position: absolute;
	left: 15px; top: 0;
}
#info-line {
	position: absolute;
	right: 8px; top: 0;
}
#support {
	background: url(/res/img/support_online.png) no-repeat;
	width: 207px; height: 79px;
	display: block;
	position: absolute;
	right: 0; bottom: 6px;
}
#support:hover, #support.off {
	background-image: url(/res/img/support_offline.png);
}
#logo {
	position: absolute;
	/*left: 29px;*/
	left: 15px;
	bottom: 12px;
}
#navi {
	background: url(/res/img/navi.png) no-repeat;
	height: 34px;
	line-height: 34px;
	position: relative;
}
#navi > li > a {
	color: #FFF;
	font: bold 14px Arial;
	margin: 0 21px;
}
#navi li {
}
#navi li ul {
	display: none;
	position: absolute;
	top: 34px;
	list-style: none;
	background: #032F42;
	z-index: 3;
	width: 897px;
	left: 0;
	overflow: hidden;
	padding: 15px;
	border-top: 1px solid #FFFFFF;
}
#navi li ul a {
	color: #FFF;
	padding: 0 10px;
	white-space: nowrap;
	width: 110px;
	height: 50px;
	display: block;
	line-height: 50px;
}
#navi li ul a.large {
	width: 150px;
}
#navi li ul a.xlarge {
	width: 220px;
}
#navi li ul a:hover {
	background: #E8E8EA;
	text-decoration: none;
	color: #032F42;
}
#navi li ul li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #E5E5E7;
}
#navi li ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
#navi li:hover ul {
}
#slider {
	height: 355px;
	overflow: hidden;
	position: relative;
}
#slider ul {
	position: absolute;
	bottom: 7px;
	left: 403px;
	overflow: hidden;
	list-style: none;
	z-index: 2;
}
#slider li {
	float: left;
	margin-left: 4px;
}
#slider li a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/res/img/dot-transparent.png) no-repeat;
}
#slider li.ui-tabs-selected a {
	background: url(/res/img/dot.png) no-repeat;
}
#slider p {
	position: absolute;
	bottom: 25px;
	left: 46px;
	font-size: 40px;
	color: #FFF;
}
#slider p a {
	color: #FFF;
	text-shadow: #000 0px 0px 20px;
}
#slider p:after {
	content: " "url(/res/img/cursor.png);
	padding-left: 20px;
}
.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}
.ui-tabs {
	z-index: 1;
}
.box {
	background: url(/res/img/bigbox.png) no-repeat;
	width: 868px;
	height: 137px;
	margin: 25px auto;
	padding: 25px;
}
h1, h2 {
	font-size: 18px;
	font-weight: normal;
}
.box p {
	margin: 8px 0;
}
.boxes {
	list-style: none;
	width: 918px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0 0;
}
.boxes > li {
	float: left;
	width: 283px; height: 152px;
	background: url(/res/img/smallbox.png) no-repeat;
	margin: 0 0 34px 34px;
	position: relative;
}
.boxes > li:nth-child(4n), .boxes > li:first-child {
	margin-left: 0;
}
.boxes h3 {
	margin: 12px 0 0 98px;
	font-weight: normal;
	font: 22px 'Doppio One', sans-serif;
}
.boxes span {
	background-repeat: no-repeat;
	width: 63px;
	height: 60px;
	position: absolute;
	display: block;
	top: -15px; left: 20px;
}
.boxes p {
	margin: 23px 20px 0;
}
.boxes .i1 span {
	background-image: url(/res/img/icon1.png);
}
.boxes .i2 span {
	background-image: url(/res/img/icon2.png);
}
.boxes .i3 span {
	background-image: url(/res/img/icon3.png);
}
.boxes .i4 span {
	background-image: url(/res/img/icon4.png);
}
.boxes .i5 span {
	background-image: url(/res/img/icon5.png);
}
.boxes .i6 span {
	background-image: url(/res/img/icon6.png);
}
.boxes .i3 form {
	margin: 4px 0 0 18px;
	width: 247px;
}
.boxes .i3 input[type=text] {
	background: url(/res/img/suchen.png) no-repeat;
	border: none;
	width: 227px; height: 29px;
	padding: 0 10px;
}
.boxes .i4 ul {
	list-style: none;
	margin-left: 25px;
}
.boxes .i4 li:before {
	content: "» ";
}
.boxes .i6 ul {
	/*background: url(/res/img/support_icons.png) 0 17px no-repeat;*/
	background: url(/res/img/support_icons.png) 0 13px no-repeat;
	list-style: none;
	margin-left: 25px;
}
.boxes .i6 li {
	margin-left: 19px;
}
#footer {
	background: url(/res/img/footer.png) repeat-x;
	width: 985px;
	height: 87px;
	text-align: center;
	overflow: hidden;
	margin: 30px 0 0;
}
#footer p {
	margin: 9px 0 23px;
}
#footer .v-menu {
	font-weight: bold;
}
*+html .v-menu li {
	float: left;
}
.button2, .boxes .i3 input[type=submit] {
	background: url(/res/img/button.png) no-repeat;
	width: 138px;
	height: 29px;
	display: block;
	line-height: 29px;
	text-align: center;
	border: none;
	position: absolute;
	bottom: 7px;
	right: 18px;
	cursor: pointer;
}
.headbar {
	background: url(/res/img/spacer_subpage.png) no-repeat;
	height: 103px;
	padding: 30px 0 10px;
}
.headbar2 {
	padding: 30px 0 10px;
}
.headbar3 {
	background: url(/res/img/spacer_subpage.png) no-repeat;
	height: 103px;
	padding: 10px 0 40px;
}
.headbar3 table {
	width: 100%;
	border: none;
}
.headbar3 table td {
	width: 50%;
	text-align: justify;
	border: none;
}
.headbar h2 {
}
.headbar4 {
	padding: 15px 0 15px;
}
.headbar4 p {
	margin-top: 10px;
	text-align: justify;
}
table {
	border-spacing: 0;
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: separate;
	border-bottom: 1px solid #FFF;
}
table td, table th {
	line-height: 20px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*table .noborder, table .noborder tr, table .noborder td {
	border: none!important;
}*/
table td:first-child {
	text-align: left;
}
table td:last-child {
	/*border-right: 1px solid #FFF;*/
}
table a.b {
	background: url(/res/img/button.png) no-repeat;
	color: #FFF;
	display: inline-block;
	font: 11px Arial;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin: 0 0 0;
	text-transform: uppercase;
	width: 138px;
	white-space: nowrap;
	text-align: center;
}
table a.dark {
	background-image: url(/res/img/button_dark.png);
}
table .head td {
	color: #2270BF!important;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F4F4F4;
}
table .mark td {
	font-weight: bold;
	/*color: #FFFFFF!important;
	background-color: gray;*/
	color: #2270BF!important;
	background-color: #F4F4F4;
}
table .foot td {
	background-color: #F4F4F4;
	color: #888;
}



table .foot div .icon_desc {
	display: inline;
}

/*table .foot div .icon_desc img:first-child {
	padding-left: 150px;
}*/

table .foot div .icon_desc img {
	padding-left: 10px;
	vertical-align: text-bottom;
}



table.products td.centos {
	height: 35px;
	background: url(/res/img/logos/os/centos.png) no-repeat center center;
}
table.products td.debian {
	height: 35px;
	background: url(/res/img/logos/os/debian.png) no-repeat center center;
}
table.products td.ubuntu {
	height: 35px;
	background: url(/res/img/logos/os/ubuntu.png) no-repeat center center;
}
table.products td.suse {
	height: 35px;
	background: url(/res/img/logos/os/suse.png) no-repeat center center;
}
table.products td.fedora {
	height: 35px;
	background: url(/res/img/logos/os/fedora.png) no-repeat center center;
}
table.products td.scientific {
	height: 35px;
	background: url(/res/img/logos/os/scientific.png) no-repeat center center;
}
table.products td.windows {
	height: 35px;
	background: url(/res/img/logos/os/windows.png) no-repeat center center;
}
table.products td.other {
	height: 35px;
	background: url(/res/img/logos/os/other.png) no-repeat center center;
}










.products {
	background: #C0E2F1;
}
.products a {
	text-decoration: underline;
}
.products td, .products th, .products td:last-child, .products {
	border-color: #032F42;
	vertical-align: middle;
}
.products table.poc {
	margin: 0;
	padding: 0;
}
.products table.poc td {
	border-bottom: 1px solid #032F42!important;
}
.products table.poc td:first-child {
	width: 50%;
	/*font-weight: bold;*/
	text-align: right;
	padding-right: 20px;
}
.products table.poc td:last-child {
	text-align: left;
	padding-left: 10px;
}
.products tbody td:last-child {
	border-right: 1px solid;
}
.products tbody tr.hl td {
	color: #032F42;
	font-size: 14px;
	font-weight: bold;
	border-top: 2px solid #032F42;
	border-bottom: 1px solid #032F42;
	/*background-color: #F4F4F4;*/
}
.products tbody tr.setup td span:first-child {
	text-decoration: line-through;
}
.products tbody tr.setup td span:last-child {
	color: #971931;
	font-weight: bold;
	padding-left: 5px;
}
.products tbody td.brd-top {
	border-top: 2px solid #032F42;
}
.products tfoot td:last-child {
	border-right: 1px solid;
}
.products .toggle {
	background: url(/res/img/table_toggle_icon.png) right center no-repeat;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
.products .toggle.open {
	background-image: url(/res/img/table_toggle_icon_h.png);
}
.products .pr1 {
	color: #971931;
}
.products .pr2 {
	color: #E88715;
}
.products .pr3 {
	color: #8A9C17;
}
.products .pr4 {
	color: #222;
}
.products td:first-child {
	color: #444;
	/*width: 202px;*/
	width: 185px;
}
.products .big {
	font: 700 18px/20px Arial;
}
.products .big span {
	color: #888;
	display: inline-block;
	font: bold 13px/16px Arial;
}
.products .big td.logo img {															/* TODO: remove it */
	display: block;
	max-width: 200px;
	text-align: center;
}
.products .big2 {
	/*font: 700 36px/38px Arial;*/
	font: 700 34px/36px Arial;
}
.products .big2 td:first-child {
	color: #971931;
	text-align: center;
}
.products .big2 small {
	font: bold 12px/14px Arial;
}
/*.products .big2 span {
	color: #888;
	display: inline-block;
	font: bold 11px/14px Arial;
}*/
.products .big2 span:last-child {
	color: #888;
	display: inline-block;
	font: bold 11px/14px Arial;
}
.products select {
	width: 150px;
	background: #C0E2F1;
	border: 1px dashed #032F42;
	padding: 3px;
}










#defaultprice {
	font-size: 13px;
}



.price, #priceb1, #priceb2, #priceb3, #priceb4, #pricea_bt, #pricea_cc, #pricea_pm, #pricea_bs, #pricea1, #pricea2, #pricea3, #pricea4, #prices1, #prices2, #prices3, #prices4 {
	font: 30px/32px Arial;
	color: #444;
}
.price span {
	font-size: 14px;
}
.price td:first-child {
	font-size: 14px;
}



.detail {
	background: #C0E2F1;
}
.detail td, .detail th, .detail td:last-child, .detail {
	border-color: #032F42;
}
.detail .toggle {
	background: url(/res/img/table_toggle_icon.png) right center no-repeat;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
.detail .toggle.open {
	background-image: url(/res/img/table_toggle_icon_h.png);
}
.detail tr td:first-child {
	width: 40%;
}
.detail tr td:nth-child(2) {
	width: 60%;
	border-left: 0;
}
.hor_list {
	list-style: none;
	overflow: hidden;
}
.hor_list > li {
	float: left;
	width: 289px;
	/*margin: 0 25px 25px 0;*/
}
.slogo {
	width: 212px;
	height: 67px;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 10px;
}
.slogo:hover {
	background-position: center bottom;
}
.kvm {
	background-image: url(/res/img/sprites/kvm.png);
}
.openvz {
	background-image: url(/res/img/sprites/openvz.png);
}
.amd {
	background-image: url(/res/img/sprites/amd.png);
}
.intel {
	background-image: url(/res/img/sprites/intel.png);
}
.plesk {
	background-image: url(/res/img/sprites/plesk.png);
}
.liveconfig {
	background-image: url(/res/img/sprites/liveconfig.png);
}






.tab_1 {
	list-style: none;
	text-align: center;
}
.tab_1 li {
	overflow: hidden;
	border: 1px solid #DDD;
	border-top: 0;
	width: 289px;
	background-image:  linear-gradient(#FFF 25%, #EEE 70%);
	border-radius: 3px;
}
.tab_1 li:nth-child(2n+1) {
	padding: 8px 0;
}
.tab_1 li:nth-child(2n) {
	padding: 3px 0;
}
.tab_1 li:first-child {
	border-top: 1px solid #DDD;
}
.tab_1 .left, .tab_2 .right {
	width: 289px;
	display: block;
	float: left;
}






.tab_2 {
	list-style: none;
	text-align: center;
}
.tab_2 li {
	overflow: hidden;
	border: 1px solid #DDD;
	border-top: 0;
	width: 289px;
	background-image:  linear-gradient(#FFF 25%, #EEE 70%);
	border-radius: 3px;
}
.tab_2 li:nth-child(2n+1) {
	padding: 8px 0;
}
.tab_2 li:nth-child(2n) {
	padding: 3px 0;
}
.tab_2 li:first-child {
	border-top: 1px solid #DDD;
}
.tab_2 .left, .tab_2 .right {
	width: 144px;
	display: block;
	float: left;
}
.tab_2 .left {
	border-right: 1px solid #DDD;
}
.blue b, .red b {
	display: block;
}
.blue b {
	color: blue;
}
.red b {
	color: red;
}
.domain_table .toggle {
	background: url(/res/img/table_toggle_icon.png) right center no-repeat;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
.domain_table .toggle.open {
	background-image: url(/res/img/table_toggle_icon_h.png);
}
.domain_table td {
	text-align: left;
}
.domain_table tr {
	background: #FFF;
}
.domain_table tr:nth-child(2n) {
	background: #E5E5E5;
}
.domain_table tr:hover {
	background: #DBECF5;
}
.domain_table .tld {
	color: #0079C8;
	font-size: 15px;
	font-weight: bold;
}
.domain_table .name {
	font-size: 14px;
	font-weight: bold;
}
.domain_table .td1 {
	text-align: center;
	width: 56px;
}
.domain_table .td2 {
	width: 280px;
}
.domain_table .td3 {
	width: 400px;
}
.domain_table .td4 {
	text-align: right;
	padding-right: 15px;
}
.tooltip {
	z-index: 3000;
	display: none;
	position: absolute;

	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	padding: 10px 10px 10px 10px;

	background: url(/res/img/overlay.png);
}

#navi * {
	overflow: visible !important;
}

#navi li > ul > li {
	position: relative;
}

.subsub {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000000000;
	height: auto;
	margin-top: 12px;
	width: 180px !important;
}

.subsub li {
	border: none !important;
	border-bottom: 1px solid rgb(229, 229, 231) !important;
	width: 100% !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
}

.subsub a {
	box-sizing: border-box;
	width: 100% !important;
	display: block !important;
	margin: 0;
	text-align: left;
	color: white;
}

#navi li > ul li:hover .subsub {
	display: block;
}

#navi li ul.subsub {
	border-top: 0px;
}





.subsubsub {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 999999999;
	height: auto;
	margin-top: -50px;
	margin-left: 180px;
	width: 180px !important;
}

.subsubsub li {
	border: none !important;
	border-bottom: 1px solid rgb(229, 229, 231) !important;
	width: 100% !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
}

.subsubsub a {
	box-sizing: border-box;
	width: 100% !important;
	display: block !important;
	margin: 0;
	text-align: left;
	color: white;
}

#navi li > ul > li > ul > li:hover .subsubsub {
	display: block;
}
















#top-menu li {
		position: relative;
}

#top-menu .subsub {
		background-color: rgb(3, 47, 66);
		margin-top: 15px;
		padding: 10px;
}

#top-menu .subsub a {
		color: white;
		padding: 10px;
}

#top-menu li:hover .subsub {
		display: block;
}
/*#top-menu li {
	position: relative;
}

#top-menu .subsub {
	background-color: #E8E8EA;
	margin-top: 15px;
	padding: 10px;
	color: #032F42;
}

#top-menu .subsub a {
	color: #032F42;
	padding: 10px;
	text-decoration: none;
}

#top-menu .subsub li {
	border-bottom: 1px solid #000000 !important;
}

#top-menu .subsub li:last-child {
	border-bottom: none !important;
}

#top-menu li:hover .subsub {
	display: block;
}*/
















































#navi > li > span {
	color: #FFF;
	font: bold 14px Arial;
	/*margin: 0 21px;*/
	margin: 0 15px;
	cursor: default;
}
#navi li ul span {
	color: #FFF;
	padding: 0 10px;
	white-space: nowrap;
	width: 110px;
	height: 50px;
	display: block;
	line-height: 50px;
	cursor: default;
}
#navi li ul span.large {
	width: 130px;
}
#navi li ul span.xlarge {
	width: 150px;
}
#navi li ul span:hover {
	background: #E8E8EA;
	text-decoration: none;
	color: #032F42;
}





#rand {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.countryflags, .countryflags td {
	border: none;
}


#countryselect {
	position: absolute;
	right: 120px; top: 9px;
	background: url(/res/img/menu_arrow.png) top right no-repeat;
	padding: 0 15px 0 0;
	cursor: pointer;
}
#countryselect #list {
	display: none;
	position: absolute;
	z-index: 5;
	background: #FFF;
	right: -3px; top: 21px;
	width: 18px;
	height: 690px;
	border: 1px solid #032F42;
	padding: 15px;
}
#countryselect .row {
	overflow: hidden;
	margin: 0 0 10px;
}













table .vergleich {
	border-spacing: 0;
	max-width: 70%;
	margin-bottom: 20px;
	width: 70%;
	border-collapse: separate;
	/*border-bottom: 1px solid #FFF;*/
}
table .vergleich td, table .vergleich th {
	line-height: 20px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}


.vergleich {
	background: #C0E2F1;
}
.vergleich td, .vergleich th, .vergleich td:last-child, .vergleich {
	border-color: #032F42;
	vertical-align: middle;
}
.vergleich .pr1 {
	color: #971931;
}
.vergleich .pr2 {
	color: #E88715;
}
.vergleich .pr3 {
	color: #8A9C17;
}
.vergleich .pr4 {
	color: #222;
}
.vergleich td:first-child {
	color: #444;
	width: 202px;
}
.vergleich .big {
	font: 700 18px/20px Arial;
}
.vergleich .big span {
	color: #888;
	display: inline-block;
	font: bold 13px/16px Arial;
}
.vergleich .big2 {
	/*font: 700 36px/38px Arial;*/
	font: 700 34px/36px Arial;
}
.vergleich .big2 small {
	font: bold 12px/14px Arial;
}
.vergleich .big2 span:last-child {
	color: #888;
	display: inline-block;
	font: bold 11px/14px Arial;
}



















/*.topsub {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000000000;
	height: auto;
	margin-top: 15px;
	width: 180px !important;
	background-color: white;
}

#topnav-company {
	margin-left: 70px;
}
#topnav-technic {
	margin-left: 165px;
}
#topnav-information {
	margin-left: 235px;
}
#topnav-other {
	margin-left: 330px;
}
#topnav-contact {
	margin-left: 410px;
}

.topsub li {
	border: none !important;
	border-bottom: 1px solid rgb(229, 229, 231) !important;
	width: 100% !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
}

.topsub a {
	box-sizing: border-box;
	width: 100% !important;
	display: block !important;
	margin: 0;
	text-align: left;
	color: #3C3D42;
	height: 34px;
	line-height: 34px;
	position: relative;
}
.topsub a:hover {
	text-decoration: none;
}

li:hover .topsub {
	display: block;
}*/









.infotable {
	border: none;
	margin: 15px 0 15px 0;
}

.infotable td {
	border: none;
	text-align: center !important;
}

.infotable td#title {
	font-size: 16px;
	font-weight: bold;
}

.infotable td#headline {
	font-size: 16px;
}

.infotable td#text {
	text-align: justify !important;
}









.restposten th {
	background-color: #032F42;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

.restposten td {
	border: none;
}

.restposten td div {
	float: left;
}

.restposten td div span.price {
	font-weight: bold;
}

.restposten tr.item {
	color: #2270BF!important;
	font-weight: bold;
	/*text-transform: uppercase;*/
	background-color: #F4F4F4;
}

.restposten tr.item a, .restposten tr.item a:hover {
	color: #2270BF!important;
	font-weight: bold;
	/*text-transform: uppercase;*/
	background-color: #F4F4F4;
}

.restposten tr.item td {
	border-top: 1px solid #2270BF;
	border-bottom: 1px solid #2270BF;
}

.restposten tr.item td:hover {
	cursor: pointer;
}

.restposten td.item-details {
	background-color: #F4F4F4;
	/*border-left: 1px solid #2270BF;
	border-right: 1px solid #2270BF;
	border-bottom: 1px solid #2270BF;*/
}

.restposten td.item-details span#name {
	/*color: #2270BF;*/
	font-weight: bold;
}






.circle {
	/*padding: 20px 20px;*/
	text-align: center;
	background: #efefef;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	-moz-border-radius: 45px;
	margin: 10px 0 10px 25px;
	border: 5px solid;
}

.prov24h {
	color: #8A9C17;
	border-color: #8A9C17;
}

.provlong {
	color: #E88715;
	border-color: #E88715;
}

.provna {
	color: #971931;
	border-color: #971931;
}






.dotActive {
	/* background: rgb(3, 47, 66); */
	background: rgb(34, 112, 191);
	color: white;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}

.dotInactive {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}



/*** EOF ***/