@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-regular.eot');
    src: url('../fonts/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular.woff') format('woff'),
         url('../fonts/ubuntu-regular.ttf') format('truetype'),
         url('../fonts/ubuntu-regular.svg#ubuntu-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/ubuntu-light.eot');
    src: url('../fonts/ubuntu-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-light.woff') format('woff'),
         url('../fonts/ubuntu-light.ttf') format('truetype'),
         url('../fonts/ubuntu-light.svg#ubuntu-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/ubuntu-bold.eot');
    src: url('../fonts/ubuntu-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-bold.woff') format('woff'),
         url('../fonts/ubuntu-bold.ttf') format('truetype'),
         url('../fonts/ubuntu-bold.svg#ubuntu-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/ubuntu-medium.eot');
    src: url('../fonts/ubuntu-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-medium.woff') format('woff'),
         url('../fonts/ubuntu-medium.ttf') format('truetype'),
         url('../fonts/ubuntu-medium.svg#ubuntu-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuCondensed-Regular';
    src: url('../fonts/ubuntucondensed-regular.eot');
    src: url('../fonts/ubuntucondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntucondensed-regular.woff') format('woff'),
         url('../fonts/ubuntucondensed-regular.ttf') format('truetype'),
         url('../fonts/ubuntucondensed-regular.svg#ubuntucondensed-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin:0;
    padding:0;
    height: 100%;
    font-family: Tahoma, sans-serif;
	font-size: 11pt;
}

h1 {
	text-align: center;
	font-family: 'Ubuntu-Medium';
	font-size: 19pt;
	color: #0380c3;
}

h2 {
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 15pt;
	color: #555555;
}

ul li {
    color: #0380c3;
    margin-left: -20px;
}

ol {
	color: #262626;
	margin-left: -20px;
	font-size: 11pt;
}

a {
	color: #ffffff;
}

a:visited
{
	color:#00a3d3;
	outline: none;
	text-decoration: underline;
}

a:hover {text-decoration: none;}

li span {
    color: #000000;
    font-size: 15pt;
    line-height: 30px;
}

.clear{
    display: block;
    clear: both;
    height: 0;
}

* html .main_container {
    height: 100%;
}

.main_container {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.header_container {
    width: 100%;
    height: 111px;
    background-image: url('../images/header_bg.jpg');
    background-repeat: repeat-x;
}

.menu_container {
    width: 100%;
    height: 46px;
    background-image: url('../images/menu_bg.jpg');
    background-repeat: repeat-x;
}

.promo_container {
    width: 100%;
    height: 353px;
    background-image: url('../images/promo_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.text_container {
    width: 100%;
    height: 127px;
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat-x;
}

.content_container_home {
    width: 100%;
    background: white;
    margin-top: 50px;
}

.content_container {
    width: 100%;
    background: white;
    margin-top: 22px;
}

.footer_container {
    width: 100%;
    height: 243px;
    margin-top: 40px;
    background-image: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 9pt;
}

.narrow  {
    height: 90px;
    background-position: center -150px;
}

.center_content {
    height: 100%;
    width: 960px;
    margin: 0 auto 0 auto;
}

.logo {
    height: 62px;
    width: 292px;
    margin: 24px 0 25px 0;
    float: left;
}

.support {
    height: 43px;
    width: 162px;
    margin: 34px 0;
    float: right;
}

.menu_element {
    color: #ffffff;
    width: 134px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 46px;
}

.menu_element:hover {
    text-decoration: underline;
}

.menu_separator {
    width: 3px;
    height: 100%;
    float: left;
    background-image: url('../images/menu_separator.png');
    background-repeat: repeat-y;
}

.promo_text_container {
    float: right;
    height: 100%;
    width: 354px;
}

.promo_text {
    width: 100%;
    height: 166px;
    background-image: url('../images/promo_text.png');
    background-repeat: no-repeat;
    margin: 40px 0 35px 0;
}

.dl_button {
    width: 354px;
    height: 84px;
    background-image: url('../images/dl_button.png');
    background-repeat: no-repeat;
}

.dl_button:hover {
    background-image: url('../images/dl_button_hover.png');
}

.button-de {
    width: 354px;
    height: 84px;
    background-image: url('../images/kaufen.png');
    background-repeat: no-repeat;
}

.button-de:hover {
    background-image: url('../images/kaufen_hover.png');
}

.dl_button_small {
        width: 225px;
        height: 58px;
        margin: 15px 0 15px -7px;
        background-image: url('../images/download.png');
        background-repeat: no-repeat;
}

.dl_button_small:hover {
        background-position: 0 -58px;
}

.body_header_text {
    font-size: 15pt;
    text-align: justify;
    margin-top: 34px;
}

.content_element {
    width: 960px;
    height: 300px;
    margin-top: 20px;
}

.content_screenshot_left {
    width: 363px;
    height: 261px;
    float: left;
    margin-right: 40px;
}

.content_screenshot_right {
    width: 363px;
    height: 261px;
    float: right;
}

.content_text_title {
    color: #0380c3;
    font-family: 'Ubuntu-Bold';
	font-size:18pt;
    margin-top: 0;
}

.content_text {
    float: left;
    height: 261px;
}

.content_text a{
	color:#00a3d3;
}

.content_text h2{
	color: #0380c3;
	font-family: 'Ubuntu-Bold';
	font-size: 18pt;
	margin-top: 0;
	font-weight: initial;
}

.content_left_text {
	float: left;
	width: 693px;
	padding-right: 25px;
}

.content_left_text a{
	color:#3288cc;
}

.content_left_text .list-2 ul li{
	color: #3d3d3d;
	line-height: 200%;
	list-style-image: url(../images/marker-b.gif);
}

.content_left_text .shape {font-size:14px; padding:15px; margin:5px 0px 20px; background:#DFE9F3;-moz-border-radius: 10px;-webkit-border-radius: 10px;}

.content_left_text .caption {text-align:center; font-size: 90%;margin:-5px 0 30px;}
	
.separator {
    background-color: #adadad;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}

.feature_container {
    width: 100%;
    margin-top: 30px;
}

.feature_element {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.feature_icon {
    float: left;
    width: 50px;
    height: 48px;
}

.feature_text {
    float: left;
    width: 240px;
    margin-top: -18px;
    margin-left: 10px;
    font-size: 9pt;
}

.feature_title {
    color: #5c6162;
	font-weight: bold;
    font-size: 16pt;
}

.footer_left {
	width:593px;
	height:90px;
	padding:38px 0 0 0;
	background: url(../images/bottom-left.png) no-repeat;
	text-align:center;
	font-size:16px;
	color:#4b4b4b;
	line-height:1.4;
	text-shadow:#fff 1px 1px 1px;
	float:left;
	font-family: 'Ubuntu-Medium';
}
.footer_left span {
	color:#0380c3;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
}
	
.footer_logo {
    width: 593px;
    height: 129px;
    float: left;
    background-image: url('../images/footer_ad.png');
    background-repeat: no-repeat;
}

.footer_button {
    float: right;
    margin-top: 20px;
}

.footer_menu {
    margin: 40px auto 0 auto;
    width: 100%;
    text-align: center;
}

.order-footer {
    padding-top: 10px;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu li {
    margin: 0 14px;
    display: inline;
}

.footer_menu a {
    text-decoration: underline;
}

.footer_menu a:hover {
    text-decoration: none;
}

.footer_copyright {
    margin-top: 20px;
    color: #5ca9ff;
}

.preload {
    display: none;
    background-image: url('../images/dl_button_hover.png');
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 212px;
	padding-left: 30px;
	background:url(../images/middle.jpg) no-repeat 0 0;
}
	.module {
		padding-bottom: 20px;
		margin:0 0 20px 0;
		background:url(../images/dot.png) repeat-x 0 100%;
	}
	.module-os p {
		padding:0 0 0 20px;
	}
	.module h3 {
		color:#0380c3;
		font-size:18px;
		text-transform:uppercase;
		font-family: 'Ubuntu-Bold';
		margin:0 0 20px 20px;
	}
	.module p {
		margin:0 0 20px 0;
	}
	
	.feed-box {
		margin:0 0 20px 0;
	}
	.feed-box .author {
		color:#0380c3;
		font-size:14px;
		line-height:1;
		height:42px;
		padding:6px 0 0 40px;
		background:url(../images/author.png) no-repeat 0 0;
		margin:0 0 10px 0;
	}
	.feed-box .author span {
		color:#444444;
		font-size:10px;
	}
	.feed-box  .feed {
		line-height:1.6;
		font-size: 9.6pt;
	}
	.module-feed {
		background:none;
	}
	
.info-block {
	background:url(../images/dot.png) repeat-x 0 100%;
}

big	{
	font-size:13px;
}
.info-block img {
	float:left;
	margin-right:40px;
	margin-top:-5px;
}

.info-block-1 {
	background:url(../images/dot.png) repeat-x 0 100%;
}

.info-block-1 img {
	float:left;
	margin-right:40px;
	margin-top:8px;
}

.dots{
	width:100%;
	height:1px;
	background-image:url(../images/dot.png);
	background-repeat:repeat x;
}

.info-block-2 {
float: left;

}

.text-title-large {
	font-family: 'Ubuntu-Bold';
	font-size:18pt;
	color: #0380c3;
    margin-top: 0;
}
.text-title-medium {
	color:#0380c3;
	font-size:18px;
	text-transform:uppercase;
	font-family:'Ubuntu-Bold';
}

.text-title-light {
	font-family: 'Ubuntu-Bold';
	text-transform:uppercase;
	color:#929292;
	font-size:18px;
	margin:0 0 20px 0;
	letter-spacing:1px;
}

.list {
    list-style-image: url(../images/marker.gif);
}

.info-block-list {
	list-style: none;
	margin: 0 0 30px 0;
}

.info-block-list-2 {
	list-style: none;
	margin: 0 0 30px -20px;
}

.info-list-text {
	overflow:hidden;
	padding:6px 0 6px 20px;
	font-family: 'Ubuntu-Medium';
	font-size:17px;
	color:#262626;
	background:url(../images/marker.gif) left 10px no-repeat;
}

.body_text {
    font-size: 10pt;
    text-align: justify;
    margin-top: 34px;
}

.price-block {
	padding:15px 0 0 0;
}
.price-block h2{
	font-family: 'Ubuntu-Bold';
	font-size:18px;
	text-transform:uppercase;
}
.price-block h3{
	font-family: 'Ubuntu-Bold';
	font-size:24px  !important;
	color:#fff  !important;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	background:url(../images/dot-b.gif) 0 100% repeat-x;
}

.price-box {
	width:670px;
	height:88px;
	padding:20px 10px 20px 20px;
	background:url(../images/price-bg.png) 0 0 no-repeat;
	margin:0 0 20px 0;
}
.price-box-left {
	width:436px;
	float:left;
	text-shadow:#016199 -1px 1px 1px; 
}
.price-box-left p {
	line-height:1.2 !important;
	color:#92f0ff;
	font-size:12px;
}
.price-box-right {
	width:202px;
	float:right;
	position:relative;
	top:-10px;
	right:-5px;
	text-align:center;
}	
.price-box-right p {
	margin:0 !important;
	line-height:1.2 !important;
}
.price-box-right .price	{
	font-family: 'Ubuntu-Bold';
	color:#fff;
	text-shadow:#016199 -1px 1px 1px; 
	font-size:28px;	text-align:center !important;
}
.price-box-right .price span {
	font-family: 'UbuntuCondensed-Regular';
	font-size:18px;
}
.price-box-right a.button:link,
.price-box-right a.button:visited {
	display:inline-block;
	vertical-align:top;
	width:194px;
	height:68px;
	background: url(../images/b2.png) no-repeat;
}
.price-box-right a.button:hover {
	background-position:0 -68px;
}

.left {
	text-align:left;
}

.column {
	width: 346px;
	float:left;
}

.social-buttons {
	width: 250px;
	display: block;
	float: left;
	margin: 5px 10px 0 0;
}

.social-buttons-text {
	width: 250px;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 18px;
	font-family: Ubuntu;
	color: #0380c3;
}

.offer_text {
font-size: 18px;
color: #c91717;
font-weight: bold;
font-family: Arial;
}

.button-de {
    width: 354px;
    height: 84px;
    background-image: url('../images/kaufen.png');
    background-repeat: no-repeat;
}

.button-de:hover {
    background-image: url('../images/kaufen_hover.png');
}