/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright	 Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link		  http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package	   cake
 * @subpackage	cake.app.webroot.css
 * @since		 CakePHP(tm)
 * @version	   $Revision: 7945 $
 * @modifiedby	$LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license	   http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
    /*margin:0;
    padding:0;*/
}

/* General Style Info */
body {
    background: #666666;
    color: black;
    font-family:'Times New Roman',Times,serif;
    font-size: 13pt;
    height: 100%;
    background-image: url('../../img/bg/mainbg.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
}
html {
    position: relative;
}
html, body, div, ul, li {
    margin: 0;
    padding: 0;
}
a, a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #351;
}
a:hover, a:active {
    text-decoration:none;
    color: #573;
}
a img {
    border:none;
}
img {
    vertical-align: middle;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    font-size: 200%;
    margin: 0.1em 0;
    font-weight: bold;
    text-decoration: underline;
}
h2 {
    font-size: 190%;
    text-align: center;
    vertical-align: middle;
}
h3 {
    /*color: #993;*/
    font-size: 135%;
}
h4 {
    font-weight: normal;
    padding-top: 0.5em;
}

p {
    padding: 0.3em 0;
}
.note {
    font-style: italic;
}
.note:before {
    content: '(';
}
.note:after {
    content: ')';
}

/* Layout */
#content_header, #content_footer, #content_wrapper {
    display: block;
    padding: 0;
}
@media all and (max-width: 799px) {
    #content_header, #content_footer, #content_wrapper {
        width: 800px;
        margin: 0;
    }
    #navigation {
        left: 400px;
    }
}
@media all and (min-width: 800px) and (max-width: 1023px) {
    #content_header, #content_footer, #content_wrapper {
        width: 100%;
        margin: 0;
    }
    #navigation {
        left: 50%;
    }
}
@media all and (min-width: 1024px) and (max-width: 1183px) {
    #content_header, #content_footer, #content_wrapper {
        width: 1024px;
        margin: 0 auto;
    }
    #navigation {
        left: 50%;
    }
}
@media all and (max-width: 1183px) {
    #ad_left, #ad_right {
        display: none;
    }
}
@media all and (min-width: 1184px) and (max-width: 1279px) {
    #content_header, #content_footer, #content_wrapper {
        width: 1024px;
        margin: 0;
    }
    #navigation {
        left: 512px;
    }
    #ad_left {
        height: 600px;
        width: 160px;
        position: absolute;
        top: 50px;
        right: 25%;
        margin-right: -296px;
    }
    #ad_right {
        height: 600px;
        width: 160px;
        position: absolute;
        top: 700px;
        right: 25%;
        margin-right: -296px;
    }
}
@media all and (min-width: 1280px) {
    #content_header, #content_footer, #content_wrapper {
        width: 1024px;
        margin: 0 auto;
    }
    #navigation {
        left: 50%;
    }
    #ad_left {
        height: 600px;
        width: 160px;
        position: fixed;
        top: 50%;
        right: 25%;
        margin-top: -300px;
        margin-right: -320px;
    }
    #ad_right {
        height: 600px;
        width: 160px;
        position: fixed;
        top: 50%;
        left: 25%;
        margin-top: -300px;
        margin-left: -320px;
    }
}

#navigation {
    position: absolute;
}
@media none {
}

@media all {
    #navigation {
        width: 0;
        top: 0;
        bottom: 0;
    }
    #navigation_main {
        position: absolute;
        top: 100px;
        left: -400px;
        width: 800px;
    }
    #navigation_main > li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 32.9%;
    }
    #navigation_main > li:nth-child(3n+1), #navigation_main > li:nth-child(3n+2)  {
        border-right: 1px solid #eeddaa;
        margin-right: -1px;
    }
    #navigation_main a {
        font-family: 'Times New Roman',Times,FreeSerif,serif;
        font-size: 25px;
        display: block;
        text-decoration: none;
        vertical-align: middle;
        padding-left: 25px;
        background-image: url('../../img/bg/nav.png');
        background-attachment: scroll;
        background-position: 0 0;
        background-repeat: no-repeat;
        line-height: 27px;
        height: 31px;
        margin: 0 10px;
        white-space: nowrap;
    }
    #navigation_main a:hover {
        background-position: 0 -50px;
        background-color: #ffeecc;
    }

    #header_spacer {
        height: 25px;
        background-color: white;
        opacity: 0.8;
        width: 100%;
        min-width: 800px;
        margin-bottom: 2px;
    }

    #navigation_support {
        position: absolute;
        top: 0;
        left: -400px;
    }
    #navigation_settings {
        position: absolute;
        top: 0;
        right: -330px;
    }
    #navigation_language {
        position: absolute;
        top: 0;
        right: -400px;
    }
    #navigation_support li, #navigation_settings li, #navigation_language li {
        display: inline-block;
        list-style: none;
        padding: 0 10px;
        font-size: 20px;
        line-height: 20px;
        opacity: 0.8;

    }
    #navigation_language li {
        padding: 0 2px;
    }
    #navigation_language li img {
        height: 20px;
        width: 20px;
    }

    #content_footer_spacer {
        width: 800px;
        height: 25px;
        border-top: 1px solid #eeddaa;
        margin-top: 10px;
    }
    #navigation_terms {
        width: 800px;
        position: absolute;
        bottom: 100px;
        left: -400px;
    }
    #navigation_terms > li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 32.8%;
    }
    #navigation_terms > li:nth-child(3n+1), #navigation_terms > li:nth-child(3n+2)  {
        border-right: 1px solid #eeddaa;
        margin-right: -1px;
    }
    #navigation_terms a {
        display: block;
        text-align: center;
    }

    #navigation_terms .menu_level_1 {
        display: flex;
        list-style: none;
        justify-content:center;
    }
    #navigation_terms .menu_level_1 li {
        display: inline;
    }
    #navigation_terms .menu_level_1 li + li::before {
        content: " / ";
        padding-left: 5px;
    }
    #navigation_terms .menu_level_1 li a {
        display: inline;
    }

}
#flashMessage,#authMessage{
    clear: both;
    color: maroon;
    padding: 10px;
    overflow: auto;
    margin: 0px auto;
    width: 600px;
    text-align: center;
}
#content a {
    background-color: transparent;
    text-decoration: none;
}

#content a:link, #content a:visited, #content a:active, #content em {
    font-size: large;
}
#content_header {
    height: 176px;
    background-image: url('../../img/bg/body_top.png');
    background-position: top center;
    background-repeat: no-repeat;
}
#content_footer {
    height: 81px;
    background-image: url('../../img/bg/body_bottom.png');
    background-position: top center;
    background-repeat: no-repeat;
}
#content_wrapper {
    background-image: url('../../img/bg/body_center.png');
    background-position: top center;
    background-repeat: repeat-y;
}
#content{
    font-family:'Times New Roman',Times,serif;
    font-size: 13pt;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: white;
}

#ad_inner {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}

#copyright {
    width: 100%;
    text-align: right;
    position: relative;
    top: 10px;
}
#copyright, #copyright * {
    color: grey !important;
}

hr {
    border: 0;
    border-top: 1px solid #eeddaa;
}

/*Flowers*/
span.flower {
    margin: 0;
    margin: 0 2.5px;
    vertical-align: middle;
}


/*Impressum*/

ol {
    list-style-type:decimal;
}
ol li {
    margin: 1em 0;
}
ol ol {
    list-style-type:lower-latin;
}
ol ol ol {
    list-style-type:lower-roman;
}

/* Tables */
table {
    background: transparent;
    border: 1px solid green;
    clear: both;
    margin: 30px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
}
th {
    text-align: center;
    padding: 5px 0;
}
th a {
    background:#f2f2f2;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a:hover {
    background: #ccc;
    color: #333;
    text-decoration: none;
}
td a {
    margin: auto;
}
table tr {
    border: 0;
}
td {
    background: transparent;
    padding: 5px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
tr.altrow td {
    background: #00d400;
}
.cake-sql-log table {
    border:1px solid #ccc;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    background: #f4f4f4;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    background: #fff;
    border-right: 1px solid #ccc;
    vertical-align: top;
}
.cake-sql-log th {
    background: #f2f2f2;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

/* Scaffold View */
dl {
    margin: 0em 0em;
    width: 100%;
    position: relative;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 1em;
    vertical-align: top;
    float: left;
    clear: both;
    width: 11em;
}
dd {
    margin-left: 12em;
    margin-bottom: 0.5em;
    vertical-align: top;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 100%;
}
fieldset {
    margin-top: 30px;
    padding: 16px 20px;
    border: 3px double #e3d2c8;
    border-radius: 4px;
}
fieldset legend {
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 135%;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 20px;
    text-align: center;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
    font-weight: bold;
}
input, textarea {
    clear: both;
    font-family: 'frutiger linotype', 'lucida grande', 'verdana', sans-serif;
    padding: 2px;
    width: 100%;
}
input {
    font-size: 140%;
}
textarea {
    font-size: 100%;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}

/* Notices and Errors */
.message {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}
.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}
.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background: green;
    color: #fff;
}

/* Related */
.related {
    clear: both;
    display: block;
}

/* Debugging */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}
.cake-sql-log {
    color: black;
}
.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-stack-trace pre, .cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
.cake-code-dump pre, .cake-code-dump code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    background-color: #ff0;
    padding: 4px;
}
.dropzone {
    outline: 3px double red;
    -webkit-outline-radius: 4px;
    -moz-outline-radius: 4px;
    outline-radius: 4px;
    z-index: 10000;
}
fieldset.dropzone {
    border-color: red;
    outline: 0;
}
.dropzone.active {
    background-color: white !important;
}
.ui-draggable-dragging {
    outline: 0 !important;
    z-index: 10001 !important;
}
.permactive {
    outline: 2px dashed red !important;
    background-color: white !important;
    z-index: 10000;
}
.unselectable {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


#page_header {
    height: 22px;
    background-color: white;
    opacity: 0.8;
    width: 100%;
    margin-bottom: 2px;
}

#page_header_right {
    float: right;
}

#page_header_right a {
    padding-left: 2px;
}

#page_header_right a img {
    width: 22px;
    height: 22px;
}

#page_header_container ul {
    margin: 0;
    padding: 0;
}

#page_header_container ul li {
    margin: 0;
    list-style-type: none;
    display: inline;

    padding-right: 15px;
}

.has-new-news-entries a {
    color: red;
    font-weight: bold;
}

a.disabled {
    color: black;
    cursor: text;

    font-weight: normal;
}

form .recaptcha div {
    margin: 0;
    padding: 0;
}

#content h1 {
    text-align: center;
    /*
    background-image: url('../img/bg/body_top.png');
    background-repeat: no-repeat;
    */
    height: 35px;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 15px;
    vertical-align: top;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    font-size: 35px;
}
#content h1:before {
    padding-right: 10px;
    content: url('../../img/bg/header_left.png');
}
#content h1:after {
    padding-left: 10px;
    content: url('../../img/bg/header_right.png');
}
#content p {
}
#content table {
    border: 0;
}
#content .altrow td {
    background-color: #ffeecc;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eeddaa;
}

#content .altrow2 td {
    background-color: #ffeecc;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eeddaa;
    border-bottom: 0;
}

#content .altrow3 td {
    background-color: #ffeecc;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eeddaa;
    border-top: 0;
}

#content > img {
    display: block;
    margin: auto;
}

.qwerty {
    /*background-image: url('../img/addbg.png');*/
    width: 794px;
    min-height: 90px;
    padding: 25px 0;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    line-height: 45px;
    position: relative;
    display: block;
}

.qwerty span {
    width: 694px;
    display: block;
    margin: auto;
}
/*
.qwerty:empty {
	display: none;
}
*/

.lineage2 td {
    padding: 5px 0;
}
.lineage td {
    height: 15px;
    line-height: 0px;
    overflow: hidden;
    padding: 5px 0 !important;
}

.lineage .left {
    text-align: right;
    background-image: url('../../img/lineage/left.png');
    background-position: right 0;
    background-repeat: no-repeat;
}
.lineage .middle {
    text-align: center;
    background-image: url('../../img/lineage/middle.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}
.lineage .right {
    text-align: left;
    background-image: url('../../img/lineage/right.png');
    background-position: left 0;
    background-repeat: no-repeat;
}
.lineage.inverted .left {
    background-image: url('../../img/lineage/left_bottom.png');
}
.lineage.inverted .middle {
    background-image: url('../../img/lineage/middle_bottom.png');
}
.lineage.inverted .right {
    background-image: url('../../img/lineage/right_bottom.png');
}
.lineage .broken {
    text-align: center;
    background-image: url('../../img/lineage/broken.png');
    background-position: center 0;
    background-repeat: no-repeat;
}

.flowerlog {
    margin-bottom: 0em;
}

.flowerlog + .flowerlog {
    margin-top: 0;
    padding-top: 0;
}

p {
    margin: auto;
    width: 750px;
}

.tabelize p {
    width: auto;
}

#game .loading-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#game .loading-container .loading-indicator {
    margin: 0;
    position: absolute;

    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
