body {
    font: 70%/1.3 arial, tahoma, verdana, sans-serif;
    color: #000;
    padding-bottom: 10px;
    background-color: #3c6401!important;
	background-image: url("../img/css/background-dot.png");
}
a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
img {
    border: none;
}
h1.content {
    color: #3c6401;
    font-style: italic;
    margin-top: 5px;
    font-size: 150%;
}
h1 {
    color: #336699;
    font-size: 150%;
}
h2 {
    color: #666699;
    font-size: 130%;
}
h3 {
    color: #663366;
    font-size: 120%;
}
h4 {
    color: #993366;
    font-size: 110%;
}
h5 {
    color: #990000;
    font-size: 95%;
}
h6 {
    color: #6699cc;
    font-size: 90%;
}
.web-body {
    overflow: hidden;
    width: 902px;
    margin: 0 auto;
    background: #fff;
}
.web-body-footer {
    background: #fff url(../img/css/body-footer.png) no-repeat;
    height: 11px;
}
.top-text {
    background: #2569a6 url(../img/css/top-text.png) no-repeat;
    height: 56px;
}
.abc {
    background: #fff;
}
.top-menu {
    position: relative;
    height: 83px;
    background: #fff url(../img/css/menu-head.png) no-repeat;
}
.menu-body {
    text-transform: uppercase;
    position: relative;
    top: 40px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.top-menu .menu-body a, .top-menu .menu-body a:link, .top-menu .menu-body a:active {
    line-height: 20px;
    color: #000;
    text-decoration: none;
    width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.top-menu .menu-body a:hover {
    color: #990000;
}
.header {
    background-color: inherit;
    margin-left: 10px;
    margin-right: 10px;
    width: 882px;
}
.header .search {
    background: #fff url(../img/css/search.png) no-repeat;
    width: 181px;
    height: 234px;
    float: left;
    position: relative;
}
.header .search .text {
    font-size: 110%;
    float: left;
    text-transform: capitalize;
    font-style: italic;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 45px;
    color: #fff;
    margin-bottom: 12px;
}
.header .picture {
    background: #fff url(../img/css/header.png) no-repeat;
    width: 697px;
    height: 234px;
    margin-left: 185px;
    top: 10px;
}
.header .picture img {
    width: inherit;
    height: inherit;
    
}
.group-blocks {
    margin-top: 10px;
    width: 882px;
    height: 178px;
}
.group-blocks .block-1 a, .group-blocks .block-2 a, .group-blocks .block-3 a {
    width: 290px;
    height: 178px;
}
.block-1 {
    background: #fff url(../img/css/block-1.png) no-repeat;
    width: 290px;
    float: left;
    height: 178px;
}
.block-2 {
    background: #fff url(../img/css/block-2.png) no-repeat;
    width: 290px;
    float: left;
    height: 178px;
    margin-left: 6px;
}
.block-3 {
    background: #fff url(../img/css/block-3.png) no-repeat;
    width: 290px;
    float: left;
    height: 178px;
    margin-left: 6px;
}
.content-head {
    background: #fff url(../img/css/content-head.png) repeat-x;
    height: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}
.content {
    background: #fff;
    overflow: hidden;
}
.content-body {
    width: 450px;
    background: #fff;
    padding-left: 10px;
    float: left;
    font-size:120%;
    margin-right: 5px;
	min-height: 500px;
	/*text-align: justify;*/
}
.content-body a, .content-body a:link, .content-body a:visited, .content-body a:active {
    color: #663366;
    text-decoration: underline;
}
.content-body a:hover {
    color: #666699;
    text-decoration: underline;
}
.content-right-box {
    color: #013173;
    width: 200px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
	 
}
.content-right-box a, .content-right-box a:link, .content-right-box a:active, .content-right-box a:visited {
    color: #3383be;
    text-decoration: underline;
}
.content-right-box a:hover {
    color: #0960a0;
    text-decoration: none;
}
.content-right-box div.box {
    width: 189px;
    border: 1px #d4d4d4 solid;
    min-height: 40px;
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 5px;
    padding: 2px 5px 2px 5px;
}
.left-menu {
    width: 180px;
    background-color: #ddd;
    padding: 10px 5px 10px 5px;
    line-height: 15px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}
.left-menu-item {
    padding: 1px 1px 1px 1px;
}
.left-menu .left-menu-item a, .left-menu .left-menu-item a:link, .left-menu .left-menu-item a:visited, .left-menu .left-menu-item a:active {
    margin-left: 10px;
    display: inline-block;
    font-size: 125%;
}
.left-menu ul {
    list-style: none;
    margin-top: 1px;
	margin-bottom: 3px;
}
.left-menu ul li {
    margin-left: -30px;
    font-size: 110%;
}
.left-menu a:hover {
    color: #3c6401;
}
.left-menu a.selected {
    font-weight: bold;
    text-decoration: underline;
    color: #3c6401;
}
.lang-menu {
    float: right;
    margin-right: 10px;
    line-height: 29px;
}
.lang-menu .lang-menu-item a {
    width: 51px;
    float: right;
    height: 29px;
}
.lang-menu-item {
    width: 51px;
    float: right;
    height: 29px;
    margin-right: 5px;
    margin-left: 2px;
}
.cd-content label {

    color: #fff;
}
.cd-content {

    margin-left:2px;
}
.page-footer{
    padding-top: 10px;
    padding-right:5px;
    padding-left:5px;
    color: #fff;
    height: 20px;
    background-color: #3c6401;
    width: 902px;
    margin: 0 auto;
}
.right{
    float:right;
}
div.cs {
    background: #ccc url(../img/css/lang-icon-cs.png) no-repeat;
}
div.cs:hover, div.cs.selected {
    background: #ccc url(../img/css/lang-icon-cs-hover.png) no-repeat;
}
div.de {
    background: #ccc url(../img/css/lang-icon-de.png) no-repeat;
}
div.de:hover, div.de.selected {
    background: #ccc url(../img/css/lang-icon-de-hover.png) no-repeat;
}

.form-box-select-hotel{
    float:right;
    margin-right:-110px;
  /*  margin-top:-20px;*/

}

.title-box {width: 189px;
    border: 1px #d4d4d4 solid;
    color: white;
	font: bold 110%/1.3 arial, tahoma, verdana, sans-serif;
    background-color: #3c6401;
    margin-top: 5px;
    padding: 2px 5px 2px 5px;}

#OrderIndexForm{
    padding-left: 5px;
}

.imgcontentright{
	float: right;
	margin-left: 15px;
}

.imgcontentleft{
	float: left;
	margin-right: 15px;
}

.contentTriatlons label {
    display: block;
    margin-top: 10px;
}

.contentTriatlons .submit {

    margin-top: 15px;
}

.contentTriatlon.right-checks {
    margin-left: 275px;
    margin-top: -170px;
    position: absolute;
}

.contentTriatlon.right-checks label{
    display: inline;
}
.image-curved {
border: 1px solid #3c6401;
padding: 4px;
}
.fb {
    color: #FFFFFF !important;
    float: right;
    height: 50px;
    padding-top: 30px;
    width: 180px;
}
