/* CSS Document */


/***** ALLGEMEINE STYLES *****/

* { margin: 0; padding: 0; }

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:#000000 url(../img/bg_opt3.jpg) no-repeat 0px 0px;
	background-attachment:fixed;
	color:#FFF;
	font-size:15px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
div, p, td, th, span {
font: normal 15px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#wrapper {
width:980px;
float:left;
}

a, a:visited, a:active {
color:#FFF;
text-decoration:none;
font-weight:normal;
}
a:hover {
text-decoration:underline;
}

/***** NAVIGATION *****/
#nav {
font:bold 16px Georgia, "Times New Roman", Times, serif;
margin:0px;
padding:40px 0 0 50px;
clear:both;
overflow:auto;
}
#nav li {
list-style:none;
margin:0;
display:inline;
}
#nav li a, #nav li a:active, #nav li a:visited {
height:22px;
padding:2px 10px 0 10px;
text-decoration:none;
float:left;
margin:0 3px;
background-color:#111111;
}
#nav li a:hover {
text-decoration:none;
background-color:#FFFFFF;
/*filter:alpha(opacity=9);*/ /* IE */
/*-moz-opacity:0.9;*/ /* Gecko-Browser */
/*opacity:0.9;*/ /* Opera 9+ */
color:#000000;
}
#nav li a.selected {
background-color:#c50006;
}

#additional {
margin:0 0 40px 60px;
}
#additional li {
list-style:none;
margin:0 0 0 0;
padding:5px 0 5px 25px;
font-size:14px;
line-height:16px;
background:url(../img/list_icon.png) no-repeat top left;
}
#additional li:hover {
background-color:#c50006;
cursor:default;
}

label {
display:block;
}
input {
background-color:#EFEFEF;
color:#000;
font-size:16px;
line-height:14px;
padding:3px;
height:22px;
border:0px;
width:400px;
}
.send {
margin:30px 0 0 0;
}




#home, #workflow, #benefits, #benefits2, #offer, #contact, #demo {
overflow:auto;
clear:both;
/*margin:0 0 300px 0;*/
min-height:1100px;
}
#workflow {
background:url(../img/workflow4.png) no-repeat 40px 365px;
/*overflow:auto;*/
}
.voucher {
font: normal 15px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
padding:0 60px;
clear:both;
}
.voucher .save {
font-size:30px;
}
.contact {
clear:both;
padding:0 60px 30px 60px;
line-height:20px;
font-size:14px;
}
.gallery {
display:none;
}
.demo {
padding:0 0 0 60px;
clear:both;
}
.demo span {
 color:#FFF;
 font-size:11px;
 line-height:11px;
 padding:0 3px;
 height:11px;
 margin:0 0 0 10px;
 background-color:#FF0000;
}




#left_home {
float:left;
width:560px;
}
#right_home {
float:right;
width:420px;
}
#left {
float:left;
width:50%;
text-align:left;
}
#right {
float:right;
text-align:left;
width:50%;
}

#laut {
float:right;
margin:20px 50px 0 0;
color:#CCCCCC;
font-size:13px;
}

h1 {
font-weight:normal;
font-size:46px;
line-height:51px;
margin:70px 0 30px 0;
letter-spacing:-1.0px;
}
h2 {
font-weight:normal;
font-size:14px;
line-height:20px;
padding:20px 40px 80px 0;
}
h3 {
float:left;
font-weight:normal;
font-size:75px;
letter-spacing:-1.5px;
padding:50px 0 30px 60px;
line-height:75px;
margin:0px;
text-align:left;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
clear:both;
}
h4 {
font-weight:normal;
font-size:30px;
line-height:30px;
padding:0 40px 0 60px;
letter-spacing:-1.5px;
}
.benefit {
background:url(../img/bg_benefits.png);
font-size:15px;
line-height:20px;
padding:20px 25px;
margin:20px 0 30px 60px;
color:#FFF;
}

ul.thumbs li {
display:inline;
padding:10px 20px 0px 0;
}
/*ul.thumbs li a img {
border:1px solid #000;
margin:0 0 10px 0;
}*/
/*ul.thumbs li img:hover {
border:1px solid #FFF
}*/
