/* In the beginning... */
.left { float:left; }
.right { float:right; }
.hide { display: none; }
.clear { clear: both; }
a img { border:none; }

* table.grey {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #515151;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.grey td {
	background-color: #CCC;
	color: #fff;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.grey td.pakket {
	background-color: #333;
	color: #fff;
	width: 25%;
	font-weight: bold;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}
table.grey td.webspace {
	background-color: #333;
	color: #fff;
	width: 30%;
	font-weight: bold;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}
table.grey td.traffic {
	background-color: #333;
	color: #fff;
	width: 30%;
	font-weight: bold;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}
table.grey td.price {
	background-color: #333;
	color: #fff;
	width: 15%;
	font-weight: bold;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}

body {
	background:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	color: #666;
}
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
a {
	border-bottom: 1px dashed #f90;
	color: #f90;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dashed #49515C;
	color: #49515C;
}
label select {
	color: #49515C;
	display: block;
	float: left;
	margin-right: 0.5em;
	padding-top: 2px;
	text-align: right;
	width: 11em;
}
.input {
	margin-bottom: 10px;
	width: 25px;
}
.submit {
	float: right;
	margin-left: 4em;
}
#container {
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	width: 960px;
}
#logo {
	float: left;
	padding-left: 5px;
}
#logo a{
	background: #FFF url(../images/flxs_hosting_logo.gif) no-repeat top left ;
	border: 0px;
	display: block;
	height: 37px;
	text-indent: -9999px;
	width: 228px;
}
#header {
	background: #FFF;
	height: 36px;
	margin: 0 0 10px;
	padding: 15px 10px 10px 20px;
}
#header h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: normal;
	cursor: default;
}
#header h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}
#nav {
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
	height: 2.2em;
	width: 390px;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#nav li a {
	text-decoration: none;
	color: #000;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #F90;
	color: #fff;
}
#nav li a.on {
	background-color: #F90;
	color: #fff;
}
#sidebar {
	background: #fff;
	float: left;
	width: 355px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sidebar div {
	background: #fff;
}
#sidebar h3, #content h3 {
	font-size: 1.1em;
	color: #49515C;
	margin: 0 10px 0 0;
	cursor: default;
}
#content div, #sidebar div {
	background: #FFF;
	padding: 10px;
}
#content div:first-child {
	margin-bottom: 10px;
}
#content {
	background: #333;
	float: left;
	width: 595px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
}
#content img {
	float: left;
	margin-right: 10px;
}
#footer {
	background: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
#footer a {
	text-decoration: none;
	border-bottom: 1px dashed #F90;
}
#footer a:hover {
	border-bottom: 1px dashed #49515C;
}