/* 
    Document   : main
    Created on : 22.01.2011, 22:15:15
    Author     : Chung
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #53631a;
    background-color: #53631a;
}

a,
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #53631a;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

h1 { font-size: 20px; line-height: 30px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

.fs-20 {
    font-size: 20px;
    line-height: 1.8em;
}

img {
    border: 0;
}

input, textarea {
    color: #53631a;
    border: 1px solid #53631a;
}

.fl-clear {
    clear: both;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.no-margin { margin: 0 !important; }

.mt-0 { margin-top:0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }

.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }

.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }

.no-padding { padding: 0 !important; }

.pt-0 { padding-top:0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }

.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }

.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}


/*******************************
rahmen, header , footer 
********************************/

#outer_frame {
    position: relative;
    width: 1024px;
    height: 652px;
    margin: 30px auto;    
}

/*******************************
header
********************************/

#header {
    position: relative;
    height: 105px;
    background: url(../../img/bg.png);
}

#header .logo {
    position: absolute;
    display: block;
    border: 0;
    top: 20px;
    left: 20px;
}

#header .socialbar {
    border: 0 none;
    bottom: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
}

#header .socialbar .login,
#header .socialbar .icons {
    float: left;
}

#header .socialbar .icons {
    text-align: right;
}

#header .socialbar .overlay {
    display: none;
    width: 380px;
    height: 20px;
    font-size: 0px;
    padding: 3px 10px 10px 0px;
}

#header .socialbar .gplus,
#header .socialbar .tweet,
#header .socialbar .fb_like {
    float: right;
}

#header .socialbar .gplus {
    width: 50px;
}

#header .socialbar .fb_like {
    width: 100px;
}

#header .login {
    position: absolute;
    top: -15px;
    right: 125px;
    height: 52px;
    width: 375px;
    bottom: 0px;
    font-size: 11px;
    text-align: right;
}

*+html #header .login {
    top: -32px;
}

#header .login .loggedin {
    position: absolute;
    bottom: 7px;
    right: 0px;
}

*+html #header .login .loggedin {
    top: 20px;
}

#header .login .email,
#header .login .pwd {
    float: left;
    width: 140px;
    height: 23px;
    background-color: #ffffff;
    border: 1px solid #53631a;
    margin-top: 7px;
}

#header .login .email input {
    width: 130px;
}

#header .login .pwd {
    width: 120px;
    position: relative;
}

#header .login .pwd .placeholder {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
    display: none;
    cursor: text;
    color: #A9A9A9;
}

#header .login .pwd input {
    width: 110px;
}

#header .login input {
    border: medium none;
    display: block;
    height: 16px;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
}

#header .login .ui-button-login {
    border: 1px solid #53631A;
    font-size: 10px;
    height: 25px;
    margin-top: 7px;
    float: right;
}

/*******************************
body
********************************/

#content {
    padding: 30px;
    line-height: 1.5em;
    background-color: #ffffff;
    overflow: auto;
}

#content .cities {
    line-height: 1.5em;
}

div.button, div.back {
    margin-top:30px;
    text-align: center;    
}

div.button button {
    font-size: 1.2em;
}

.ui-button-submit {
    font-size: 10px;
}

/*******************************
footer
********************************/

#footer {
    position: relative;
    background: url(../../img/bg.png) 0 60px;
    height: 60px;
}

#footer ul {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: 0;
    list-style-type: none;
}

#footer ul li {
    font-size: 12px;
    float: right;
    padding: 0px 10px;
}

#footer a {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#content_impressum {
    position: absolute;
    width: 925px;
    height:300px;
    margin-top: 180px;
    padding: 50px;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 14px;
}

#content .nav-left {
    font-size: 12px;
    width: 215px;
    float: left;
}

#content .content-right {
    float: right;
    width: 700px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
}

ul.paging {
    display: inline-block;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.paging li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

ul.paging li .selected {
    font-size: 1.4em;
}

/*******************************
AutoComplete
********************************/

.ui-autocomplete {
        min-width: 300px;
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
        font-size: 14px;
}

/*******************************
UI-STARS
********************************/
#content .ui-stars-star a, #content .ui-stars-cancel a {
    width: 24px;
    height: 24px;
    background-image: url("../js/jquery/ui-stars/jquery.ui.stars.gif");
}

#content .ui-stars-star a {
    background-image: url("../../img/icons/star-white_24x24.png");
    background-position: 0 0 !important;
}

#content .ui-stars-star-on a {
    background-image: url("../../img/icons/star-gold_24x24.png");
}

#content .ui-stars-star-hover a {
    background-image: url("../../img/icons/star-red_24x24.png");
}

/*******************************
ERRORS
********************************/

div.errors, div.success {
    font-weight: bold;
    padding: 10px;
}