/* 
green = #95C11F
grey = #888888
pink = #D55399

*/

*,
html,
body,
p,
ul,
li,
form,
fieldset {
    padding: 0;
    margin: 0;
}
html {
    background-color: #000;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial;
    line-height: 23px;
    font-size: 18px;
    width: 100%;
    color: #bbb;
    height: 100%;
}
p {
    padding-bottom: 14px;
}
code {
    font-size: 12px;
    padding: 10px 4px 10px 14px;
    display: block;
    overflow: hidden;
    background: #eef9c4;
    color: #666;
}
code.mainCode {
    background: #ffffff;
}
a {
    color: #9d9d9d;
    text-decoration: none;
    outline: #000;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bodytext a {
    text-decoration: underline;
}
a:hover {
    color: #95C11F;
}
.tellMe a:hover {
    color: #D55399;
}
#header {
    width: 100%;
    height: 10%;
}
#menu_lang {
    float: right;
}
#menu_back {
    float: left;
}
#menu_home {
    padding-top: 20%;
    vertical-align: bottom;
}
ul {
    list-style-type: none;
}
ul li {
    padding-top: 10px;
    font-weight: bold;
}
span.circle{display: block;}
div.circle a, span.circle a {
    font-weight: bold;
    width: 35px;
    height: 35px;
    /*	background:#485257;
	border-radius:50%;
	padding:5px;*/
    
    text-align: center;
    vertical-align: middle;
    color: #000;
    display: table-cell;
    background-image: url('../../pics/off-munich/lightgreyCircle.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
div.circle a:hover, span.circle a:hover {
    background-image: url('../../pics/off-munich/greenCircle.png');
}
.backMenu div.circle a:hover, .backMenu span.circle a:hover {
    background-image: url('../../pics/off-munich/pinkCircle.png');
}

/*
li.iWant {
	background-image:url('../../pics/off-munich/trySwitch2.png');
	background-position:top;
	background-repeat:no-repeat;	
	padding-top:110px;

}	
	*/

h1,
.powermail_legend {
    font-size: 26px;
    font-weight: 100;
    padding-top: 17px;
    padding-bottom: 11px;
    color: #95C11F;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#container,
#containerLogo {
    width: 80%;
    max-width: 1100px;
    text-align: left;
    margin: 0 auto;
    height: 90%;
    background-image: url('../../pics/off-munich/logo_250bt.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
#containerLogo {
    background-image: url('../../pics/off-munich/logo_250bt.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
#content {
    width: 530px;
    padding-top: 15px;
    float: left;
}
.clear {
    clear: both;
}
/*###---------Galerie----------###*/

.tx-yag-album-albuminfo, .tx-yag-album-thumb-innerframe {
	float:none;
	margin-left:0;
font-size: 14px;
}

.yag-item-thumb-outerframe {
	width:220px;
	height:170px;
	max-width:100%;
}

.gallery-subtitle {
    clear: left;
    padding: 5px 0 0 0;
}
.gallery-listrow {
    margin-top: 28px;
    width: 576px;
}
#content .gallery-listimage img {
    margin-top: 0;
}
.gallery-listimage {
    width: 79px;
    height: 79px;
    border: 1px solid #485257;
    margin-right: 15px;
    float: left;
}
.highlight,
.gallery-listimage:hover {
    border: 1px solid #9AA867;
}
.gallery-subtitle {
    color: #777;
}
img.singleImage {
    border: 1px solid #485257;
}
#content .gallery-listimage a,
#content .f3-widget-paginator a {
    border-bottom: none;
}
#content ul {
    list-style-type: disc;
    padding-bottom: 10px;
    padding-left: 17px;
}
#content #paginator ul {
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 17px;
}
#content ul.f3-widget-paginator li {
    float: left;
    background: none;
}
#content ul.f3-widget-paginator li.previous {
    padding-right: 6px;
    background: none;
}
#content ul.f3-widget-paginator li.next {
    padding-left: 6px;
    background: none;
}
#content ul.f3-widget-paginator li.current {
    padding-top: 2px;
    font-size: 11px;
    color: #727272;
}
/*###---------Powermail----------###*/

input,
textarea,
select,
option {
    font-size: 18px;
}
#content fieldset {
    border: none;
    background: none;
}
.powermail_legend {
    float: none;
}
.powermail_fieldset {
    padding: 0;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend,
.powermail_check_outer label {
    color: #BBB;
    font-weight: normal;
}
span.powermail_mandatory {
    color: #9AA867;
}
fieldset {
    border: none;
}
.powermail_fieldwrap {
    padding: 5px 0 5px 0;
}
.powermail_field {
    padding: 3px 5px 3px 5px;
    width: 400px;
}
.powermail_fieldwrap_submit {
    padding-left: 60px;
}
#content .powermail_label,
.powermail_all dt {
    display: block;
    clear: left;
    float: none;
    color: #bbb;
    font-size: 16px;
    width: auto;
}
div.tx-powermail {
    font-size: 18px;
}
.formError .formErrorContent {
    background: #D55399;
    border: 1px solid #D55399;
    padding: 4px 10px 4px 10px;
    margin-bottom: -4px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}
.formError .formErrorArrow div,
.formError .formErrorArrow .line3 {
    font-size: 18px;
    border-left: 2px solid #D55399;
    border-right: 2px solid #D55399;
    background: #D55399;
}
.formError .formErrorArrow .line,
.formError .formErrorArrow .line2 {
    background: #D55399;
}
.powermail_fieldwrap {
    padding-left: 2px;
}
.powermail_create div {
    background: none;
}
input,
textarea {
    background: #ccc;
    border: none;
}
.tx-powermail h3 {
    display: none;
}
@media only screen and (max-width: 1050px) {
    #container {
        background: none;
        background-image: none;
    }
}

@media only screen and (max-width: 600px) {
    #containerLogo {
        background-image: url('../../pics/off-munich/logo_180bt.png');
    }
    body,
    div.tx-powermail {
        font-size: 16px;
        line-height: 21px;
    }
    h1 {
        font-size: 24px;
    }
    #content {
        width: 280px;
    }
    .powermail_field {
        width: 260px;
    }
    p {
        padding-bottom: 11px;
    }
}
.powermail_submit {
    width: auto;
    float: none;
    background: #D55399;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.powermail_check_outer {
    width: auto;
    background: none;
    border: none;
}
.powermail_create{
	border: 0;
	padding: 0px;
	margin-bottom: 20px;
	background: #000;
}