/* general styles */
* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	border: 0;
}
a:link, a:visited {
	color: #09f;
	text-decoration:none;
}
a[href]:hover {
	color: #f90;
	text-decoration: underline;
}
label,
button,
a.button,
input[type="submit"] {
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
}
button,
a.button:link,
a.button:visited,
input[type="submit"] {
	text-decoration: none;
	background-color:#09f;
	border-style: none;
	border-width: 0;
	-moz-border-radius: 2px;
	font-weight: bold;
	color: #fff;
	padding: 1px 15px;
}
button:hover,
a.button:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color:#f60;
}
button.inactive,
a.button.inactive:link,
a.button.inactive:visited,
input[type=submit].inactive {
	color: #999;
	background-color: #666;
}
button.inactive:hover,
a.button.inactive:hover,
input[type="submit"].inactive:hover {
	color: #999;
	background-color: #666;
}
input[type="password"],
input[type="text"],
textarea {
	background: #ccc;
	border: 0;
	padding: 2px;
	-moz-border-radius: 2px;
	font-family: inherit;
}
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
	background: #eee;
	padding: 1px;
	border: 1px solid #666;
}
input[type="password"]:hover,
input[type="text"]:hover,
textarea:hover {
	background: #eee;
}
table.tooltip {
	background-color: #ffc;
	padding: 2px;
	border: 1px solid #000;
}
td.tooltip {
	border: none;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}


/* layout elements */
body {
	background-color: #999;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

#site {
	position: absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
}
#header {
	position: relative;
	height: 53px;
	padding: 14px 0 11px;
	background-color: #464646;
	background-image: url(../gfx/logo.gif);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	color: #fff;
}
#logo_link {
	display: block;
	height: 53px;
	width: 227px;
	margin-left: 14px;
}
#menu {
	background-color: #464646;
	padding: 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#menu ul {
	list-style-type: none;
	border-top: 2px solid #a3a3a3;
	padding-top: 4px;
}
#menu li {
	display: inline;
	margin-right: 26px;
}
#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
}
#menu li a:hover {
	color: #f60;
}
#menu li a.active {
	color: #09f;
}
#content {
	padding: 14px;
	-moz-border-radius-bottomleft:10px;	/* todo: grafisch */
	-moz-border-radius-bottomright:10px;
	background-color: #464646;
	color: #fff;
	min-height: 540px;
	position: relative;
	overflow: auto;
}
#footer {
	text-align: center;
	padding: 3px;
	color:#464646;
	font-size:11px;
}
#footer a:link,
#footer a:visited {
	color:#464646;
}
#footer a:hover {
}
.layer_container {
	position: absolute;
	width:490px;
	left:50%;
	margin-left:-245px;
	top:170px;
}
.layer_container + .layer_container {
	margin-left:-200px;
	top:215px;
}
.layer_container + .layer_container + .layer_container {
	margin-left:-155px;
	top:260px;
}
.drag_container
{
	position: relative;
}
#content > #register_wrapper,
.layer {
	-moz-border-radius: 10px;
	background-color: #FFF;
	color: #666;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity="95");
	padding: 10px;
	position: absolute;
	width:470px;
}
#content > #register_wrapper .x,
.layer .x {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 17px;
	height: 17px;
	display: block;
	background: url(../gfx/x.gif) no-repeat;
}
#content > #register_wrapper .x span,
.layer .x span {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.scroll {
	position: absolute;
	top: 0;
	left: 0;
}
.up {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 21px;
	height: 10px;
	background: url(../gfx/up.gif) no-repeat;
}
.up:hover {
	background: url(../gfx/up_h.gif) no-repeat;
}
.down {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 21px;
	height: 11px;
	background: url(../gfx/down.gif) no-repeat;
}
.down:hover {
	background: url(../gfx/down_h.gif) no-repeat;
}
.up span,
.down span {
	display: block;
	overflow:hidden;
	height: 0;
	line-height: 0;
}
.footnote {
	border-top:1px solid #CCCCCC;
	bottom:10px;
	font-size:12px;
	padding-top:5px;
	position:absolute;
	width:872px;
}
#messages {
	position: absolute;
	width: 400px;
	left: 50%;
	top:315px;
	margin-left: 35px;
	z-index: 2;
	display: none;
}
#help {
	position: absolute;
	width: 400px;
	right: 50px;
	top: 100px;
	z-index: 1;
}
#help_box,
#messages_box {
	width: 395px;
	height: 215px;
	position: absolute;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity="95");
}
#help_box h1,
#messages_box h1 {
	border-bottom: 1px solid #ccc;
	margin: 0 20px 5px 96px;
	padding-top:14px;
}
#messages_box p.ok {
	margin: 0 20px 5px 96px;
	text-align: center;
}
#help_box .x,
#messages_box .x {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 17px;
	height: 17px;
	display: block;
	background: url(../gfx/x.gif) no-repeat;
}
#help_box .x span,
#messages_box .x span {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
#messages_box.message1 {
	background: url(../gfx/bubble_o.png) no-repeat;
}
#help_wrap,
#messages_wrap {
	overflow: auto;
	height: 125px;
	margin-right: 20px;
}
.message1 h2,
.message1 h1 {
	color: #FF7000;
}
#messages_box.message2 {
	background: url(../gfx/bubble_g.png) no-repeat;
}
.message2 h2,
.message2 h1 {
	color: #77c500;
}
#help_box,
#messages_box.message0 {
	background: url(../gfx/bubble_b.png) no-repeat;
}
#help_box h1,
.message0 h2,
.message0 h1 {
	color: #09f;
}
#help_box p,
.message p {
	margin:0 0 5px 96px;
	font-weight: bold;
}
.message p small {
	font-size: 12px;
	font-weight: normal;
}
#help_box p {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
}
.message h2 {
	margin: 0 0 5px 96px;
}
.pagination {
	text-align: center;
	margin: 5px;
	font-weight: bold;
}
.pagination a {
	font-weight: normal;
}

#inactive {
background-color:#fcc;
border: 5px solid #900;
color:#900;
font-size:12px;
padding:5px;
}
#inactive a {
font-weight: bold;
}


/* login */

#login {
	bottom:8px;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:14px;
	text-align: right;
}
#login_page {
	left: 50%;
	margin-left:-245px;
}
#login_page h1 {
	color: #09f;
}
#login_page h2 {
	margin-top: 10px;
}
#login_page div {
	margin-bottom: 5px;
}
#btn_login {
	padding: 1px 10px;
}

/* register */

#register_wrapper {
	font-size:14px;
}
#register_wrapper h1 {
	color: #09f;
	font-size: 48px;
	margin-bottom: 10px;
	border-bottom: solid #666 1px;
}
#register_wrapper p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
#register_wrapper fieldset {
	padding: 0 10px;
	border: none;
	margin-bottom: 20px;
}
#register_wrapper legend {
	/*margin-left: 5px;
	margin-bottom: 10px;*/
	font-weight: bold;
}
#register_wrapper .note {
	font-size: 11px;
	color: #666;
}
#register_wrapper div.input {
	margin-bottom: 5px;
}
#register_wrapper div.required {

}
#registersend {
	margin-top: 5px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#register_wrapper button {
	margin-left: 5px;
}
#register_wrapper button[type="submit"] {
	font-weight: bold;
}

/* settings */
#layer_settings h1 {
	color: #09f;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: solid #666 1px;
	margin-bottom: 5px;
}
.submit {
	text-align: center;
	margin-top: 5px;
}
#layer_user_delete h1 {
	color: #09f;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: solid #666 1px;
	margin-bottom: 5px;
}
#layer_user_delete div {
	text-align: center;
}

/* products */

#products {
	position: relative;
	height: 460px;
	padding-left: 36px;
}
#products .product {
	float: left;
	height: 460px;
	width: 250px;
	margin-right: 16px;
}
.product_img {
	height: 250px;
}
.product_info {
	background-color: #333;
	height: 172px;
	padding:14px;
	-moz-border-radius:10px;
}
#products .product h1 {
	border-bottom: 1px solid #fff;
	font-size:20px;
	margin-bottom:5px;
	text-transform:lowercase;
}
#products .product p {
	font-size: 14px;
	line-height: 16px;
}
#products_further {
	border-top:2px solid #A3A3A3;
	top: 510px;
	left:0;
	margin:14px;
	padding-top:8px;
	position:absolute;
	right:0;
	text-align:center;
}
#products_further a {
	font-weight: bold;
}

/* orders */
#orders {
	position: absolute;
	width: 429px;
}
#packages {
	position: absolute;
	right: 14px;
	top: 134px;
	width: 429px;
}
#archive {
	position: absolute;
	right: 14px;
	width: 429px;
	height: 120px;
}
#archive fieldset {
	padding: 5px;
}
.orders_product,
.package {
	margin-bottom: 10px;
}
.orders_order {
	padding-left: 20px;
}

/* home page */
#home_steps {
	background:url(../gfx/de/st_bg.png); /* standard value, override in local css */
	margin-top:65px;
	min-height:283px;
	position:relative;
}
#home_steps h1 {
	font-size: 48px;
	text-transform: lowercase;
	margin-left:57px;
}
#home_steps p {
	margin-left:57px;
	font-size: 16px;
	font-weight: bold;
}
#home_steps ol {
	left:75px;
	list-style-position:inside;
	position:absolute;
	top:105px;
}
#home_steps li {
	float:left;
	font-size:36px;
	font-weight:bold;
	margin-right:33px;
	padding:8px;
	width:140px;
}
#home_steps li span {
	color: #fff;
	display: block;
	font-size: 12px;
}
#home_steps .li1 {
	color: #09f;
}
#home_steps .li2 {
	color: #6c0;
}
#home_steps .li3 {
	color: #ff7000;
}
#home_register {
	text-align: center;
	margin-top: 40px;
}
#home_register a {
	font-size: 28px;
	padding: 2px 30px;
}
#home_further {
	border-top:2px solid #A3A3A3;
	top: 510px;
	left:0;
	margin:14px;
	padding-top:8px;
	position:absolute;
	right:0;
	text-align:center;
}
#home_further a {
	font-weight: bold;
}
#home_on {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 700px;
	height: 400px;
	background: #333;
	-moz-border-radius: 5px;
}
#home_on h1 {
	padding: 10px 20px 0;
}
#home_on_links {
	position: absolute;
	left: 100px;
	top: 470px;
	width: 700px;
	text-align: center;
}
#home_help {
	-moz-border-radius:5px;
	background:#333;
	font-size:12px;
	left:100px;
	padding:10px;
	position:absolute;
	top:500px;
	width:680px;
}
#home_help strong {
	text-transform: uppercase;
}

/* programs */
#programs {
	position: relative;
	height: 320px;
	width: 300px;
	overflow: auto;
	background: #464646;
	-moz-border-radius: 5px;
	margin: 20px 60px 20px 20px;
	float: left;
}
#programs .scroll {

}
#programs ul {
	list-style-type: none;
	margin: 10px;
	width: 260px;
}
#programs li {
	list-style-position: inside;
	border-bottom: 1px solid #fff;
	background: url(../gfx/star.gif) no-repeat;
	border-bottom: 1px solid #fff;
	height:55px;
	margin-bottom: 8px;
	padding-left: 64px;
	overflow: hidden;
}
#programs li a {
	display: block;
	height: 55px;
}
#programs li a:hover {
	text-decoration: none!important;
}
#programs li span {
	color: #fff;
	font-weight: bold;
}
#leads {
	float: right;
	width: 300px;
	height: 90px;
	margin: 20px 20px 0 0;
}
#progress {
	height:61px;
	padding:0 1px;
	width:240px;
	margin-left: 30px;
	background: url(../gfx/progress5.gif) no-repeat;
}
#bar {
	height: 40px;
	background: url(../gfx/pbar.gif) no-repeat left;
	overflow: hidden;
}
#bar span {
	display: block;
	height: 40px;
	background: url(../gfx/pbar_r.gif) no-repeat right;
	cursor: help;
}
#bar.full span {
	background-image: none;
}
#ol_leads {
	list-style-position: inside;
	margin: 5px;
}
#program {
	float: right;
	background: #fff;
	width: 300px;
	-moz-border-radius: 5px;
	margin: 20px 20px 20px 0;
}
#program h1 {
	border-bottom:1px solid #666;
	color:#09f;
	font-size:20px;
	margin:12px;
	padding:0 0 5px;
}
#program div {
	color: #464646;
	margin: 12px;
}
#program_link {
	text-align: right;
}
#order_link {
	text-align: center;
	margin-top: 10px;
}

/* refer */
#refers {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 700px;
	height: 124px;
	background: #333;
	-moz-border-radius: 5px;
}
#refers h1 {
	padding: 10px 20px 0;
}
#refers p {
	width: 400px;
	padding: 10px 20px;
	font-size: 12px;
}
#progress_c {
	position: absolute;
	top: 20px;
	right: 20px;
}
#progress_c #progress {
	background: url(../gfx/progress5.gif) no-repeat;
	margin-left: 0;
}
#ref_methods {
	position: absolute;
	top: 180px;
	left: 100px;
}
#ref_methods ul {
	list-style-type: none;
}
#ref_methods li {
	float: left;
	margin-right: 35px;
}
#ref_methods li a {
	display: block;
	background-repeat: no-repeat;
	width: 70px;
	padding-top:75px;
	color: #fff;
	text-decoration:none;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#layer_ref_method h1 {
	color: #09f;
	padding-bottom: 5px;
	border-bottom: solid #666 1px;
	margin-bottom: 10px;
}
#layer_ref_method p {
	margin-bottom: 10px;
}
#layer_ref_method label {
	font-weight: bold;
}
#ref_mail_recipients {
	margin-bottom: 5px;
	float: left;
}
#ref_mail_recipients #input_email {
	width: 300px;
}
#ref_mail_subject {
	margin-bottom: 5px;
	float: right;
}
#ref_mail_subject #input_subject {
	width: 150px;
}
#ref_mail_text {
	margin-bottom: 5px;
	clear: both;
}
#ref_mail_text textarea {
	width: 466px;
}
#ref_mail_send {
	text-align: center;
}
#ref_list {
	margin: 320px 86px 50px;
	padding: 10px;
	width: 680px;
	background: #333;
	-moz-border-radius: 5px;
}
#ref_list h2 {
	margin-bottom: 10px;
}
#ref_list table {
	margin: 10px;
	width: 660px;
}
#ref_list th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px #fff solid;
}
#ref_list td {
	font-size: 12px;
	padding: 0 5px;
}
#ref_list .ordered {
	color: #ff7000;
	font-weight: bold;
}




/* stats */
#stats_leads {
	float: left;
	width: 409px;
	padding: 10px;
	margin-bottom: 14px;
	background: #333;
	-moz-border-radius: 5px;
}
#stats_referred {
	float: right;
	width: 409px;
	padding: 10px;
	background: #333;
	-moz-border-radius: 5px;
}
#stats_orders {
	clear: both;
	width: 409px;
	padding: 10px;
	margin-left: 225px;
	background: #333;
	-moz-border-radius: 5px;
}
#stats_leads table,
#stats_orders table,
#stats_referred table {
	width: 409px;
}
#stats_leads th,
#stats_orders th,
#stats_referred th {
	text-align: left;
	border-bottom: 1px solid #fff;
	vertical-align: text-top;
}
#stats_leads td,
#stats_orders td,
#stats_referred td {
	padding: 1px 0;
}
#stats_referred th {
	width: 29px;
}
#stats_referred th + th {
	width: 140px;
}
#stats_referred th + th + th + th {
	width: 100px;
}


/* shop */
#shop p {
	margin-bottom: 10px;
}

/* deeplinks */
#deeplinks {
	float: right;
	margin-left: 10px;
	width: 400px;
}
#deeplinks ul {
	padding: 14px;
	-moz-border-radius: 5px;
	background: #333;
	list-style-type: none;
}
#deeplinks li {
	
}
#deeplinks hr {
	clear: both;
	margin-bottom: 5px;
}
#deeplinks h2,
.deeplink h1 {
	color: #09f;
	font-size: 16px;
}
.deeplink h1 {
	padding-bottom: 5px;
	border-bottom: solid #666 1px;
	margin-bottom: 10px;	
}
.deeplink img {
	float: left;
	margin-right: 10px;
}
#deeplinks p {
	margin-bottom:5px;
}
#deeplinks .price,
.deeplink .price {
	color: #ff7000;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
#deeplink .buy,
.deeplink .buy {
	font-weight: bold;
	text-align: right;
}


/* lang select */
#language {
	margin-top: 150px;
	text-align: center;
}
#language div {
	margin-left: 311px;
}
#language a {
	display: block;
	float: left;
	margin: 5px;
	width: 120px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#language a:hover {
	background-position: 0 -72px;
}
#language a span {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
#lang_de {
	background-image: url(../gfx/de.gif);
}
#lang_nl {
	background-image: url(../gfx/nl.gif);
}

/* faq */
#faq ol {
	margin: 0 0 20px 30px;
	list-style-position: outside;
	list-style-type: upper-roman;
	font-weight: bold;
}
#faq ol ol {
	margin: 0 0 10px 20px;
	list-style-type: decimal;
	font-weight: normal;
}
#faq ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}
#faq ul ul {
	margin: 0 0 40px 5px;
}
#faq ul ul li {
	margin-bottom: 10px;
}
#faq ul ul div {
	margin: 5px 0 0 5px;
}
#faq ul h2 {
	color: #ff7000;
}
#faq ul h3 {
	color: #77C500;
}
#faq ul h2 small {
	font-weight: normal;
	font-size: 14px;
}
#faq .active {
	background: #333;
	padding:10px;
	-moz-border-radius: 5px;
}



/* imprint */
#imprint {
	text-align: center;
}
#imprint h3 {
	font-weight: bold;
}
#imprint p,
#imprint h3 {
	margin: 0 0 10px;
}


/* feedback */
#feedback {
	
}
.feedback_item {
	position: relative;
	margin-bottom: 10px;
	padding: 14px;
	-moz-border-radius: 10px;
}
.feedback_item.a {
	background: #333;
}
.feedback_item.b {
	background: #666;
}
.feedback_text {
	padding-top: 40px; /* bündig: 30 */
	padding-left: 75px;
	padding-right: 125px;
	min-height: 160px;
	font-style: italic;
	overflow: hidden;
}
.feedback_comment {
	margin-top: 10px;
	font-style: normal;
	color: #ccc;
	font-size: 12px;
}
.feedback_user {
	position: absolute;
	top: 14px;
	font-size: 20px;
	font-weight: bold;
}
.feedback_time {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 20px;
	font-weight: bold;
}
.feedback_icon {
	position: absolute;
	top: 44px;
}
.feedback_rating {
	position: absolute;
	top: 44px;
	right: 14px;
	width: 130px;
}
.feedback_photo {
	position: absolute;
	top: 75px;
	right: 14px;
	width: 130px;
	text-align: center;
}
#feedback_write h3 {
	margin: 8px 0 2px;
}
#rating {
	height: 26px;
}
#rating.js input {
	position:absolute;
	left:-9999px;
}
#rating.js label {
	display: block;
	float: left;
	background-image:url(/img/products/rating2.png);
	background-position: 0 -26px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	width: 26px;
	height: 26px;
}
#rating.js label.h {
	background-position: 0 0;
}
#rating.js #rating_text {
	float: left;
	padding: 5px 0 0 5px;
	font-weight: bold;
	color: #ff7000;
}
.feedback_rating .rc {
	display:block;
	width: 130px;
	height:26px;
	background-repeat:repeat-x;
	background-position: 0 -26px;
}
.feedback_rating .r {
	display:block;
	height:26px;
	background-repeat:repeat-x;
}



/* order */
#order_form h1 {
	text-align: center;
}
#order_products .product {
	float: left;
	text-align: center;
	position: relative;
}
#order_products .product .info {
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
}
#order_products .product .info h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
#order_products .product:hover .info {
	display: block;
}
#order_products label {
	background-repeat: no-repeat;
	background-position: 0 -250px;
	display: block;
	width: 182px;
	height: 245px;
	text-indent: -9999px;
}
#order_products.js input {
	position:absolute;
	left:-9999px;
}
#order_products.js label {
}
#order_products.js label.h {
	background-position: 0 0;
}
#order_products {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 550px;
	height: 260px;
	margin-left: -275px;
}
#order_address {
	position: absolute;
	top: 320px;
	left: 50%;
	background: #333;
	color: #fff;
	width: 522px;
	height: 160px;
	margin-left: -275px;
	-moz-border-radius: 10px;
	padding: 14px;
}
#order_address h2 {
	color: #09f;
	border-bottom: 1px solid #ccc;
}
#order_address h3 {
	margin-top: 5px;
}
#order_address div {
	position: relative;
	float: left;
	width: 160px;
	margin-right: 14px;
}
#order_address input[type="text"] {
	width: 156px;
}
#input_order_zip {
	width: 44px!important;
}
#input_order_city {
	position: absolute;
	right: 0;
	width: 100px!important;
}
#input_order_street {
	width: 124px!important;
}
#input_order_house_number {
	position: absolute;
	right: 0;
	width: 20px!important;
}
#order_send {
	text-align: right;
	padding-top: 100px;
}


/* 404 */
#layer_page_not_found h1 {
	color: #09f;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: solid #666 1px;
	margin-bottom: 5px;
}


/* contact */
#contact {
	background-color:#333;
	margin-left:240px;
	padding:10px;
	text-align:center;
	width:400px;
	-moz-border-radius:10px;
}
#contact div {
	margin-bottom: 5px;
}



/* terms */
#terms h1
{
	margin-bottom: 5px;
}
#terms h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
}
#terms p {
	margin-bottom: 5px;
	font-size: 12px;
}



/* service */
#service1 {
	float: left;
	width: 429px;
}
#nixaids {
	padding: 10px;
	margin-bottom: 14px;
	background: #333;
	-moz-border-radius: 5px;
}
#partners {
	padding: 10px;
	margin-bottom: 14px;
	background: #333;
	-moz-border-radius: 5px;
}
#partners ul,
#downloads ul {
	list-style-type: none;
}
#service2 {
	float: right;
	width: 429px;
}
#downloads {
	padding: 10px;
	margin-bottom: 14px;
	background: #333;
	-moz-border-radius: 5px;
}
#downloads p {
	font-size: 12px;
	margin-bottom: 10px;
}
#articles {
	padding: 10px;
	background: #333;
	-moz-border-radius: 5px;
}
#articles ul {
	list-style-type: none;
	margin-bottom: 10px;
}



/* IE */

#ie6 {
	border: 5px solid #c00;
	color: #c00;
	background-color:#fff;
	padding: 10px;
	font-size:16px;
}
#ie6 a {
	font-weight: bold;
}

*:first-child+html button,
*:first-child+html input[type="submit"] {
	padding: 1px;
}f
