/********************************************
 AUTHOR:  		Cliff Doelling 
 WEBSITE:   	http://www.all2host.de
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 10px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(headerbg-orange.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

.body {
	font: 10px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;	
	text-align: center;		
}

/* tables */

.table001 {
	background-color: #999999;
	color: #666666;
	font: bold 10px  Verdana;
}

.table002 {
	font: 10px  Verdana;
	color: #666666;
	padding: 2px;
	background-color: #f7f7f7; 
}

.table003 {
	font: bold 10px  Verdana;
	color: #FFFFFF;
	padding: 2px;
	background-color: #999999; 
	background: url(l_o_box20.gif) repeat-x;
}

.table004 {
	font: 10px  Verdana;
	color: #666666;
	padding: 2px;
	background-color: #ffffff; 
}

.tblcompare {
	width: 100%;
	margin: 0 0 20px 0;
	font: 9px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
}
.tblcompare thead th {
	height: 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #444;
}
.tblcompare tbody td, .tblcompare tfoot td {
	height: 25px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #606060;
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
}
.tblcompare tbody tr.odd td {
	background: #efefef;
}
.tblcompare tbody tr td.cellfeat, .tblcompare tbody tr.odd td.cellfeat {
	background: #dcdcdc;
	padding: 2px 0 2px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #444;
	text-align: left;
}

/* links */
a:link, a:active, a:visited {
	background: inherit;
	color: #EC981F; 
 text-decoration: none;
}
a:hover {
	background: inherit;
	color: #806B4D;
 text-decoration: none; 
}

/* links headmenue */
a.headmenuelink:link, a.headmenuelink:active, a.headmenuelink:visited { 
	background: inherit;
	color: #FFFFFF; 
	font: normal 10px Verdana, 'Trebuchet MS', Arial, Sans-serif;
 text-decoration: none; 

}  
a.headmenuelink:hover { 
	background: inherit;
	color: #FFFFFF; 
	font: normal 10px Verdana, 'Trebuchet MS', Arial, Sans-serif;
 text-decoration: underline; 
}  

/* headers */
h1, h2, h3 {
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

#sidebar1 h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #666666;	
}
ul span, ol span {
	color: #666666;
}
.ulblack {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #666666;	
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 10px 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #EC981F;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #ccc;
	font: 10px Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: 10px Verdana, sans-serif;
	border:1px solid #ccc;
	height:110px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
  	width: 950px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 950px;	
}

/* header */
#header {
	position: relative;
	background: url(headerbg-orange.gif) repeat-x 0% 0%;
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 30px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

#header .hotline {
	position: absolute;
	top: 15px; right: 3px;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;	
}

#header .hotline1 {
	position: absolute;
	top: 30px; right: 3px;
	margin: 0; padding: 0;
	font: bold 10px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;	
}

#header .headmenue {
	position: absolute;
	top: 0px; right: 50px;
	margin: 0; padding: 0;
	font: normal 10px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;	
}

#header .headmenue2 {
	position: absolute;
	top: 14px; right: 190px;
	margin: 0; padding: 0;
	font: normal 10px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 61%;	
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer1 {
	font: normal 9px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;	
}

/* sideabar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* sideabar1 */
#sidebar1 {
	float: right;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar1 ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar1 ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar1 ul.sidemenu li { height: 1%; }

#sidebar1 ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 19%;
	padding: 0;	margin: 0;		
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 12px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 950px;/* 875px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

/* menuvs */
#menuvs {
	clear: both;
	margin: 0; padding: 0;	
}
#menuvs ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 12px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	border: 1px solid #000000;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menuvs ul li{
	display: inline;	
}
#menuvs ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #000000; 	
}
#menuvs ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menuvs ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }

/************************************************************************/
/*             Stylesheet for All2Host.de                               */
/************************************************************************/

#SubNav {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: center;
	margin: 10px 15px;

}
#SubNav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#SubNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49495C;
}
#SubNav a:link {
	text-decoration: none;
	background-color: #9A9EA9;
	padding: 2px 2px;
	display: block;
	width: 65px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav a:visited {
	text-decoration: none;
	background-color: #9A9EA9;
	padding: 2px 2px;
	display: block;
	width: 65px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav a:active {
	text-decoration: none;
	background-color: #6F7886;
	padding: 2px 2px;
	display: block;
	width: 65px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav a:hover {
	text-decoration: none;
	background-color: #FF9900;
	padding: 2px 2px;
	display: block;
	width: 65px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav .Active {
	text-decoration: none;
	background-color: #49495C;
	padding: 2px 2px;
	display: block;
	width: 65px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}

/************************************************************************/
/*             Stylesheet for All2Host.de          02                   */
/************************************************************************/

#SubNav02 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: center;
}
#SubNav02 ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#SubNav02 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49495C;
}
#SubNav02 a:link {
	text-decoration: none;
	background-color: #9A9EA9;
	padding: 2px 2px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav02 a:visited {
	text-decoration: none;
	background-color: #9A9EA9;
	padding: 2px 2px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav02 a:active {
	text-decoration: none;
	background-color: #6F7886;
	padding: 2px 2px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav02 a:hover {
	text-decoration: none;
	background-color: #FF9900;
	padding: 2px 2px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#SubNav02 .Active {
	text-decoration: none;
	background-color: #49495C;
	padding: 2px 2px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px 1px;
	color: #FFFFFF;
	font-weight: bold;
}

/************************************************************************/
/*             Stylesheet for All2Host.de          02                   */
/************************************************************************/

.subsmall {
	color: #444;
	font: normal 8px Verdana, 'Trebuchet MS', Arial, Sans-serif;
}

.subsmall1 {
	color: #444;
	font: normal 8px Verdana, 'Trebuchet MS', Arial, Sans-serif;
}


/************************************************************************/
/*             Stylesheet for All2Host.de          Kunden-Login         */
/************************************************************************/

.rahmen {
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #E7E8EA;
}

/************************************************************************/
/*             Stylesheet for All2Host.de          BG-ROW-Server        */
/************************************************************************/

#bg-row-server {
	clear: both;
	margin: 0; padding: 0;	
	position: relative;
	background: url(bilder/bg-row-server-2.jpg);
	height: 192px;
}
#bg-row-server h1#text-header {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 22px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #666666;
	text-transform: none; /* lowercase */
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#bg-row-server h2#text-01 {
	position: absolute;
	margin: 0; padding: 0;
	font: 11px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 35px; left:40px;		
}
#bg-row-server h2#text-02 {
	position: absolute;
	margin: 0; padding: 0;
	font: 14px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 130px; left:105px;		
}
#bg-row-server h2#text-footer {
	position: absolute;
	margin: 0; padding: 0;
	font: 9px Verdana, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 180px; left:5px;		
}

/************************************************************************/
/*             Stylesheet for All2Host.de          Server               */
/************************************************************************/

#ThreeHolder {
	clear: both;
	overflow: auto;
	padding-top: 10px;
	padding-left: 15px;
}

#ThreeHolder H2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
#ThreeHolder .PriceTag{
	text-decoration: none;
	font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EC981F;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	display: block;
}
#ThreeHolder a:link, a:active, a:visited{
	background: inherit;
	color: #EC981F; 
 text-decoration: none;
}
#ThreeHolder a:hover{
	color: #806B4D;
	text-decoration: none;
}


#ThreeHolder1 {
	clear: both;
	overflow: auto;
	padding-top: 10px;
	padding-left: 8px;
}

#ThreeHolder1 H2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
#ThreeHolder1 .PriceTag{
	text-decoration: none;
	font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EC981F;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	display: block;
}
#ThreeHolder1 a:link, a:active, a:visited{
	background: inherit;
	color: #EC981F; 
 text-decoration: none;
}
#ThreeHolder1 a:hover{
	color: #806B4D;
	text-decoration: none;
}


#SlopeONE {
	float: left;
	width: 200px;
	margin-right: 7px;
}
#SlopeTWO {
	float: left;
	width: 200px;
	margin-right: 7px;
	margin-left: 7px;
}
#SlopeTHREE {
	float: left;
	width: 416px;
	margin-left: 7px;
}
#SlopeONE p, #SlopeTWO p, #SlopeTHREE p {
	padding: 5px;
	margin: 0px;
	font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
#SlopeONE, #SlopeTWO, #SlopeTHREE {
	border: 1px solid #CCCCCC;
	background-image: url(../images/slope-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

