/* ------------------------------------------------------------------------------------- */
/* General site layout */
/* ------------------------------------------------------------------------------------- */

body
{
    margin:0px;
    padding:0px;
	background-image:url(pics/bg_top.jpg);
	background-repeat:repeat-x;
}

#top
{	
	width:990px;
	height:150px;
	margin:auto;
	text-align:left;
}

#nav
{
	width:990px;
	height:35px;
	margin:auto;
	text-align:left;
	background-image:url(pics/bg_nav.jpg);
	background-repeat:no-repeat;	
}

.nav_button
{
	width:120px;
	height:25px;
	overflow:hidden;
	float:left;
}

.nav_button a
{
	text-decoration:none;
	display:block;
	width:240px;
	outline:none;
}

.nav_button a img
{
	border:0px;
}

.nav_button a:hover
{
	margin-left:-120px;
	outline:none;
}

#main
{
	position:relative;
	
	width:990px;
	margin:auto;
	text-align:left;
}


#left_outer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
		
	width:155px;
}

#left
{
	z-index:3;
	
	width:130px;
	margin-left:15px;
	margin-top:20px;
		
    font-family:verdana;
    font-size:12px;
    color:#000000;
}

#center_outer
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	
	width:990px;

	background-image:url(pics/bg_main.jpg);
	background-repeat:repeat-y;
}

#center
{
	z-index:1;
	
	width:640px;
	margin-left:175px;
	margin-top:20px;
		
    font-family:verdana;
    font-size:12px;
    color:#000000;
}

#right_outer
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	
	width:155px;
}

#right
{
	z-index:3;
	
	width:130px;
	margin-left:10px;
	margin-top:20px;
			
    font-family:verdana;
    font-size:12px;
    color:#000000;	
}

#bottom
{
	padding-top:27px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-image:url(pics/bg_bottom.jpg);
	background-repeat:no-repeat;
	
    font-family:verdana;
    font-size:11px;
    color:#b0b0b0;		
}

.sub_nav_title
{
	height:14px;
	margin-bottom:4px;
	
	font-weight:bold;
    font-family:verdana;
    font-size:12px;
    color:#b50400;
	
	background-image:url(pics/sub_nav_title.jpg);
	background-repeat:no-repeat;		
}

.sub_nav
{
	height:14px;
	margin-left:12px;
}

.sub_nav a, .sub_nav a:link, .sub_nav a:active, .sub_nav a:visited
{
	display:block;
	
    font-family:verdana;
    font-size:12px;
    color:#6b6b6b;
	
	background-image:url(pics/sub_nav_g.jpg);
	background-repeat:no-repeat;
	
	outline:none;
}

.sub_nav a:hover
{
	font-weight:bold;
    color:#b50400;
	text-decoration:none;
	
	background-image:url(pics/sub_nav_r.jpg);
	background-repeat:no-repeat;
	
	outline:none;		
}

.sub_nav_on
{
	height:14px;
	margin-left:12px;	
}

.sub_nav_on a, .sub_nav_on a:link, .sub_nav_on a:active, .sub_nav_on a:visited
{
	display:block;
	
	font-weight:bold;
    font-family:verdana;
    font-size:12px;
    color:#000000;
	
	background-image:url(pics/sub_nav_b.jpg);
	background-repeat:no-repeat;
	
	outline:none;
}

.sub_nav_on a:hover
{
	font-weight:bold;
    color:#b50400;
	text-decoration:none;
	
	background-image:url(pics/sub_nav_r.jpg);
	background-repeat:no-repeat;
	
	outline:none;		
}

.login_title
{
	font-weight:bold;
    font-family:verdana;
    font-size:12px;
    color:#b50400;
}

.login_field
{
	position:relative;
	
	width:130px;
	height:18px;
	margin-top:6px;
	margin-bottom:6px;
	
	background-image:url(pics/login_field.jpg);
	background-repeat:no-repeat;
}

.login_field input
{
	display:block;
	position:absolute;
	top:2px;
	left:5px;
	
	width:120px;
    height:14px;
	margin:0px;
	padding:0px;
	
    font-family:verdana;
    font-size:12px;
    color:#000000;

    background-color:#f2f2f2;
    border:0px;
}

.login_button
{	
	width:130px;
	height:18px;
	margin-top:6px;
	margin-bottom:6px;
}

.login_button input
{	
	width:54px;
    height:18px;
	border:0px;
}

.login_status
{	
	width:130px;
	margin-top:6px;
	margin-bottom:20px;

    font-family:verdana;
    font-size:11px;
}


/* ------------------------------------------------------------------------------------- */
/* Content format */
/* ------------------------------------------------------------------------------------- */

p
{
    font-family:verdana;
    font-size:12px;
    color:#000000;
	text-align:justify;
}

.small_p
{
    font-family:verdana;
    font-size:11px;
    color:#000000;
}

h1
{
    font-family:verdana;
    font-size:16px;
    color:#000000;
	font-weight:bold;
}

a, a:link, a:active, a:visited
{
    font-family:verdana;
    font-size:12px;
    color:#00168D;
    text-decoration:none;
	outline:none;
}

a:hover
{
    font-family:verdana;
    font-size:12px;
    color:#3a4cae;
    text-decoration:none;
	outline:none;
}

hr
{
    width:100%;
    border:none;
    color:#e4e4e4;
    background-color:#e4e4e4;
    height:1px;
}

input
{
    font-family:verdana;
    font-size:12px;
    color:#000000;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
}

select
{
    font-family:verdana;
    font-size:12px;
    color:#000000;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
}

textarea
{
    font-family:verdana;
    font-size:12px;
    color:#000000;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
}


/* Webhosting - Hostingpakete */
/* Webhosting - Zusatzoptionen */
/* Domains - Domainnamen */
/* SSL-Zertifikate - Zertifikate */
.hosting_td_top
{
	text-align:center;
	color:#000000;
	font-weight:bold;
}

.hosting_td_cat
{
	padding-top:10px;
	padding-bottom:4px;
	vertical-align:middle;
	color:#000000;	
}

.hosting_td0
{
	height:22px;
	vertical-align:middle;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	color:#000000;	
}

.hosting_td1
{
	height:22px;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;	
	color:#050478;
}

.hosting_td2
{
	height:22px;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;	
	color:#0d5d00;
}

.hosting_td3
{
	height:22px;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;	
	color:#b50400;
}

.hosting_td_order
{
	padding-top:10px;
	padding-bottom:4px;
	vertical-align:middle;
	text-align:center;
}

.hosting_td1_order:link, .hosting_td1_order:active, .hosting_td1_order:visited
{
	color:#050478;
	font-weight:bold;
}

.hosting_td1_order:hover
{
	text-decoration:underline;
}

.hosting_td2_order:link, .hosting_td2_order:active, .hosting_td2_order:visited
{
	color:#0d5d00;
	font-weight:bold;
}

.hosting_td2_order:hover
{
	text-decoration:underline;
}

.hosting_td3_order:link, .hosting_td3_order:active, .hosting_td3_order:visited
{
	color:#b50400;
	font-weight:bold;
}

.hosting_td3_order:hover
{
	text-decoration:underline;
}
/* --------------------------- */


/* Webhosting - Bestellung */
/* Domains - Registrierung */
/* SSL-Zertifikate - Bestellung */
.hosting_order_td
{
	border:1px solid #ffffff;
	background-color:#f2f2f2;
}
/* --------------------------- */


/* Support - FAQ */
.faq_item
{
	height:15px;
}

.faq_item a, .faq_item a:link, .faq_item a:active, .faq_item a:visited
{
	display:block;
	
	background-image:url(pics/faq_item.jpg);
	background-repeat:no-repeat;
	
	outline:none;	
}

.faq_item a:hover
{	
	background-image:url(pics/faq_item_hover.jpg);
	background-repeat:no-repeat;
	
	outline:none;
}

.faq_item_on
{
	height:15px;
}

.faq_item_on a, .faq_item_on a:link, .faq_item_on a:active, .faq_item_on a:visited
{
	display:block;
	
	background-image:url(pics/faq_item_on.jpg);
	background-repeat:no-repeat;	
	
	outline:none;
}

.faq_item_on a:hover
{	
	background-image:url(pics/faq_item_hover.jpg);
	background-repeat:no-repeat;
	
	outline:none;
}

.faq_text
{
	margin-left:12px;
	margin-top:2px;
	margin-bottom:10px;

    font-family:verdana;
    font-size:11px;
	text-align:justify;
}
/* --------------------------- */
