html {
	font: 62.5%/1.25 'Helvetica Neue', 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	background: repeat-x #ffffff;
	font-family: 'Helvetica Neue', 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 12px;
    color: #666666;
}
body.home {
	background-image:url(../images/header_back.gif);
}
body.submenucontent {
	background-image:url(../images/submenu_back.gif);
}


/* 
	Header
*/

#header {
	width:1000px;
	position:absolute;
	top:0px;
	left:0px;
}

/* 
	Footer
*/
#ws_bottom {
	background: #ffffff url(/images/bg-bottom.png) repeat-x left top;
	padding: 15px;
	text-align: center;
}

.footer_section {
	float: left;
	width: 201px;
	margin: 0 15px;
	text-decoration:none; color:#666666; 
}
.footer_section h2 {
	padding: 0 0 8px 15px;
	margin: 8px 0;
	border-bottom: 1px solid #444444;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.footer_section p {
	text-align: left;
	padding-left: 15px;	
	margin-bottom: 8px;
	
}
#ws_footer {
	background: #212121 url(/images/bg-footer.png) repeat-x left top;
	padding: 20px 30px;
	text-align: center;
}
#ws_footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

#ws_footer li {
	margin-left: -3px;	/* offset extra (right) space by the border in FF */
	#margin-left: 1px;
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #414141;
}

#ws_copyright {
	padding-top: 60px;
}

#ws_footer p {
	line-height: 15px;
}
	#ws_footer a { text-decoration:none; color:#666666; }
	#ws_footer a:hover { text-decoration:none; color:#ffffff;}
	
.clear {
	clear: both;
}
/* 
	Mainmenu
*/

ul#main_menu {
	position:absolute;
	left:470px;
	top:41px;
	margin:0px;
	padding:0px;
	width: 520px;
	overflow: hidden;	
}
ul#main_menu li {
	margin:0px; padding:0px;
	list-style:none;
	display:block;
	float: left;
}
ul#main_menu li a {
	margin-left:20px;
	text-decoration:none;
	color:#70787f;
	font-size:15px;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#main_menu li a:hover, ul#main_menu li a.active { color:#338bc3;
}


/*
	Submenu
*/

a.submenu, a.submenu:link, a.submenu:visited {
display:block;
width:98px;
height:51px;
background-image: url(../images/submenu_inactive.gif);
border:0px;
text-align:center;
text-decoration:none;
font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#70787f;
line-height:45px;
overflow:hidden;
float:left;
}
a.submenu:hover {
background-image: url(../images/submenu_inactive.gif);
text-decoration:underline;
color:#338bc3;
}
a.submenu:active { 
text-decoration:underline;
color:#338bc3;
}
a.submenuactive {
display:block;
width:98px;
height:51px;
background-image: url(../images/submenu_active.gif);
border:0px;
text-align:center;
text-decoration:none;
font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#338bc3;
line-height:45px;
overflow:hidden;
float:left;
}


/*
	General Styles
*/

a img { border:0px; }

a {
	text-decoration: none;
	color: #006eb2;
}

a:hover {
	text-decoration: none;
	color: #bb0000;
}

.titel-accent {
	font-size: 1.8em;
	color: #338bc3;
}
.titel {
	font-size: 1.4em;
	color: #338bc3;
}
.red_accent {color: #bb0000
}

.image{
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: separate;
      }
.content_section {
margin:20px 0px 20px 0px;
padding-bottom:10px;
border-bottom:1px dotted #338bc3;
}
/*** PRODUCTS SPECS ***/

	#package_specs p {
	line-height: 17px;
	margin: 12px 0;
}
	#package_specs a { text-decoration:underline; color:#519330; }
	#package_specs a:hover { text-decoration:none;}


	#package_specs h2 {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		margin: 0;
	}
	#package_specs table {
		border-collapse: collapse;
	}
	#package_specs table thead tr {
		height: 27px;
		background: url(../images/table_specs_bgHead.gif) repeat-x;
		border-left: 1px solid #E1E1E1;
	}
	#package_specs table thead tr th {
		padding: 0;
		line-height: normal;
		color: #FFFFFF;
		border-left: 1px solid #EDEDED;
	}
	#package_specs table thead tr th.first {
		padding-left: 10px;
		border-left: none;
		font-size: 13px;
	}
	#package_specs table tbody tr.odd {
		background: #f0f0f0 url(../images/table_specs_bgGray.gif) repeat-x top;
	}
	#package_specs table tbody tr {
		background: #FFFFFF url(../images/table_specs_bgWhite.gif) repeat-x top;
	}
	#package_specs table tbody td {
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		padding: 6px 10px;
	}
	#package_specs table tbody tr.price td {
		padding: 6px 2px;
	}
	#package_specs table tbody tr.price td br {
		display: none;
	}
	#package_specs table tbody tr.price td strong {
		display: block;
		height: 16px;
		text-indent: -3000px;
		background-repeat: no-repeat;
		background-position: center;
	}
	#package_specs table tbody tr.price td a {
		display: block;
		margin: 4px 0 0 0;
		height: 26px;
		text-indent: -3000px;
		background-repeat: no-repeat;
		background-position: 50% 0px;
		background-image: url(../images/table_specs_orderNow.gif);
	}
	#package_specs table tbody tr.price td a:hover {
		background-position: 50% -26px;
	}
	#package_specs table tbody tr.odd td {
		border-top: 1px solid #FFFFFF;
	}
	#package_specs table tbody tr td.head span {/* This span created by JQuery */
		padding-left: 8px;
	}
	#package_specs table tbody tr td.head strong {
		color: #000000;
	}
	#package_specs table tbody tr td.expand {
		cursor: pointer;
	}
	#package_specs table tbody tr td.expand .closed { /* Initial Icon State set by JQuery */
		background-image: url(../images/table_specs_icon_plus_minus.gif);
		background-repeat: no-repeat;
		background-position: -1176px 0px;
		width: 14px;
		height: 14px;
		display: inline-block; /* Hack added to "_css/ie-hacks.css" to make this display */
	
		}
	#package_specs table tbody tr td.expand .open {  /*CSS for plus-minus icon swap via JQuery */
		background-position: 0px 0px;
	}
	#package_specs table tbody tr td.expand .def {
		font-size: .9em;
		color: #535353;
	}
	#package_specs table tfoot tr {
		height: 11px;
		background: url(../images/table_specs_bgFoot.gif) repeat-x;
		border-left: 1px solid #E1E1E1;
	}
	

	
/* --( Hosting Order Box )-- */
	#order_box {
		width: 202px;
		min-height:118px;
		height:auto !important;
		height:118px;
		float: right;
		background: url(../images/order_box_bg.gif) repeat-x top;
		margin: 0 0 0 25px;
	}
	#order_box div { /* Added By JQuery */
		height: 10px;
		background: url(../images/order_box_head.gif) no-repeat;
	}
	#order_box h3 {
		height: 33px;
		display: block;
		margin: 4px auto 7px auto;
		padding: 0;
		text-indent: -3000px;
	}
#hosting #order_box h3 {
	background: url(../images/order_box_ab_790.gif) no-repeat center;
}
#domains #order_box h3 {
	background: url(../images/order_box_domain_1490.gif) no-repeat center;
}
#server #order_box h3 {
	background: url(../images/order_box_server_setup.gif) no-repeat center;
}
	#order_box h4 {
		margin: 0;
	}
	#order_box h4 a {
		display: block;
		width: 157px;
		height: 36px;
		text-indent: -3000px;
		text-decoration: none;
		background-image: url(../images/order_box_btn.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin: 0 auto;
	}
	#order_box h4 a:hover {
		background-position: 0px -36px;
	}
	
