body {
	text-align: center;
	background: #F3F3F3 url(../img/body.png) repeat-x left top;
}

#container {
    /*position: relative;
    z-index: 100000;*/
    width: 974px;
    background: #FFF;
    margin: 0 auto;
    text-align: left;
    min-height: 400px;

    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    -webkit-box-shadow: 0px 0px 3px 0px #CCC;
    -moz-box-shadow: 0px 0px 3px 0px #CCC;
    box-shadow: 0px 0px 3px 0px #CCC;
}

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

#persons {
    position: absolute;
    top: 0px;
    right: 16px;
}

#topnav {
    position: relative;
    z-index: 1050;
    margin: 6px 17px 7px 18px;
    height: 25px;
    padding: 0;
    list-style: none;
}

#topnav li {
    position: relative;
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    list-style: none;
    width: 127px;
    height: 25px;
    background: url(../img/topnav_item.png) repeat-x left top;
    border: 1px solid #CFD0D2;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-bottom-radius: 2px;
}

#topnav li:first-child {
    margin-left: 0;
}

#topnav li a {
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 25px;
}

#topnav li:hover {
}

#topnav li.hasSubNav:hover {
    background: url(../img/topnav_item_hover.png);
    border-bottom: transparent;

    height: 29px;

    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#topnav li:hover a {
    margin: 3px 5px;
    background-color: #FFF;
    color: #356D2C;
    line-height: 19px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#topnav li:hover div {
    display: block !important;
}

#topnav div {
    position: absolute;
    z-index: 10010;
    left: -1px;
    top: 29px;
    padding: 10px 0;
    background: url(../img/topnav_item_hover.png);
    width: 160px;
    display: block;

    border-left: 1px solid #CFD0D2;
    border-right: 1px solid #CFD0D2;
    border-bottom: 1px solid #CFD0D2;

    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#topnav div.alignRight {
    left: auto;
    right: -1px;
}

#topnav div.twocol {
    width: 361px;
}

#topnav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 180px;
    float: left;
}

#topnav ul.nav_right {
    border-left: 1px solid #FFF;
    margin-left: -1px;
}

#topnav ul.nav_left {
    border-right: 1px solid #FFF;
}

#topnav ul li {
    margin:  0;
    padding:  0;
    width: auto;
    height: auto !important;
    float: none;
    border: none;
    background: transparent !important;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#topnav ul li a {
    display: block !important;
    line-height: 1.3em !important;
    text-align: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 !important;
    background: transparent !important;
    color: #FFF !important;

    padding: 3px 15px;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#topnav ul li a:hover {
    color: #356D2C !important;
}

#top_content {
    position: relative;
    z-index: 10;
    height: 395px;
    overflow: hidden;
}

#cFinder {
    position: absolute;
}

#content {
    margin: 17px 28px 17px 17px;
    float: left;
    width: 670px;
    min-height: 200px;
}

#right {
    margin: 17px 0 17px 0;
    float: left;
    width: 242px;
    min-height: 200px;
}

#subnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#subnav li {
    margin: 3px 0 0 0;
    padding: 0;
    list-style: none;
}

#subnav li:first-child {
    margin-top: 0;
}

#subnav li a {
    display: block;
    border: 1px solid #DCDCDC;
    background: #F9F9F9 url(../img/subnav_item.png) repeat-x left bottom;
    line-height: 1.3em;
    padding: 5px 15px;
    font-size: 0.9em;
    color: #356D2C;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#subnav li a:hover,
#subnav li.active a {
    background: #8AC92F url(../img/subnav_item_hover.png) repeat-x left bottom;
    color: #FFF;
}

#subnav li.active a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

#subnav .sub_level {
    border: 1px solid #DCDCDC;
    border-top: none;
    background-color: #F3FEE7;
    padding: 5px 15px;
}

#subnav .sub_level a {
    display: inline;
    border: none;
    background: transparent !important;
    padding: 0;
    color: #356D2C !important;
    line-height: 25px;
}

#subnav .sub_level a:hover {
    color: #000 !important;
}


#footer {
    position: relative;
    width: 974px;
    height: 174px;
    background: #FFF url(../img/footer.jpg) 5px 5px no-repeat;
    margin: 15px auto 10px auto;
    text-align: left;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-bottom-radius: 3px;

    -webkit-box-shadow: 0px 0px 3px 0px #CCC;
    -moz-box-shadow: 0px 0px 3px 0px #CCC;
    box-shadow: 0px 0px 3px 0px #CCC;
}

#footerlink1 {
    position: absolute;
    display: block;
    top: 23px;
    left: 17px;
    width: 215px;
    height: 96px;
}

#footerlink2 {
    position: absolute;
    display: block;
    top: 23px;
    left: 244px;
    width: 215px;
    height: 96px;
}

#footerlink3 {
    position: absolute;
    display: block;
    top: 23px;
    left: 470px;
    width: 215px;
    height: 96px;
}

#footerlink4 {
    position: absolute;
    display: block;
    top: 24px;
    left: 713px;
    width: 130px;
    height: 94px;
}

#footerlink5 {
    position: absolute;
    display: block;
    top: 24px;
    left: 843px;
    width: 111px;
    height: 94px;
}

#powered {
    width: 969px;
    padding-right: 5px;
    margin: 0 auto 15px auto;
    text-align: right;
    font-size: 0.85em;
    color: #999;
}

#powered a {
    font-weight: normal;
    color: #999;
}

#powered a:hover {
    color: #000;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}




/*********************/
/*** LOGINFORMULAR ***/
/*********************/

.tx-felogin-pi1 form {
    margin-top: 20px;
}

.tx-felogin-pi1 div {
    line-height: 26px;
    clear: both;
    padding: 3px 0;
}

.tx-felogin-pi1 label {
    color: #6D6D6D;
    font-family: Eureka, Arial, sans-serif;
    font-size: 18px;
    float: left;
    width: 120px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    padding: 3px 2px;
    background: #FAFAFC url('/typo3conf/ext/easytourist/views/v2/img/gradient.png') repeat-x left bottom;
    border: 1px solid #D9D9D9;
}

.tx-felogin-pi1 input[type="submit"] {
    background: #7CAB1A url('/typo3conf/ext/easytourist/views/v2/img/gradient.png') repeat-x left bottom;
    border:  1px solid #D9D9D9;
    color: #FFF;
    cursor: pointer;
    margin-left: 120px;
    font-weight: bold;
    padding: 2px 8px;
    font-size: 1em;

    -webkit-border-radius: 2px 2px 2px 2px:
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.tx-felogin-pi1 input[type="submit"]:hover {
    background-color: #FAFAFC;
    color: #7CAB1A;
}

.tx-felogin-pi1 input.logout {
    margin-left: 0;
}
