* {
    margin: 0;
    padding: 0;
    font-family: Georgia;
}

body {
    background-color: #032a37;
    font-size: 12px;
}

/******************************************************************************/

.container {
    position: relative;
    width: 990px;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 80px;
    background: url(../img/header_bg.png) top left repeat-x;
}

#header .big_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    outline: none;
}

#header .crown {
    position: absolute;
}

#header .main_menu {
    position: absolute;
    top: 35px;
    right: 0px;
}

#header .main_menu li {
    display: inline;
    margin-right: 20px;
}

#header .main_menu li a {
    font-size: 16px;
    text-decoration: none;
    color: #f5f8f9;
}

#header .main_menu li a.current {
    font-weight: bold;
}

#header .main_menu li a:hover {
    text-decoration: underline;
}

#ex {
    position: relative;
    height: 384px;
    background: url(../img/ex_bg.png) top left repeat-x;
}

#ex .container {
    text-align: center;
}

#ex .container a {
    display: block;
    position: absolute;
}

#ex .container a.mayssen {
    left: 0px;
    top: -15px;
    outline: none;
}

#ex .container a.mayssen div {
    width: 208px;
    height: 208px;
    background: url(../img/maissen_ex.png) top left no-repeat;
}

#ex .container a.ob_berlin {
    left: 160px;
    top: -8px;
    outline: none;
}

#ex .container a.ob_berlin div {
    width: 195px;
    height: 195px;
    background: url(../img/obzorni_berlin_ex.png) top left no-repeat;
}

#ex .container a.drezden {
    left: 160px;
    top: 185px;
    outline: none;
}

#ex .container a.drezden div {
    width: 198px;
    height: 197px;
    background: url(../img/dresden_ex.png) top left no-repeat;
}

#ex .container a.dm {
    left: 0px;
    top: 170px;
    outline: none;
}

#ex .container a.dm div {
    width: 212px;
    height: 211px;
    background: url(../img/dresden_moritzburg.png) top left no-repeat;
}

#ex .container a.potsdam {
    right: 160px;
    top: -15px;
    outline: none;
}

#ex .container a.potsdam div {
    width: 196px;
    height: 194px;
    background: url(../img/potsdam.png) top left no-repeat;
}

#ex .container a.shv {
    right: 0px;
    top: -15px;
    outline: none;
}

#ex .container a.shv div {
    width: 207px;
    height: 207px;
    background: url(../img/sakson_sveicariya.png) top left no-repeat;
}

#ex .container a.muz {
    right: 270px;
    top: 150px;
    outline: none;
}

#ex .container a.muz div {
    width: 218px;
    height: 218px;
    background: url(../img/museum_ex.png) top left no-repeat;
}

#ex .container a.n_berlin {
    right: 0px;
    top: 178px;
    outline: none;
}

#ex .container a.n_berlin div {
    width: 191px;
    height: 188px;
    background: url(../img/night_berlin_ex.png) top left no-repeat;
}

#ex .container a.leypcig {
    right: 143px;
    top: 180px;
    outline: none;
}

#ex .container a.leypcig div {
    width: 202px;
    height: 202px;
    background: url(../img/leipcig_ex.png) top left no-repeat;
}

#ex .container a.shver {
    right: 0px;
    top: 178px;
    outline: none;
}

#ex .container a.shver div {
    width: 202px;
    height: 202px;
    background: url(../img/shverin.png) top left no-repeat;
}

#content {
    position: relative;
    background: url(../img/content_bg.png) top left repeat-x;
    background-color: #023a4b;
}

#content .container .excursion_full {
    width: 980px;
    padding-bottom: 50px;
    clear: both;
    padding-left: 10px;
}

#content .container .excursion_full img {
    margin-right: 20px;
    margin-bottom: 10px;
    border: 2px solid #418DA5;
}

#content .container .excursion_full p {
    color: white;
    margin-bottom: 10px;
}

#content .container .excursion_full p b {
    font-weight: bold;
}

#content .container .excursion_full h1 {
    padding-bottom: 10px;
    font-size: 17px;
    color: #30cbf0;
}

#content .container table.transfer_table {
    padding-top: 10px;
}

#content .container table.transfer_table tr td {
    padding: 10px;
    padding-bottom: 30px;
}

#content .container table.transfer_table tr td p {
    color: #ffffff;
    padding: 5px;
    width: 350px;
}

#content .container table {
    width: 100%;
    padding-bottom: 30px;
}

#content .container table td {
    vertical-align: top;
}

#content .container table td.right {
    padding-left: 30px;
}

#content .container table td.right img {
    margin-top: 17px;
}

#content .container table td.right p {
    font-weight: bold;
    color: #ffffff;
    margin-left: 40px;
    padding-top: 10px;
}

#content .container table td.right p span {
    color: #30cbf0;
}

#content .container table td.right a {
    color: #30cbf0;
    outline: none;
}

#content .container table td img {
    border: none;
    outline: none;
}

#content .container .main_ex_item {
    position: relative;
    width: 600px;
    padding-bottom: 10px;
    margin: 10px;
    border-bottom: solid 1px #0a4d61;
    clear: both;
}

#content .container .main_ex_item img {
    float: left;
    border: solid 2px #418da5;
    margin-right: 10px;
    margin-top: 5px;
}

#content .container .main_ex_item h1 {
    font-size: 16px;
    font-weight: bold;
    color: #30cbf0;
}

#content .container .main_ex_item p {
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 11px;
}

#content .container .main_ex_item a {
    color: #30cbf0;
}

#content .container .events h1 {
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #30cbf0;
}

#content .container .events table {
    width: 98%;
    margin: 0 auto;
}

#content .container .events table td {
    padding: 5px;
}

#content .container .events .text {
    color: white;
    margin-left: 15px;
    padding-bottom: 15px;
}

#content .container .events .data {
    color: #77d15c;
    font-weight: bold;
    width: 200px;
}

#content .container .events .marked .data {
    border: solid 1px #3bb8cb;
    border-right: none;
}

#content .container .events .marked .text {
    border: solid 1px #3bb8cb;
    border-left: none;
}

#footer {
    position: relative;
    background: url(../img/footer_bg.png) top left repeat-x;
    height: 87px;
}

#footer .container img {
    border: none;
}

#footer .container .left {
    position: absolute;
    left: 0px;
    top: 2px;
}

#footer .container .center {
    position: absolute;
    left: 390px;
    top: 40px;
}

#footer .container .center a {
    color: #ffffff;
}

#footer .container .center a.current {
    font-weight: bold;
    color: #30cbf0;
    text-decoration: none;
}

#footer .container .center a:hover {
    color: #30cbf0;
}

#footer .container .center li {
    display: inline;
    padding-right: 13px;
}

#footer .container .right {
    position: absolute;
    right: 5px;
    top: 33px;
}
