#header div.clear, #container div.clear, #footer div.clear {
	display:block;
	float:none;
	clear:both;
}

body,h1,h2,h3,h4,p,ul,ol,form,fieldset,legend,input,dt,dl,dd {
    margin: 0;
    padding: 0;
}
body {
	font-family: 'UbuntuMedium';
    background:#FCFBFB;
    color:#595c5f;
	font-size:14px;
	line-height:18px;
	background: #3cc1ee url('../img/bg/background.jpg') no-repeat 50% 0 fixed;
}

img,fieldset {
    border:none;
}

/*input,textarea {
    font:100% Arial, Helvetica, sans-serif;
}*/

abbr,acronym {
    border-bottom:1px dotted #58585a;
    cursor:help;
}

.clearing:after,
#steps:after,
#container .inner:after,
#anmelden:after,
#footer:after,
#nav:after,
#colCaptions:after,
.Group .row:after,
.PriceOverview .prices:after,
.DictionaryNav .abcList:after,
#anmelden .bg:after,
#footer .bg:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.img p, .img dt {
    font-size:0;
    line-height:0;
    padding:0 !important;
    margin:0 !important;
}

.imgLeft p, .imgLeft dl, .imgFloatLeft {
    float:left;
}

.imgRight p, .imgRight dl, .imgFloatRight {
    float:right;
}

.imgCenter p, .imgCenter dt, .imgCenter dd {
    margin:0 auto !important;
}

.imgFloatLeft {
    margin:0 8px 8px 0;
}

.imgFloatRight {
    margin:0 0 8px 8px;
}

.invisible, #nav dfn, #footer dfn, #navLevel2 dfn {
    position: absolute;
    left: -400em;
    height: 1em;
}

a {
	text-decoration:none;
	color: #0090C1;
}
a:hover, a:focus{
	color: #537A02;
}

#header h1 {
	font-size:23px;
	line-height:28px;
	color:#0090c1;
	text-transform:uppercase;
	margin:0 0 20px;
	font-weight:normal;
}

#header p.sepa {
        color: #0090c1;
}

#header #pass,
#header #user{
        margin-bottom: 5px;
}

#header .login-select {
        font-family: 'UbuntuMedium';
        color: #fff;
        display: block;
        width: 100%;
        height: 24px;
        border: 1px solid #727272;
        padding: 2px 4px;
        margin: 2px 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #818589;
        background: -moz-linear-gradient(top, #818589 0%, #666a6d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818589), color-stop(100%,#666a6d));
        background: -webkit-linear-gradient(top, #818589 0%,#666a6d 100%);
        background: -o-linear-gradient(top, #818589 0%,#666a6d 100%);
        background: -ms-linear-gradient(top, #818589 0%,#666a6d 100%);
        background: linear-gradient(to bottom, #818589 0%,#666a6d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818589', endColorstr='#666a6d',GradientType=0 );
}
#header .login-select option {
        color: #333;
}


#container h1 {
	font-size:26px;
	line-height:30px;
	color:#0090c1;
	margin:0 0 25px;
	font-weight:normal;
}

#register h1 {
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:0 0 12px;
}

h2 {
	color:#0090c1;
	font-size:19px;
	line-height:21px;
	margin:10px 0;
	font-weight:normal;
}

h3 {
	color:#595C5F;
	font-size:16px;
	line-height:19px;
	margin-top:10px;
	font-weight:normal;
}

h4, #anmelden h2 {
	color:#0090c1;
	font-size:20px;
	line-height:40px;
	font-style:italic;
	font-weight:normal;
}

p {
	margin:20px 0;
	line-height: 22px;
}

img, fieldset {
    border: none;
}

#wrapper {
	width:990px;
	margin:0 auto;
}

#b_top {
    position:absolute;
    z-index:7;
    top:8px;
    left:-18px;
}
/*#b_top {
	height:13px;
	background-color:#424242;
	position:relative;
}

#b_top img {
	position:absolute;
	top:8px;
	left:-18px;
	z-index:3;
}*/

#top_content {
    /*height:323px;*/
}

#header {
    padding:13px 0 0;
    background-color:#424242;
    background-repeat:no-repeat;
    background-position:0 50px;
	position:relative;
}

#top_content {
	background:#fff url('../img/bg/sub-header-bg.jpg') left bottom no-repeat;
	margin:330px 0 0;
	padding:22px 35px 50px;
	position:relative;
	z-index:1;
}

#nav {
	margin-bottom:10px;
	position:relative;
	z-index:6;
	background:-moz-linear-gradient(top, #fafafa, #dadada); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dadada)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #fafafa, #dadada); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #fafafa, #dadada); /* Opera */
    background:linear-gradient(top, #fafafa, #dadada); /* W3C Standard */
    
    border-bottom:1px solid #777;
    
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
    box-shadow: 0 4px 4px rgba(0,0,0,.4);
}

#nav ul {
	list-style:none;
	float:right;
}

#nav ul li {
	float:left;
	background:transparent url('../img/bg/nav-separator.png') top left no-repeat;
}

#nav ul li strong,
#nav li em a {
	color:#fff;
	background:-moz-linear-gradient(top, #21a3d0, #0e7da3); 
    background:-webkit-gradient(linear, left top, left bottom, from(#21a3d0), to(#0e7da3)); 
    background:-webkit-linear-gradient(top, #21a3d0, #0e7da3);
    background:-o-linear-gradient(top, #21a3d0, #0e7da3); 
    background:linear-gradient(top, #21a3d0, #0e7da3);
}

#nav ul li strong {
	text-decoration:underline;
	cursor:default
}

#nav li strong, #nav li a, .login a, .workout a {
	font-size:13px;
	text-transform:uppercase;
	padding:9px 16px;
	color:#606469;
	display:block;
	font-weight:normal;
}

#nav em {
    font-style:normal;
}

.login a {
	color:#fff;
	padding:7px 38px 7px 18px;
	background:transparent url('../img/bg/arrow-down.png') 142px 13px no-repeat;
}
.login, .workout  {
    float:right;
    margin:0;
}
.login, .workout, #nav ul li a:hover, .login.hidden:hover  {
    background:-moz-linear-gradient(top, #71a20c, #537a02);
    background:-webkit-gradient(linear, left top, left bottom, from(#71a20c), to(#537a02));
    background:-webkit-linear-gradient(top, #71a20c, #537a02);
    background:-o-linear-gradient(top, #71a20c, #537a02);
    background:linear-gradient(top, #71a20c, #537a02);
    color:#fff;
}

.login.hidden {
	background:transparent url('../img/bg/nav-separator.png') top left no-repeat;
}
.login.hidden a {
	color:#606469;
}
.login.hidden a:hover {
	color:#fff;
}
.workout a {
    color:#fff;
    padding:7px 18px 7px 18px;
}

.button_container {
	margin-top:30px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width:200px !important;
    border:3px solid #e4e4e4;
    
   /* background:-moz-linear-gradient(top, #33b7e4, #159bc9); 
    background:-webkit-gradient(linear, left top, left bottom, from(#33b7e4), to(#159bc9)); 
    background:-webkit-linear-gradient(top, #33b7e4, #159bc9);
    background:-o-linear-gradient(top, #33b7e4, #159bc9); 
    background:linear-gradient(top, #33b7e4, #159bc9);*/
    
    background:-moz-linear-gradient(top, #21a3d0, #0e7da3); 
    background:-webkit-gradient(linear, left top, left bottom, from(#21a3d0), to(#0e7da3)); 
    background:-webkit-linear-gradient(top, #21a3d0, #0e7da3);
    background:-o-linear-gradient(top, #21a3d0, #0e7da3); 
    background:linear-gradient(top, #21a3d0, #0e7da3);
}

.button_container input {
    cursor:pointer;
}

.button_container a {
	display:block;
	text-align:center;
	
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	padding:8px 12px;
	
	/*text-shadow: 0 0 3px rgba(0,0,0,.5);*/
}
.button_container:hover {
    background:#fff;
    border-color:#0090C1;
}
.button_container:hover a {
    color:#007faa;
}
#container {
    padding:0 0 25px;
    background:#fff url(../img/bg/gradient-content.png) repeat-x 0 bottom;
}

#container .inner {
	padding:0 35px;
}

#steps {
	margin-bottom:80px;
}

.step, .ArticleVarB {
    overflow:hidden;
	width:278px;
	height:298px;
	float:left;
	position:relative;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background:-moz-linear-gradient(top, #f7f7f7, #eaeaea); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #f7f7f7, #eaeaea); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #f7f7f7, #eaeaea); /* Opera */
    background:linear-gradient(top, #f7f7f7, #eaeaea); /* W3C Standard */
}

.step .head, .ArticleVarB .head {
	padding: 18px 0 14px 20px;
	background-position:top right;
	background-repeat: no-repeat;
}

.step .circle, .ArticleVarB .circle {
	width:56px;
	height:56px;
	color:#8a8a8a;
	font-size:48px;
	line-height:54px;
	text-align:center;
	border:7px solid #34beed;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}

.step .content, .ArticleVarB .content {
	padding: 0 20px 20px;
}

.ArticleVarB h2 {
	margin-top: -4px;
}

.ArticleVarB p {
	margin: 0 0;
}

.step p, .ArticleVarB p {
	margin-top:10px;
	font-size:14px;
	line-height:22px;
	color:#646464;
}

.ArticleVarB a.button_link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-99em;
}

#s_1 .head {
	background:transparent url('../img/bg/t1_1.gif') top right no-repeat;
}

#s_1.highlight .head {
	background:transparent url('../img/bg/t1_2.png') top right no-repeat;
}

#s_2 .head {
	background:transparent url('../img/bg/t2_1.gif') top right no-repeat;
}

#s_3 .head {
	background:transparent url('../img/bg/t3_1.gif') top right no-repeat;
}

.highlight, .ArticleVarD:hover {
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	
	/*background:-moz-linear-gradient(top, #6dd9f5, #33b7e4);
    background:-webkit-gradient(linear, left top, left bottom, from(#6dd9f5), to(#33b7e4));
    background:-webkit-linear-gradient(top, #6dd9f5, #33b7e4);
    background:-o-linear-gradient(top, #6dd9f5, #33b7e4);
    background:linear-gradient(top, #6dd9f5, #33b7e4);*/
    
    background:-moz-linear-gradient(top, #1395b7, #4cc0e8);
    background:-webkit-gradient(linear, left top, left bottom, from(#1395b7), to(#4cc0e8));
    background:-webkit-linear-gradient(top, #1395b7, #4cc0e8);
    background:-o-linear-gradient(top, #1395b7, #4cc0e8);
    background:linear-gradient(top, #1395b7, #4cc0e8);
}

.highlight p, .ArticleVarD:hover p a {
	color:#045;
	text-decoration:none;
}

.highlight h2, .ArticleVarD:hover h3 {
	color:#fff;
}

.highlight .circle {
	border-color:#fff;
	color:#045;
}

.arrow {
	float:left;
	width:43px;
	height:268px;
	background:transparent url('../img/bg/teaser-arrow.png') center center no-repeat;
}

#container .left {
	float:left;
	width:600px;
	background:transparent url('../img/bg/left_border.png') top right no-repeat;
	margin:0 35px 0 0;
}

#container .left .inside {
    padding:0 30px 0 0;
}

#container .right {
	float:left;
	width:285px;
}

#container .right .social-media {
	margin-top:30px;
}

#anmelden {
    overflow: hidden;
    clear:both;
	margin:0 0 35px;
	
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	
	padding:25px 35px;
    background:-moz-linear-gradient(top, #303030, #141414); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#303030), to(#141414)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #303030, #141414); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #303030, #141414); /* Opera */
    background:linear-gradient(top, #303030, #141414); /* W3C Standard */
}

#anmelden .button_container {
	margin-top:0;
	float:right;
	border-color:#3c3c3c;
}

#anmelden h2 {
	float:left;
	margin: 0;
	color:#34BEED;
}

#footer {
    overflow:hidden;
	margin-bottom:40px;
		
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	padding:10px 35px;
    background:-moz-linear-gradient(top, #303030, #141414); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#303030), to(#141414)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #303030, #141414); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #303030, #141414); /* Opera */
    background:linear-gradient(top, #303030, #141414); /* W3C Standard */
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

#footer .right ul {
    text-transform:uppercase;
}
#footer .right a:hover {
    text-decoration:underline;
}

#footer .logos {
    float:left;
	margin-left:50px;
	line-height: 15px;
}

#footer .logos img {
	margin-right:20px;
	vertical-align: middle;
}

#footer ul {
	list-style:none;
}

#footer li {
	float:left;
	border-right:1px solid #4c4f52;
	padding-right:6px;
	margin-right:6px;
}

#footer li.last {
	border:0;
	margin:0;
	padding:0;
}

#footer li, #footer a {
	font-size:12px;
	color:#d9d9d9;
}

#register {
	position:absolute;
	top:60px;
	right:0;
	z-index:5;
	padding:25px 20px;
	
	background:-moz-linear-gradient(top, #f8f8f8, #e1e1e1); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e1e1e1)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #f8f8f8, #e1e1e1); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #f8f8f8, #e1e1e1); /* Opera */
	background:linear-gradient(top, #f8f8f8, #e1e1e1); /* W3C Standard */
	
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
	box-shadow: 0 0 4px rgba(0,0,0,.6)
}

#register .left {
	width:200px;
	float:left;
	border-right:1px solid #dadada;
}

#register .right {
	float:left;
	padding-left:20px;
}

#register .right p {
    margin:0;
}

#register .button_container {
    margin:0;
}

#register label {
	font-size:13px;
	line-height:18px;
	display:block;
}

#register input[type=text], #register input[type=password] {
	font-family: 'UbuntuMedium';
	color:#fff;
	display:block;
	width:174px;
	height:22px;
	border:1px solid #727272;
	padding:0 2px;
	margin:2px 0 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background:-moz-linear-gradient(top, #818589, #666a6d); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#818589), to(#666a6d)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #818589, #666a6d); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #818589, #666a6d); /* Opera */
	background:linear-gradient(top, #818589, #666a6d); /* W3C Standard */
}

#register input[type=text]:focus, #register input[type=password]:focus {
	background:-moz-linear-gradient(top, #ccc, #aaa); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #ccc, #aaa); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #ccc, #aaa); /* Opera */
	background:linear-gradient(top, #ccc, #aaa); /* W3C Standard */
	outline:0;
	color:#393939;
}
#register input[type=text]:hover, #register input[type=password]:hover {
	-moz-box-shadow: 0 0 3px 1px #8ec41f;
	-webkit-box-shadow: 0 0 3px 1px #8ec41f;
	box-shadow: 0 0 3px 1px #8ec41f;
}

#register .button_container {
	margin-top:19px;
	width:178px !important;
	/*border:1px solid #2f98bb;*/
	border-color:#cfcfcf;
}

#register .right .button_container {
	position:absolute;
	left:238px;
	top:162px;
	/*border:1px solid #9bb84e;*/
	
	/*background:-moz-linear-gradient(top, #a8d24f, #91c526);
    background:-webkit-gradient(linear, left top, left bottom, from(#a8d24f), to(#91c526));
    background:-webkit-linear-gradient(top, #a8d24f, #91c526);
    background:-o-linear-gradient(top, #a8d24f, #91c526);
    background:linear-gradient(top, #a8d24f, #91c526);*/
   
    background:-moz-linear-gradient(top, #71a20c, #537a02);
    background:-webkit-gradient(linear, left top, left bottom, from(#71a20c), to(#537a02));
    background:-webkit-linear-gradient(top, #71a20c, #537a02);
    background:-o-linear-gradient(top, #71a20c, #537a02);
    background:linear-gradient(top, #71a20c, #537a02);
}

#register .right .button_container:hover {
	border-color:#537A02;
	background:#fff;
}
#register .right .button_container:hover input {
	color:#537A02;
}
#register .button_container:hover, #anmelden .button_container:hover {
	border-color:#0090C1;
}

#register .button_container a {
	/*padding:3px 0;*/	
	text-align:center;
	display:block;
}

#register .button_container input {
	font-family:'UbuntuMedium';
	
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	padding:8px 0;
	
	text-align:center;
	
	/*text-shadow: 0 0 3px rgba(0,0,0,.5);*/
	
	width:178px;
    border:none;
    background:none;
}

#register p {
	color:#54585c;
	font-size:14px;
	width:180px;
	margin:10px 0;
}

#image_slide {
	position:absolute;
	top:-46px;
	right:35px;;
	z-index:5;
	background-color:rgba(236,236,236,.4);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#image_slide .image {
	height:100px;
	margin-bottom:148px;
	padding:10px;
	
	-moz-box-shadow: 0 -4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 -4px 4px rgba(0,0,0,.3);
	box-shadow: 0 -4px 4px rgba(0,0,0,.3);
}

#image_slide img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#image_slide ul {
	text-align:center;
	margin-top:20px;
}

#image_slide li {
	display:inline;
	list-style:none;
	padding:0px 4px;
}

/* CHECKBOX */
.ui-button {
    padding:1px 0 1px 27px;
    background: url('../img/bg/checkbox.png') 0 0 no-repeat;
    display:block;
}
.ui-state-active {
    background-position:0 -20px;
}
.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -400em;
}
label {
	padding:0 2px;
	cursor:pointer;
}
#left, #right {
    float:left;
    width:580px;
    padding:0 0 1px;
}
#right {
    width:279px;
}
#left {
    padding:0 60px 1px 0;
}
.Group .col {
    float:left;
}
.PG_Homepage #container .hr2x .c1 {
    width: 600px;
    margin: 0 35px 0 0;
    background:transparent url('../img/bg/left_border.png') top right no-repeat;
}
.PG_Homepage #container .hr2x .c1 .e {
    padding: 0 30px 0 0;
}
.PG_Homepage #container .hr2x .c2 {
    width: 285px;
}
.PG_Homepage .hr3x {
    margin:0 0 20px -43px;
    background: url('../img/bg/teaser-arrows.png') no-repeat 332px 107px;
}
.PG_Homepage .hr3x .col {
    width: 278px;
    margin:0 0 0 43px;
}
.PG_TwoCol .hr2x .col {
    width:305px;
}
.PG_TwoCol .hr2x {
    margin:0 0 0 -35px;
}
.PG_OneCol .hr2x .col {
    width:460px;
}
.PG_TwoCol .hr2x .col .e {
    margin:0 0 0 35px;
}
.PG_OneCol .hr3x {
    margin:0 0 0 -35px;
}
.PG_OneCol .hr3x .col {
    width:318px;
}
.PG_OneCol .hr3x .col .e {
    margin:0 0 0 35px;
}
.PG_TwoCol #top_content,
.PG_OneCol #top_content {
    margin:0;
    padding:5px 35px 15px;
    background:none;
}
.PG_TwoCol #top_content .inside,
.PG_OneCol #top_content .inside {
    padding:0 0 0 635px;
    height:300px;
}
.PG_TwoCol #top_content,
.PG_OneCol #top_content {
    font-size:20px;
    line-height:26px;
}
.PG_TwoCol #top_content h1,
.PG_OneCol #top_content h1 {
    font-size:26px;
}
.PG_TwoCol #top_content ul,
.PG_OneCol #top_content ul,
.ArticleVarC ul {
    margin:0 0 0 -5px;
    padding:7px 10px 15px 25px;
    font-size:14px;
    line-height:21px;
    color:#fff;
    border:1px solid #33b4df;
    background:url(../img/bg/gradient-blue-l.png) repeat-x 0 center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.PG_TwoCol #container .inner {
    background:url(../img/bg/two-col.png) no-repeat;
    padding:30px 35px 60px;
}
.PG_OneCol #container .inner {
    background:url(../img/bg/sub-header-bg.jpg) no-repeat 0 -246px;
    padding:30px 35px 0;
}

#colCaptions {
    height:45px;
    background:-moz-linear-gradient(top, #fefefe, #f5f5f5); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f5f5f5)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #fefefe, #f5f5f5); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #fefefe, #f5f5f5); /* Opera */
    background:linear-gradient(top, #fefefe, #f5f5f5); /* W3C Standard */
    border-bottom:1px solid #fafafa;
}
#colCaptions h2 {
    font-size:22px;
    text-shadow:2px 2px 4px #e6e6e6;
}
#colCaptions .left {
    background:none;
}
#colCaptions h2 {
    padding:1px 0 0 35px;
}
#navLevel2, .DictionaryKeywords ul {
    list-style-type:none;
}
#navLevel2 a, #navLevel2 strong,
.DictionaryKeywords a, .DictionaryKeywords strong {
    color:#676b6e;
    display:block;
    overflow: hidden;
}

#navLevel2 strong, #navLevel2 a, .DictionaryKeywords a {
    padding:5px 10px;
    display:block;
}
#navLevel2 strong, #navLevel2 a:focus, #navLevel2 a:hover,
.DictionaryKeywords a:focus, .DictionaryKeywords a:hover {
    font-weight:normal;
    color:#fff;
    border:1px solid #33b4df;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#navLevel2 strong, #navLevel2 a:focus, #navLevel2 a:hover,
.DictionaryKeywords a:focus, .DictionaryKeywords a:hover {
    padding:4px 8px;
    background:-moz-linear-gradient(top, #21a3d0, #0e7da3); 
    background:-webkit-gradient(linear, left top, left bottom, from(#21a3d0), to(#0e7da3)); 
    background:-webkit-linear-gradient(top, #21a3d0, #0e7da3);
    background:-o-linear-gradient(top, #21a3d0, #0e7da3); 
    background:linear-gradient(top, #21a3d0, #0e7da3);
}
.ArticleVarA, .ArticleVarD {
    /*margin:0 35px 0 -10px !important;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    
    background:-moz-linear-gradient(top, #f7f7f7, #eaeaea); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #f7f7f7, #eaeaea); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #f7f7f7, #eaeaea); /* Opera */
    background:linear-gradient(top, #f7f7f7, #eaeaea); /* W3C Standard */
   
    color: #5D6063;
    min-height:248px;
}

#left ul,
#left ol {
    margin-left: 19px;
    margin-bottom: 24px;
    padding-left: 18px;
}

#left li {
    margin-bottom: 4px;
}

.ArticleVarA .bgImage {
    padding:70px 10px 10px;
    background-repeat:no-repeat;
    background-position:right top;
}
.ArticleVarD .bgImage {
    padding:30px 10px 10px;
}
.bgImage .imgFloatLeft + h3 {
    margin-top: 19px;
    float: left;
    width: 185px;
}
.ArticleVarD:hover .bgImage p,
.ArticleVarD:hover .bgImage a {
    color: #fff !important;
    text-decoration: none !important;
}
.ArticleVarA h3 {
    padding:0 50px 0 0;
    font-size:19px;
}
.ArticleVarD h3 {
    font-size:19px;
    margin: 15px 0 25px;
}
.ArticleVarA h3, .ArticleVarD h3 {
    color: #0090C1; 
}
.ArticleVarA a, .ArticleVarD a {
    color: #646464;
}
.Group .row {
    padding:0 0 20px;
}
.PG_OneCol .Group ul {
    list-style:none;
    margin-left: 0;
}
.PG_OneCol .Group li {
    margin:0 0 18px;
    padding:15px 30px 15px 50px;
    font-size:14px;
    background:url(../img/bg/price-item.png) no-repeat 0 center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color:#fff;
    text-shadow:1px 1px 3px #888;
}
.PG_OneCol .hr2x .c1 .e {
    padding:0 10px 0 0;
}
.PG_OneCol .hr2x .c2 .e {
    padding:0 0 0 10px;
}
.PriceOverview {
    margin:0 0 25px;
}
.PriceOverview .prices {
    height: 271px;
    background: url(../img/bg/price-boxes.png) no-repeat center 0;
}
.PriceOverview p {
    line-height: 100%;
    margin:0;
}
.PriceOverview .boxLeft,
.PriceOverview .boxCenter,
.PriceOverview .boxRight {
    float:left;
    width:285px;
    text-align:center;
    font-size: 25px;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.PriceOverview .boxLeft {
    margin-left:5px;
    width:281px;
    height:207px;
}
.PriceOverview .boxCenter {
    width:347px;
    height:259px;
    font-size: 32px;
}
.PriceOverview .boxRight {
    width:282px;
    height:207px;
}
.PriceOverview .boxLeft h2,
.PriceOverview .boxRight h2 {
    font-size:28px;
    line-height: 42px;
    color:#fff;
    margin-bottom:22px;
}
.PriceOverview .boxCenter h2 {
    font-size: 40px;
    line-height: 60px;
    color:#fff;
    margin:10px 0 23px;
}
.PriceOverview .price {
    font-size: 65px;
    padding:0 0 15px;
}
.PriceOverview .boxCenter .price {
    font-size: 86px;
    padding:0 0 10px;
}
.PriceOverview .price a {
	color:#fff;
}
.PriceOverview .price a:hover {
	color:#71a20c;
	text-shadow:0 0 12px #fff;
}
.PriceOverview small {
    font-size: 24px;
}
.PriceOverview .boxCenter small {
    font-size: 30px;
}
.PriceOverview .boxLeft,
.PriceOverview .boxRight {
    padding:28px 0 0;
}
.PriceOverview .link {
    text-align: left;
    padding:0;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    box-shadow: 0 -1px 5px #2588aa;
    
    background:-moz-linear-gradient(top, #ffffff, #c9c9c9); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #ffffff, #c9c9c9); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #ffffff, #c9c9c9); /* Opera */
    background:linear-gradient(top, #ffffff, #c9c9c9); /* W3C Standard */
}
.PriceOverview a {
    color:#666;
}
.PriceOverview .link a {
	display:block;
    padding:12px 0 12px 30px;
    background:transparent url('../img/bg/arrow_small.png') 230px 10px no-repeat;
}
.PriceOverview .boxCenter .link a {
    color:#666;
    background:transparent url('../img/bg/arrow_big.png') 277px 10px no-repeat;
}
.PriceOverview .boxLeft .link {
	border-radius:0 0 0 9px;
}
.PriceOverview .boxCenter .link {
	border-radius:0 0 9px 9px;
}
.PriceOverview .boxRight .link {
	border-radius:0 0 9px 0;
}
.PriceOverview .link:hover {
	background:-moz-linear-gradient(top, #71a20c, #537a02);
    background:-webkit-gradient(linear, left top, left bottom, from(#71a20c), to(#537a02));
    background:-webkit-linear-gradient(top, #71a20c, #537a02);
    background:-o-linear-gradient(top, #71a20c, #537a02);
    background:linear-gradient(top, #71a20c, #537a02);
}
.PriceOverview .link a:hover {
	color:#fff;
	background-position:230px -58px;
}
.PriceOverview .boxCenter .link a:hover {
	background-position:277px -51px;
}
.PriceOverview abbr {
    border-bottom:1px dotted #fff;
}
.DictionaryNav .abcList a,
.DictionaryNav .abcList span,
.DictionaryNav .abcList strong {
    margin:0 8px 8px 0;
    display:block;
    float:left;
    border:1px solid #a5a5a5;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    line-height:24px;
    width:24px;
    text-align:center;
    font-size:16px;
    color:#fff;
    display:block;
    
    background:-moz-linear-gradient(top, #ededed, #cacaca); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cacaca)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #ededed, #cacaca); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #ededed, #cacaca); /* Opera */
    background:linear-gradient(top, #ededed, #cacaca); /* W3C Standard */
}
.DictionaryNav .abcList span {
	display:none;
}
.DictionaryNav .abcList a {
    color: #72767A;
}
.DictionaryNav .abcList {
    padding:0 45px 0 0;
}
.DictionaryNav .abcList .numbers {
    width:40px;
}
.DictionaryNav .abcList a:focus,
.DictionaryNav .abcList a:hover {
    border:1px solid #537A02;
    color:#fff;
    background:-moz-linear-gradient(top, #71A20C, #537A02); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#71A20C), to(#537A02)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #71A20C, #537A02); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #71A20C, #537A02); /* Opera */
    background:linear-gradient(top, #71A20C, #537A02); /* W3C Standard */
}
.DictionaryNav .abcList strong {
    border:1px solid #0E7DA3;
    color:#fff;
    background:-moz-linear-gradient(top, #21A3D0, #0E7DA3); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#21A3D0), to(#0E7DA3)); /* Safari, Chrome */
    background:-webkit-linear-gradient(top, #21A3D0, #0E7DA3); /* Safari, Chrome - neue Syntax! */
    background:-o-linear-gradient(top, #21A3D0, #0E7DA3); /* Opera */
    background:linear-gradient(top, #21A3D0, #0E7DA3); /* W3C Standard */
}
.DictionaryEntries dt {
    font-size: 21px;
    color:#8dba18;
    background: url(../img/bg/left-border-shadow.gif) no-repeat;
    padding:10px 18px;
    margin:0 0 0 -6px;
}
.DictionaryEntries dd {
    padding:0 12px 0;
}
#stay {
    outline:none;
}
#top_content .hr2x .col {
    width:460px;
    float:left;
}
#top_content .Slideshow {
    background:url(../img/bg/slider-chrome.png) no-repeat;
    padding:15px 19px 0;
    margin:-65px 0 0;
    position:relative;
}
#top_content .Slideshow .controls {
    display:none;
}
#top_content .Slideshow .thumbs {
    float: right;
    left: -50%;
    padding: 20px 0 0;
    position: relative;
    text-align: left;
}
#top_content .Slideshow .thumbs .center {
    left: 50%;
    position: relative;
}
#top_content .Slideshow .thumbs a:hover {
    background-position: -28px 0;
}
#top_content .Slideshow .thumbs a.active {
    background-position: 0 0;
}
#top_content .Slideshow .thumbs a {
    background: url("../img/bg/slideshow-indicator.gif") no-repeat -14px 0;
    display: block;
    float: left;
    height: 14px;
    margin: 0 6px 0 0;
    outline: 0 none;
    position: relative;
    width: 14px;
}
#top_content .Slideshow .imgContainer img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.socialLinks .imgFloatLeft {
    margin:0 2px 15px 0;
}
.socialLinks a {
	display:block;
    height:40px;
    width:135px;
    margin-left:2px;
    border-radius:4px;
}
.socialLinks a:hover {
	-moz-box-shadow: 0 0 5px 2px #8ec41f;
	-webkit-box-shadow: 0 0 5px 2px #8ec41f;
	box-shadow: 0 0 5px 2px #8ec41f;
}
.socialLinks img {
    margin-left:-2px;
}
.ArticleVarA a:hover, .ArticleVarD a:hover {
    text-decoration: underline;
}
