/*
	===================================================
	[ Autor / I. Kovacs ]
	===================================================
	$ver:	1.0 initial release
	$date:	2007/05/09
	===================================================
	Copyright (c) FLATBOOSTER - All rights reserved.
	http://flatbooster.com/ -  support@flatbooster.de
	===================================================
*/

/* CSS Map
############## ############## ###############
############## INHALTSVERZEICHNIS ###############
############## ############## ###############
	1. GLOBAL STYLE
	2. HEADER INHALT
	3. MAIN INHALT
	4. FOOTER INHALT
	5. BOX STYLE
	6. TABLE STYLE
	7. ICON STYLE

/* 1.
############## ######## ###############
############## GLOBAL STYLE ###############
############## ######## ###############
*/

html { height: 100%; margin-bottom: 1px; }
/* html { overflow: scroll; overflow-x: hidden; }*/
* {
	margin: 0;
	padding: 0;
	}

body {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial, sans-serif;
	background: #EEEEEE none repeat scroll 0 0;
	/*background: #fff url(../images/website/tile_body.png);*/
	/*line-height:14px;*/
	}

h1, h2 {font-size: 10px; font-weight: normal; display: inline; }
h3 {line-height: 100%; font-size: 130%; }
h4 {line-height: 100%; font-size: 120%; }
h5 {line-height: 100%; font-size: 110%; }
h6 {line-height: 100%; font-size: 100%; }

hr {
	margin: 5px 0;
	padding: 0;
	}

div.spacer2 {
	width: 230px;
	margin: 13px 0;
	border-bottom: 1px solid #cecece;
	}

a:link,
a:visited {
	color: #0d6fd2;
	/*font-weight: normal;*/
	text-decoration: none;
	}

a:hover {
	color: #000;
	/*font-weight: normal;*/
	text-decoration: none;
	}

.linew {
	color: #1160b5;
	font-weight: bold;
	}

div#layout_con {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 774px;
	text-align: left;
	background: none;
	}

.top {
	position: relative;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: block;
	background: none;
	}

/* 2.
############## ########## ###############
############## HEADER INHALT ###############
############## ########## ###############
*/
div#header_con {
	position: relaive;
	width: 774px;float:left;
	background: url(../images/website/bg_header.png) left top no-repeat;
	z-index: 3;
	}

div#banner {width:764px;}
div#banner img {margin-left:5px;}

a#logo:link,
a#logo:visited {
	position: absolute;
	top: 30px;
	left: 26px;
	width: 212px;
	height: 41px;
	display: block;
	background: url(../images/website/bg_logo.png) left top no-repeat;
	}

a#logo:hover { }

div#text1 {
	position: absolute;
	top: 24px;
	right: 220px;
	color: #666;
	font-size: 11px;
	}

div#language {
	position: absolute;
	top: 21px;
	right: 22px;
	}

.lang_select {
	margin-left: 20px;
	width: 150px;
	/*height: 19px;*/
	font-size: 1.2em;
	color: #646464;
	background: #fff;
	}

option {
	padding: 0 3px;
	}

div#lang_image {
	position: absolute;
	top: 3px;
	left: -11px;
	}


#proactivechatdiv {
 margin-left:-868px!important;

}
div#live_support {
	position: absolute;
	top: 49px;
	left: 618px;
	display: block;
	width: 134px;
	height: 38px;
	/*background: url(../images/website/live_support.png) 0 0 no-repeat;*/
	z-index: 2;
	}

div#live_support.online {
	background-position: 0 0px;
	}

div#live_support.offline {
	background-position: 0 -38px;
	}

div#menu_fix1 {
	position: absolute;
	top: 97px;
	left: 26px;
	display: block;
	width: 1px;
	height: 25px;
	background: url(../images/website/menu_fix1.png) left top no-repeat;
	z-index: 20;
	}

div#topmenu {
	padding:97px 0 0 26px;
	height: 31px;
	z-index: 5;
	width: 725px;
	}

div#topmenu a:link,
div#topmenu a:visited,
div#topmenu a#active:link,
div#topmenu a#active:visited {
	float: left;
	padding: 0 10px;
	display: block;
	width: auto;
	line-height: 25px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/website/menu_top1.png) left top no-repeat;
	cursor: pointer;
	}

div#topmenu a:hover {
	text-decoration: underline;
	}

div#topmenu a#active:link,
div#topmenu a#active:visited {
	color: #000;
	text-decoration: underline;
	background: url(../images/website/menu_top1.png) left top repeat-x;
	}

div#topmenu a#active:hover { }

/* 3.
############## ########## ###############
############## MAIN INHALT ###############
############## ########## ###############
*/
div#main_con {
	float: left;
	width: 100%;
	background: transparent url(../images/website/tile_main.png) left top repeat-y;
	}

div#main2_con {
	padding: 0 5px;
	}

div#hotkeys {
	width: 764px;
	height: 114px;
	}

div#frame_con {
	float: left;
	width: 764px;
	padding-top:1px;
	background: url(../images/website/tile_frame.png) left bottom repeat-x;
	}

div#frame_left,
div#frame_right {
	float: left;
	width: 24px;
	height: 21px;
	background: url(../images/website/bg_frame.png) left bottom no-repeat;
	}

div#frame_right {
	float: right;
	background-position: right bottom;
	}

div#content_con {
	float: left;
	width: 764px;
	background: url(../images/website/tile_content.png) left top repeat-x;
	}

div#content {
	padding: 12px 19px;
	width: auto;
	}

div.con_title h1,
div.con_title2 h1 {
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
	line-height: 17px;
	height: 16px;
	display: block;
	color: #0d6fd2;
	font-size: 100%;
	font-weight: bold;
	text-indent: 21px;
	text-transform: uppercase;
	background: url(../images/website/arrow.png) left top no-repeat;
	}

div.con_title2 h1 {
	position: relative;
	margin-top: -20px;
	width: auto;
	text-indent: 0px;
	background: none;
	}

div.con_title2 h2 {
	margin-bottom: 5px;
	padding: 0;
	width: auto;
	display: block;
	color: #0d6fd2;
	font-size: 100%;
	font-weight: bold;
	text-indent: 0px;
	text-transform: uppercase;
	}

/* 4.
############## ########## ###############
############## FOOTER INHALT ###############
############## ########## ###############
*/
div#footer_con {
	float: left;
	width: 764px;
	background: url(../images/website/tile_footer.png) left top repeat-x;
	}

div#footer_left,
div#footer_right {
	float: left;
	width: 23px;
	height: 65px;
	background: url(../images/website/bg_footer.png) left top no-repeat;
	}

div#footer_right {
	float: right;
	background-position: right top;
	}

a#footer_top:link,
a#footer_top:visited {
	width: auto;
	height: 13px;
	display: block;
	background: url(../images/website/bg_atop.png) center top no-repeat;
	}

a#footer_top:hover { }

div#menu_fix2 {
	position: relative;
	top: 28px;
	left: 23px;
	display: block;
	width: 1px;
	height: 25px;
	background: url(../images/website/menu_fix2.png) left top no-repeat;
	z-index: 2;
	}

div#bottommenu {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: auto;
	padding-top: 8px;
	}

div#bottommenu a:link,
div#bottommenu a:visited,
div#bottommenu a#active:link,
div#bottommenu a#active:visited {
	float: left;
	padding: 0 10px;
	display: block;
	width: auto;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #fff;
	}

div#bottommenu a:hover {
	text-decoration: underline;
	}

div#bottommenu a#active:link,
div#bottommenu a#active:visited {
	font-weight: bold;
	}

div#bottommenu a#active:hover { }

div#copyright {
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	}

#subinfo, #subinfo h1 {
	color: #666666;
	text-decoration: none;
	cursor: text;
	}

#subinfo a:hover, #subinfo a:focus, #subinfo a:link, #subinfo a:visited, #subinfo a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	cursor: text;
	}

/* 5.
############## ######## ###############
############## BOX STYLE ###############
############## ######## ###############
*/

div.spacer {
	float: left;
	width: 16px;
	height: 10px;
	display: block;
	}

div.box_outer {
	float: left;
	border-bottom: 1px solid #a8a8a8;
	background: url(../images/website/tile_box.png) 0 0 repeat-y;
	}

div.box {
	position: relative;
	float: left;
	width: 231px;
	display: block;
	background: url(../images/website/tile_box.png) 0 0 repeat-y;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.start li {
	line-height: 19px;
	padding: 0px 0px 0px 15px;
	background: url(../images/website/bg_li.png) 0 50% no-repeat;
	z-index: 5;
	color: #3F3F3F;
	list-style-type:none;
	}

ol li {
	padding: 0;
	background: none;
	}

input.button,
a.button {
	color: #0d6fd2;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background: #fff;
	overflow: visible;
	text-decoration: none;
	}

a.button {
	font-size: 12px;
	padding: 3px 4px;
	text-align: center;
	}

a.buttonlink:link,
a.buttonlink:visited,
a.buttonlink:hover {
	width: auto;
	line-height: 18px;
	height: 18px;
	color: #0d6fd2;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	}

.inputbox {
	color: #000;
	/*font-weight: bold;*/
	margin: 0px 0px 0px 0px;
	padding: 2px 4px;
	border: 1px solid #cecece;
	background: #fff;
	overflow: visible;
	text-decoration: none;
	}

.domain_ext {
	height: 20px;
	position: relative;
	top: -1px;
	left: 0;
	border: 1px solid #cecece;
	}

div.box_title {
	/*padding: 4px 0 0 7px;*/
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	}

div.box_content {
	float: left;
	padding: 5px 0 0 12px;
	color: #3F3F3F;
	font-size: 100%;
	}

div.box_buttons {
	float: left;
	padding-bottom: 10px;
	margin: 10px 0 0px 11px;
	width: 180px;
	height: 16px;
	}

.button_details,
.button_order {
	float: left;
	width: 90px;
	height: 16px;
	display: block;
	background: none;
	}

.button_order {
	float: right;
	}

div.con_text {
	float: left;
	width: 710px;
	padding: 20px 0px 20px 0;
	color: #666;
	font-size: 100%;
	}

.flag {
	border: 1px solid #ccc;
	}

.plink {
	width: 230px;
	height: 112px!important;
	display: block;
	}

.price td,
.price td.nob {
	padding: 2px 0;
	font-size: 11px;
	border-bottom: 1px solid #cecece;
	}

.price td.nob {
	border-bottom: 0px solid #cecece;
	}

/* 6.
############## ############## ###############
############## TABELLE STYLE ###############
############## ############## ###############
*/
img {
	border: 0;
	}

div#wrap-left {
	float: left;
	width:   473px;
	margin:  0;
	padding: 1px;
	border:  1px solid #a9a9a9;
	background: #FFF;
	}

div#wrap-right {
	float: right;
	width: 230px;
	margin:  0;
	background: #FFF;
	}

table#webhosting {
	font-family: Verdana, Sans-Serif;
	}

table#webhosting tr {
	/*height:		23px;*/
	line-height: 16px;
}
table#webhosting th {
	font-size:  11px;
	color:      #FFF;
	background: #0b87fe;
	padding:    3px 4px;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
	}

table#webhosting td {
	font-size:  11px;
	color:      #3F3F3F;
	text-align: center;
	padding:    4px 4px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}

table#webhosting td.no_border {
	border-right: 0px;
	}

table#webhosting .info {
	display:    none;
	}

table#webhosting .info td {
	padding: 4px 4px;
	border-top: 0px solid #eee;
	border-right: 0px;
	border-bottom: 1px solid #cececee;
	background:  #fff;
	width: 470px;
	}

table#webhosting .left {
	text-align: left !important;
	}

table#webhosting .gray {
	background:  #f5f5f5;
	}

table#webhosting .gray2 {
	text-indent: 18px;
	background:  #f5f5f5;
	}

table#webhosting .bg {
	background: url(images/cell_bg.png) repeat-y;
	}

table#webhosting td.nopadding {
	font-size:  11px;
	color:      #FFF;
	background: #0b87fe;
	padding:    1px;
	}

table#webhosting td.nopadding a:link,
table#webhosting td.nopadding a:visited,
table#webhosting td.nopadding a:active {
	color:   #FFF;
	display: block;
	padding: 3px;
	border:  1px solid #0b87fe;
	}

table#webhosting td.nopadding a:hover {
	color:   #0b87fe;
	display: block;
	padding: 3px;
	font-weight: bold;
	border:  1px solid #cecece;
	background: #fff;
	}

table#webhosting td.nopadding.no_border2 {
	border-right: 0px;
	border-bottom: 0px;
	}

table#webhosting a.tlink:link,
table#webhosting a.tlink:visited {
	padding-right: 1px;
	}

table#webhosting a.tlink:hover {	}

table#webhosting a.tlink img {
	float: left;
	padding-top: 2px;
	}

table#webhosting a.tlink:link,
table#webhosting a.tlink:visited {
	color: #3F3F3F;
	font-weight: normal;
	cursor: help;
	}
table#webhosting a.tlink:hover {
	color: #0B87FE;
	}

/* 7.
############## ############## ###############
############## SOFTWARE ICONS ###############
############## ############## ###############
*/
div.con_text2 {
	float: left;
	width: 725px;
	padding: 0px 0px 0px 0;
	color: #333;
	font-size: 100%;
	}

div.con_menu {
	width: 100%;
	float: left;
	height: 2px;
	margin-top: 50px;
	background: url(../images/website/m_line.png) 0 0 no-repeat;
	}

div.con_buttons,
div.con_buttons2 {
	position: relative;
	top: -21px;
	left: 0;
	width: auto;
	padding: 0 28px;
	text-align: center;
	}

div.con_buttons a:link,
div.con_buttons a:visited,
div.con_buttons a:hover,
div.con_buttons a#m_last:link,
div.con_buttons a#m_last:visited,
div.con_buttons a#m_last:hover {
	float: left;
	width: auto;
	line-height: 23px;
	height: 23px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	padding: 0 10px;
	border-left: 1px solid #c0c0c0;
	background: url(../images/website/m_normal.png) left bottom repeat-x;
	}

div.con_buttons a#m_last:link,
div.con_buttons a#m_last:visited,
div.con_buttons a#m_last:hover {
	border-right: 1px solid #c0c0c0;
	}

div.con_buttons a:hover,
div.con_buttons a#m_last:hover {
	position: relative;
	top: -3px;
	left: 0;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 0 8px 0 9px;
	margin: 0 1px;
	background: url(../images/website/m_hover.png) left top repeat-x;
	}

div.con_buttons2 a:link,
div.con_buttons2 a:visited,
div.con_buttons2 a:hover,
div.con_buttons2 a#m_last:link,
div.con_buttons2 a#m_last:visited,
div.con_buttons2 a#m_last:hover {
	float: left;
	width: auto;
	line-height: 23px;
	height: 23px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	padding: 0 10px;
	border-left: 1px solid #c0c0c0;
	background: url(../images/website/m_normal.png) left bottom repeat-x;
	}

div.con_buttons2 a#m_last:link,
div.con_buttons2 a#m_last:visited,
div.con_buttons2 a#m_last:hover {
	border-right: 1px solid #c0c0c0;
	}

div.con_buttons2 a:hover,
div.con_buttons2 a#m_last:hover {
	position: relative;
	top: -3px;
	left: 0;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 0 8px 0 9px;
	margin: 0 1px;
	background: url(../images/website/m_hover.png) left top repeat-x;
	}

table.sicons td {
	font-size: 11px;
	padding-bottom: 40px;
	}

/** Flash Video **/
.navi-news {
  background-image:url(/images/website/icons/mclayout.png);
  width: 302px;
  height: 238px;
  display:block;
}
.navi-news:hover, .navi-news:active, .navi-news:focus {
  background-image:url(/images/website/icons/mclayout-hover.png);
}

/* 7.
############## ############## ###############
##############  DOMAIN CHECK  ###############
############## ############## ###############
*/

TABLE.whoisSearchTable {
	border:1px solid #ddd;
	background:#f9f9f9;
}
.domaincheck {
	background: url(/images/website/div_domain.png) no-repeat;
	margin: 0px;
	display:block;
	padding: 45px 4px 2px 4px;
	border-bottom:1px solid #A7A7A7;
	z-index:2;
}
#domaincheck_tile {
	background: url(/images/website/div_domain_line.png) left top repeat-y;
	width: 725px;
	z-index:1;
}
hr {
	color: #CCCCCC;
}
.whois {
	font-weight: normal;
}

TD.whoisPriceTable_ext {
	color: #007ed4;
}
TD.whoisPriceTable_price {
	padding-left: 5px;
	padding-right: 15px;
}
input.checkbox {
	vertical-align: middle;
	background: none;
	padding: 0;
}
