/*******************************************************************************
	Peter Lack
    von Laut und Schoen
*******************************************************************************/

* { margin: 0; padding: 0; }

html { font-size: 100%; height: 100%; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;   /* 10px */
    line-height: 1.5;   /* 15px */
    color: #fff;
    background: #fff url(plack_bg_tile.jpg) repeat scroll left top;
    margin: 0 0 1px;
}

a, a:visited { color: #fff; text-decoration: none; }
#content a,
#content a:visited { color: #fff; text-decoration: underline; }
a:hover,
#content a:hover,
#content a:focus,
#content a:active { text-decoration: none; }
a:focus,
a:active { text-decoration: none;  }

a img { border: none; display: block; }


h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
h1 { font-size: 2.4em; margin: 0 0 0.75em; line-height: 1.25; }
h2 { font-size: 1.4em; margin: 0.5em 0; }
h3 { font-size: 1.4em; margin: 1em 0 0.5em; }

p { font-size: 1.2em; margin: 0 0 1em; }
p:last-child { margin: 0; }


fieldset { border: none; }

blockquote { margin: 2.4em 3.6em; }

strong { font-weight: normal; }

table { margin: 10px auto; border: none; }
td { text-align: left; vertical-align: top; }
table td:first-child { text-align: left; }


/* ### Layout ######################################################### */
#wrapper { 
	position: relative;
	width: 1000px;
	margin: 0 auto 10px;
}

#header { 
    background: #e6e8d3 url(plack_header.jpg) no-repeat scroll left top;
    height: 244px;
    margin: 0 0 22px;
}
#header h1 a { 
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 410px;
	height: 130px;
    z-index: 1000;
}


#center {	
	overflow: hidden;
	background-color: transparent;
}
* html #center { height: 1%; }


#main {
	float: right;
	overflow: hidden;
    background-color: #e3000f;
    width: 650px;
    padding: 42px 85px 95px 0;
}
.djbooking #main {
    background: #e3000f url(plack_crowd.jpg) no-repeat scroll left bottom;
}

#content {
    float: right;
    overflow: hidden;
    width: 340px;
    margin: 0 0 0 20px;
}
* html #content { height: 1%; }

#content ul,
#content ol {
	display: inline-block;
    font-size: 1.2em;
	padding: 0 0 1.5em 2em;
}
#content ul li { margin: 0 0 0.5em; }

.fotogalerie #content { text-align: center; }

#quote_left {
    float: right;
    background: transparent url(quote_left.jpg) no-repeat scroll left top;
    width: 107px;
    height: 98px;
}
#quote_right {
    clear: right;
    float: right;
    position: relative;
    right: -50px;
    background: transparent url(quote_right.jpg) no-repeat scroll left top;
    width: 107px;
    height: 98px;
}
.djbooking #quote_right { background-image: url(quote_right_white.png); }

#bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 556px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.willkommen #bg_image { top: -160px; }
.vita #bg_image { top: 450px; left: 140px; }
.moderator #bg_image { top: 482px; left: 60px; }
.djbooking #bg_image { top: -120px; }
.fotogalerie #bg_image { top: inherit; bottom: 17px; }
.presse #bg_image { top: 400px; }
.kontakt #bg_image { top: -236px; }


#facebook_link {
    position: absolute;
    display: block;
    top: 14px;
    right: 28px;
    background: transparent url(icon_facebook.png) scroll no-repeat center top;
    width: 34px;
    height: 34px;
    margin: 0;
    z-index: 100;
}
#facebook_link:hover,
#facebook_link:focus,
#facebook_link:active {
    background-position: center bottom;
}
/* ### Main Navigation ###################################################### */
#navigation1 {
    float: left;
    position: relative;
    overflow: hidden;
    width: 255px;
    z-index: 1000;
}
#navigation1 ul { list-style-type: none; }
#navigation1 ul li {
    overflow: hidden;
    font-size: 1.8em;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 8px;
}

#navigation1 a {
    background-color: #3c3a3f;
    color: #fff;
    padding: 4px 13px;
}
#navigation1 a.current,
#navigation1 li a:hover,
#navigation1 li a:focus,
#navigation1 li a:active { color: #e3000f; }


/* ### Navigation footer ###################################################### */

#footer { overflow: hidden; color: #e3000f; font-size: 1.1em; text-align: right; }
* html #footer { height: 1%; }
#footer ul { float: right; margin: 0 0 0 10px; list-style-type: none; }
#footer li { display: inline; }
#footer a { color: #e3000f; padding: 0 4px; }
#footer a:hover,
#footer a:focus,
#footer li.current a {
    text-decoration: underline;
}
#footer li:before { content: "\2022"; }
#visists_counter {  }


/* ### Inhalte ######################################################### */

.txt-img { 
	overflow: hidden; 
	margin: 0 0 25px 0;
}
* html .txt-img { zoom: 1.0; }


.article_image { overflow: hidden; text-align: center; width: 100%; }
.article_image img { display: inline; }
.article_image p { color: #3c3a3f; }

.article_links { overflow: hidden; text-align: center; width: 100%; }
.article_links a,
.article_links span { padding: 2px 6px; margin: 0 10px; }

.article_links a:hover,
.article_links a:focus { background-color: #667F8A; color: #fff; }
.article_links span { background-color: #3c3a3f; color: #fff; }

a.link_right,
.image_right {
    float: right;
    width: auto;
    padding: 2px 4px 0 1em;
}

a.link_left,
.image_left {
    float: left;
    width: auto;
    padding: 2px 1em 0 4px;
}
a.link_center { 
        line-height: 24px;
        font-size: 1.4em;
        text-align: center;
        background-color: #667F8A;
        color: #fff;
        padding: 4px 2em;
        margin: 1.4em 0 0;
}
a.link_center:hover { background-color: #3c3a3f; }



/* ### Module, Addons ########################################################## */

#jp_interface {
    float: right;
    overflow: hidden;
    width: 100px;
    height: 50px;
    margin: 0 0 30px;
}
#jp_interface a {
    float: left;
    background: transparent url(plack_player.jpg) scroll no-repeat left top;
    width: 50px;
    height: 100px;
}
#jp_interface a.jp-pause { background-position: -2px 0; }
#jp_interface a.jp-stop { background-position: -50px 0; }
#jp_interface a.jp-play { background-position: -98px 0; }
#jp_interface a:hover, #jp_interface a:focus { position: relative; top: -50px;  }


.galerie {
	overflow: hidden;
    width: 164px;
	margin: 0 auto 30px;
}
* html .galerie { height: 1%; }

.galerie div.box {
	float: left;
	overflow: hidden;
    height: 164px;
}

.galerie div.image { position: relative; overflow: hidden; width: 164px; height: 174px; margin: 0 auto; }

.galerie div.image img { 
	margin: 0 auto;
}
.galerie .clearer { clear: both; }
.galerie p { 
	font-size: 1.3em;
}


/* ### Buttons and Forms ################################################# */
input, button, select, textarea {
    color: #3c3a3f;
    background-color: #eaaaaa;
    font-family: arial, helvetica, sans-serif;
	padding: 2px 5px;
    border: none;
}
label { display: block; }

.formtextarea textarea {
	width: 95%;
    font-size: 1.2em;
	height: 128px;
}
.formtime select,
.formdate select { font-size: 1.2em; padding: 0; }
.formtext input { font-size: 1.2em; width: 95%; }

.formcheckbox label { display: inline; padding: 0 5px 0; }
#xform-formular-adresse textarea { height: 2.5em; }

.form-required { text-align: right; margin: 0; }

.formcaptcha { overflow: hidden; margin: 2em 0; }

.formcaptcha span { float: left; margin: 10px 0 0; }
.formcaptcha input {
	float: left; 
	width: 106px;
	margin: 13px 0 10px 25px;
}

.formsubmit { 
	clear: both;
	text-align: center;
}
.formsubmit input {
	background-color: #09d;
    color: #fff;
    font-size: 1em;
	padding: 4px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,0.15);
	cursor: pointer;
}
.formsubmit input:hover,
.formsubmit input:focus { background-color: #eaaaaa; color: #3c3a3f; outline: none; }
.formsubmit input:active { position: relative; top: 1px; outline: none; }


#content ul.form_warning {
    /*-webkit-transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);*/
    position: absolute;
    left: 340px;
    top: 542px;
    color: #fff;
    background-color: #09d;
    padding-top: 1em;
    /*padding: 1em 1em 0.5em 2em;*/
    /*margin: 0 40px 10px;*/
    font-weight: bold;
    width: 171px;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 2000;
}
ul.form_warning li { 
	margin: 0 0 0.5em;
}

input.form_warning { 
	border: 2px solid #09d;
    padding: 1px 4px;
}

#content p.answertext {
    font-size: 2.4em;
    line-height: 1.25;
    margin: 0 0 0.75em;
}

.invisible {
	position: absolute;
    display: inline;
	top: -8000em;
	left: -8000em;
}
.tabable:focus,
.tabable:active {
	position: absolute;
	display: inline;
	top: 90px;
	left: 170px;
	color: #fff;
    color: #e3000f;
	background-color: #000;
	white-space: nowrap;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 13px;
    outline: none;
    z-index: 9000;
}
.cc-floating .cc-message {
    font-size: 0.8em;
    line-height: 1.3;
}