@import "reset.css";
@import "slimbox2.css";

body {
	 background:#F2F0F0;
	 overflow: scroll;
}

#page{
	width:990px;
	background:#fdfafa;
	margin:20px auto;
	border: 1px solid #c7ced0;
	font-family:Verdana, Geneva, sans-serif;
}
	
#header{
	height:60px;
}

.small{
	font-size:10px;
}

ul#button li.extrawide{
	text-align:center;
}

ul#button li.extrawide a{
	line-height: 13px;
	padding: 10px 15px;
}

#header a{
	background: url("../images/logoDAV.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:25px;
	width:87px;
	float:right;
	text-decoration:none;
	margin: 16px 20px 0 0;
}

#navigation{
	background-color:#f5fbfe;
	clear:both;
	height:40px;
	width:100%;
	background: url("../images/nav_bg_inactive.gif");
}

#navigation *{
	list-style:none outside none;	
}

#navigation ul{
	width:100%;
}

#navigation li{
	float:left;
	position:relative;
	font-family:'Tresbuchet MS', Geneva, sans-serif;
	font-size:14px;
	color:#5d5d5d;
	height:40px;
	text-align:center;
	line-height: 40px;
	border-right: 1px solid #a8b6b8;
	border-left: 1px solid #e4e1e1;
}

#navigation li.active a:hover, #navigation li.active a {
	background: url("../images/nav_bg_active.gif");
	text-decoration:none;
}

#navigation li a{
	color:#5f5d5d;
	text-decoration:none;
	display:block;
	padding: 0 20px;
}

#navigation li a:hover{
	background: url("../images/nav_bg_hover.gif");
	text-decoration:none;
}

#navigation li#last {
	width:auto;
	text-align:right;
	border-left: 1px solid #e4e1e1;
	border-right:0;
}

#navigation li#search {
	/*nakielski*/
	display:none;
	float:right;
	width:auto;
	text-align:right;
	border:0;
	height: 26px;
	padding:7px 0 0;
}

#navigation form {
	width: 200px;
	background: none;
	border: 0;
	margin:0;
	padding:0;
	height: 40px;
	-moz-border-radius: 0;
}

#navigation input#search {
	width: 173px;
	margin:auto;
}

#welcome{
	height:274px;
	width:100%;
	background: url("../images/welcome.jpg");
	background-repeat: no-repeat;
}

#feature{
	margin-right:15px;
	position:relative;
	margin-top:20px;
	padding:20px;
	float:right;
	height:187px;
	width:310px;
	background: url("../images/welcome_semi.png");
	background-repeat: no-repeat; 
}

#feature h2{
	color:#474747;
	font-size:14px;
	padding-bottom:15px;
	line-height:20px;
	
}

#feature p{
	color:#474747;
	font-size:14px;
	line-height:18px;
	font-style:italic;
}

#feature p.source{
	padding-top:15px;
	font-size:12px;
	font-style:normal;
}

h1{
	color:#00a2e6;
	font-size:20px;
	padding: 14px 0 0 20px;
	float:left;
	line-height:30px;
}


#subhead {
	border-bottom: 1px solid #7d7d7d;
}

#subnavigation {
	float:left;	
	margin:20px 0px 20px 20px;
	width:189px;
	background-color:#f2f0f0;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius :10px;	
}

#subnavigation h2{
	color: #7d7d7d;
	padding:10px;
	font-family:'Tresbuchet MS', Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#subnavigation ul{
	padding:10px;
	margin-left: 20px;
}

#subnavigation li{
	padding: 10px 0;
	list-style-image:url(../images/grey_arrow.gif);
}

#subnavigation li.active{
	list-style-image:url(../images/orange_arrow.gif);
}

#subnavigation li a{
	color: #7d7d7d;
	font-family:'Tresbuchet MS', Geneva, sans-serif;
	font-size: 14px;
	list-style-image:url(../images/grey_arrow.gif);
}

#subnavigation li.active a{
	color: #f98d1a;
}


#content{
	clear:both;
	font-size:13px;
	line-height:17px;
	width:100%;
}

#content h3 {
	font-size:15px;
	line-height:20px;
	margin-bottom:10px;
}

#content form h3 {
	font-size: 13px;
}

#content a{
	text-decoration:none;
	color:#00a2e6;
}

#content a:hover{
	text-decoration:underline;
}

#content a.extend {
	color:#8b8b8b;
	font-weight:bold;
	overflow:hidden;
}

#content img.plus_minus {
	padding-right:10px;
	vertical-align:middle;;
}

#content a.extend:hover {
	text-decoration:none;
}
 
#content a.collapse {
	color:#f98d1a;
	font-weight:bold;
	overflow:hidden;
	margin:10px 0;
}

#content a.collapse:hover {
	text-decoration:none;
}

.toggle {
	padding: 5px 10px 5px 26px;
	margin: 5px 0 10px 0;
}

.toggle img{
	float:right;
	border: 1px solid #a5a4a4;
	margin: 0 0 10px 10px;
}

#content_start{
	padding: 0 30px;
	font-size: 14px;
}

#content_start h1{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	float: none;
	padding:0;
}

#content_start ul, #content_center ul, #content_left ul{
	padding: 15px 0;
}

#content_start li, #content_center li, #content_left li.swoosh{
	margin: 10px 0;
	padding-left: 35px;
	background: url('../images/swoosh.gif') no-repeat;
}

#content_left li.swoosh {
	padding-bottom: 5px;
	padding-top: 5px;
}

#content_start h2, #content_center h2{
	color:#f98d1a;
	font-size:14px;
	line-height:20px;
}

a.more{
	text-decoration:none;
	color:#00a2e6;
	font-size:12px;
}

a:hover.more{
	text-decoration:underline;
}

ul#button{
	height: 50px;
	padding: 0;
	margin-top: 20px;
}

ul#button li{
	float:left;
	margin: 0;
	padding: 0;
	font-size:18px;
	font-family:'Tresbuchet MS', Verdana, sans-serif;
	line-height:50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#button li.blue{
	background: url('../images/button_b_bg.gif');
	border: 1px solid #289dfc;
}

ul#button li.orange{
	background: url('../images/button_o_bg.gif');
	margin-left: 10px;
	border: 1px solid #f8a246;
}

ul#button li a{
	color:#ffffff;
	display: block;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
	line-height:20px;
	text-decoration:none;
	padding: 15px 15px;
}

ul#button li a:hover{
	text-decoration:underline;
}

#content_left{
	margin: 15px 0;
	float:left;
	width:720px;
	padding:0 20px;
}

#content_left p{
	padding: 5px 0;
}

#content_left p.breadcrumb, #content_center p.breadcrumb{
	color:#8f8f8f;	
	font-size:10px;
	padding-bottom:10px;
}

#content_center{
	margin: 20px 0;
	float:left;
	width:511px;
	padding:0 20px;
}

#content_center p{ 
	padding: 5px 0;
}

#content_right{
	margin: 20px 0;
	float:left;
	width:228px;
}

.content_right_element{
	margin:0 0px 10px 0px;
	padding:10px;
	width:189px;
	background-color:#f2f0f0;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_right_element p{
	color:#474747;
	line-height: 22px;
}

.content_right_element h2{
	color:#474747;
	font-size:14px;
	font-weight: normal;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
	line-height:20px;
}

h4{
	color: #5F5D5D;
	margin: 20px 0 10px 0;
}

.grey{
	color: #5F5D5D;
}

.content_right_element form{
	margin:10px 0;
	background:none;
    border: 0;
    padding: 0;
    width: 189px;
}

.content_right_element input#searchCenter{
	border:0px; 
	background-color:transparent; 
	position:absolute;
	left: 3px;
	width:125px;
	height:20px;	
	color:#474747;
}

input#username, input#pwd, input#searchCenter {
	width: 173px;
}

.content_right_element label {
	height: 20px;
}

label.newsletter {
	height:auto;
}

.loginForm label {
	width: 150px;
}

input#login {
	width: 100px;
	margin: 10px 0 0;
	background: url("../images/button_b_bg.gif");
	color:#fff;
	border: 1px solid #289DFC;
	cursor: pointer;
	-moz-border-radius: 5px;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
}

form.login {
	width:350px;
}


.content_right_element .searchbox_submit, .searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
left:155px;
width:13px;
height:20px;
}

.content_right_element img{
	margin: 10px 0;
	border: 1px solid #a5a4a4;
}

#searchwrapper{
	width:189px; 
	height:20px;
	background-image:url('../images/search.gif');
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:relative; 
}

#footer{
	clear:both;
	width:100%;
	height:30px;
	text-align:right;
	background-color: #ffffff;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	color:#8F8F8F;
}

#footer a{
	font-size:10px;
	text-decoration:none;
	color:#8F8F8F;
}

#footer p{
	padding: 5px 20px 5px 0;
}

form {
	background: #fefefe;
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form h2{
	padding-bottom:15px;
}

form#order-agb {
	width: 700px
	}
	
form#order-confirmation{
	width: 700px
	}
	
 form#searchForm{
	display:inline;
	background: none;
    border: 0;
    padding: 0;
    width: 189px;
	height:auto;
}

input {
	width:250px;
	float:left;
}

form#order-confirmation input {
	width: 200px;
	margin-top:15px;
	height: 30px;
	background: #9b9b9b);
	border: 1px solid #cdcdcd;
	cursor: pointer;
	-moz-border-radius: 5px;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #5d5d5d;
	
}

input#submit{
	margin-top:10px;
	width: 200px;
	height: 40px;
	background: url("../images/button_b_bg.gif");
	color:#fff;
	border: 1px solid #289DFC;
	cursor: pointer;
	-moz-border-radius: 5px;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
	font-size: 16px;
}
input#submit_big{
	margin-top:10px;
	width: 250px;
	height: 40px;
	background: url("../images/button_b_bg.gif");
	color:#fff;
	border: 1px solid #289DFC;
	cursor: pointer;
	-moz-border-radius: 5px;
	font-family:"Tresbuchet MS", Verdana, sans-serif;
	font-size: 16px;
}


input.license{
	width:auto;
	clear:left;
	float:left;
	
}

input#amountLicenses{
	width:25px;
	margin-right: 10px;
	float: left;
}

#chooseAmountLicenses label {
	clear:both;
	width:auto;
	margin-right: 10px;
}

label#product {
	width:250px;
	display:block;
	float:left;
	color: #5F5D5D;
	height:auto;
	margin-bottom:10px;
}
 
 

input#agb, input#newsletter, input#adress, input#confirmLicenseAgreement{
	width:auto;
}	

form#login{
	width: 400px;
}

form#kontakt{
	width: 460px;
}

label {
	width:200px;
	display:block;
	float:left;
	color: #5F5D5D;
	height:30px;
}

form#order label#cost {
	width:250px;
	color: #1a1a1a;
}

form#order-confirmation label{
	height: 20px;
}

label.radio{
	width:100px;
	vertical-align:baseline;
	padding-top: 2px;
	padding-left:5px;
}

label#amountLicenses{
	width:150px;
	height:20px;
	padding-top:3px;
	padding-left:5px;
}

.contactForm, .contactFormPrice, .loginForm {
	clear:both;
	height: 25px;
}

.contactFormsm{
	height: 45px;
}

.contactFormxl{
	height: 60px;
}

.contactFormAgb, .contactFormAdress, .contactFormNewsletter{
	clear:both;
	float:left;
	margin: 10px 0 0 0;
}

.contactFormTArea {
	clear:both;
	float:left;
}

.agb, .adress, .newsletter {
	width: 650px;
	padding-left: 5px;
	margin-bottom:10px;
	height: auto;
	
}	

.confirmLicenseAgreement {
	width: 600px;
	padding-left: 5px;
}

textarea {
	width:450px;
	height:100px;
	margin-bottom:10px;
}

#secondAdress{
	clear: both;
	margin-bottom:20px;
}

.formError, a#lizenzbedingung
{
	clear:both;
	color: #F31515;
	padding: 5px 0;
}

a#lizenzbedingung:hover
{
	text-decoration:none;
}


#content_left .contactForm ul{
	float:left;
	width:250px;
	padding:0 0 5px 0;
}

#content_left .contactForm ul li{
	height:20px;
}


#content_left ul#lizenz li{
	height:30px;
	display:block;
}

.licenseAgreement{
	overflow:auto;
	width:700px;
	height: 450px;
	background: #fefefe;
	padding:15px;
	border: 1px solid #eaeaea;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;	
}

td, th {
	text-align:right;
	padding: 5px 20px;
	border:2px solid #fff;
}

th {
	font-weight:bold;
	background:#f48d20;
}

td {
	background:#f2f0f0;
}

table {
	margin: 15px;
}

.data_policy{
	font-size:11px;
}

a.invisible {
	display:none;
}

.end_of_list{
	font-size:16px;
	font-weight:bold;
	margin-right:15px;
}

.class-plznr{
	margin-left: -1200px;
}
.ohnohoney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }