/**
* @media screen
* @author dirk@freshheit.de
*/


/**
* @section reset
*/

body,table,th,td,p,a,ul,ol,li,form,pre,img,div,hr,h1,h2,h3,h4,h5,h6 {
 border: 0;
 margin: 0;
 padding:0;
}

input,select { padding:0, margin:0; }


/**
* @section global_basics
*/

body  { background:#1E1E1E url(images/bg_body.gif) top repeat-x; font:75% Verdana, sans-serif; line-height:1.5em; color:white; }
html>body { font-size:12px; }

a:link    { color:#FFFFFF; text-decoration:underline; }
a:visited { color:#FFFFFF; text-decoration:underline; }
a:focus   { color:#FFFFFF; text-decoration:underline; }
a:hover   { color:#ff6600; text-decoration:underline; }
a:active  { color:#ff0000; text-decoration:underline; }

input, textarea  { background:#1E1E1E; margin:3px 12px; color:white; }
input[type=text] { border:1px inset #323232; padding:3px; }
input[type=text]:hover { background:#4B4B4B; }
textarea         { border:1px inset #323232; padding:3px; }
textarea:hover   { background:#4B4B4B; }
input[type=submit] { border:1px outset #323232; padding:3px 5px; }
input[type=submit]:hover { color:#ff6600; }


/**
* @section global_structure
*/

div#container { width:928px; margin:auto; padding:0 15px; }

div#header            { height:108px; }
div#header h1         { display:block; float:left; width:220px; height:108px; margin-left:10px; }
div#header h1 a       { display:block; width:220px; height:108px; background:url(images/krasscore.gif) left top no-repeat; }
div#header h1 a:hover { background-position:left -108px; }
div#header h1 b       { display:none; }

div#banner_fullsize     { float:left; width:528px; height:108px; margin-left:10px; background:url(images/bg_header.gif) no-repeat center 95px; text-align:center; }
div#banner_fullsize div { margin:0 auto; margin-top:34px; }
div#banner_fullsize img { margin:0 auto; margin-top:34px; }

div#freikarten      { display:block; float:left; width:119px; height:108px; background:url(images/freikarten1.gif) center no-repeat; }
div#freikarten a    { display:block; width:119px; height:108px; }
div#freikarten span { display:none; }

div#navigation ul               { list-style-type:none; height:55px; }
div#navigation ul li            { float:left; display:block; height:30px; line-height:30px; margin:6px 9px 0 0; }
div#navigation ul .active       { font-weight:600; color:#ff6600; }
div#navigation ul .parent       { font-weight:600; color:#ff6600; }
div#navigation ul p.active      { display:block; background:url(images/nav_left.gif) no-repeat left top; text-decoration:none; }
div#navigation ul p.active span { display:block; padding:0 17px; background:url(images/nav_right.gif) no-repeat right top; }
div#navigation ul a             { display:block; background:url(images/nav_left.gif) no-repeat left top; text-decoration:none; }
div#navigation ul a span        { display:block; padding:0 17px; background:url(images/nav_right.gif) no-repeat right top; }
div#navigation ul a:hover       { background-position:0px -30px; }
div#navigation ul a:hover span  { background-position:right -30px; }

div#dates         { display:block; float:left; width:240px; }
div#dates ul      { list-style-type:none; }
div#dates li      { width:240px; height:100px; overflow:hidden; }
div#dates span    { font-size:0.9166em; line-height:1.6363; margin-bottom:1.6363em; }
div#dates a       { display:block; width:240px; height:100px; overflow:hidden; background:url(images/bg_dates.gif) left top no-repeat; text-decoration:none; }
div#dates a:hover { background-position:0 -100px; cursor:pointer; }
div#dates .miniflyer70  { display:block; float:left; width:70px; height:70px; overflow:hidden; margin:10px; background:#ff6600 url(images/miniflyer.gif) no-repeat center; }
div#dates span.headline { display:block; float:left; width:140px; height:75px; overflow:hidden; margin-top:8px; }
div#dates span.date     { color:#ff6600; }

div#contentwrapper            { background:url(images/bg_contentwrapper.gif) repeat-y 250px top; margin-bottom:20px }
div#contentwrapper .gototop   { display:block; width:508px; height:13px; margin-left:250px; background:url(images/top.gif) no-repeat center; }
div#contentwrapper .gototop i { display:none; }

div#content { display:block; float:left; width:508px; min-height:275px; margin-left:10px; background:black url(images/bg_content.gif) no-repeat left top; }

div#sidebar { display:block; float:left; width:160px; margin-left:10px; }
div#sidebar #flashbannersky { margin-bottom:10px; }

div#newsletterbox       { width:160px; height:190px; overflow:hidden; background:url(images/bg_newsletterbox.gif) left top no-repeat; }
div#newsletterbox h3    { font-size:1em; line-height:1.5em; padding:10px 12px 6px 12px; font-weight:600; color:#ff6600; }
div#newsletterbox p     { font-size:0.9166em; line-height:1.5em; padding:0px 12px 6px 12px; }
div#newsletterbox label { font-size:0.8333em; line-height:1.5em; color:#ff6600; padding:0 12px; }
div#newsletterbox input { width:130px; padding:1px; }

div#footer { background:#323232 url(images/bg_footer.gif) repeat-x top; text-align:center; color:#4B4B4B; padding:10px 160px 10px 240px; font-size:0.8333em; line-height:1.8; }
div#footer a:link    { color:#4B4B4B; }
div#footer a:visited { color:#4B4B4B; }
div#footer a:focus   { color:#4B4B4B; }
div#footer a:hover   { color:#ff6600; }
div#footer a:active  { color:#ff0000; }


/**
* @section used_on_all_pages
*/

div#content .firstblock  { width:468px; overflow:hidden; margin:15px 20px 30px 20px; }
div#content h2 { color:#ff6600; border-bottom:1px solid #ff6600; margin-bottom:3px; font-size:1.25em; line-height:1.5; }


/**
* @section used_on_multiple_pages
*/

div.pagination    { border-top:1px solid #ff6600; padding:10px 0; }
div.pagination p  { color:#ff6600; float:left; }
div.pagination ul { list-style-type:none; float:right; }
div.pagination li { float:left; background:#333333; margin:0 3px; padding:0 3px; }

.round1_box        { background:url(images/round1_tl.gif) no-repeat top left; margin-top:10px; }
.round1_top        { background:url(images/round1_tr.gif) no-repeat top right; }
.round1_bottom     { background:url(images/round1_bl.gif) no-repeat bottom left; }
.round1_bottom div { background:url(images/round1_br.gif) no-repeat bottom right; }
.round1_content    { background:url(images/round1_r.gif) top right repeat-y; }
.round1_top        { width:100%; height:12px; font-size:1px; }
.round1_top div    { width:100%; height:12px; font-size:1px; }
.round1_bottom     { width:100%; height:12px; font-size:1px; }
.round1_bottom div { width:100%; height:12px; font-size:1px; }
.round1_content    { padding:0 12px; }

.ce_download { margin-bottom:0.75em;}


/**
* @section home
*/

div.krasscore_home .layout_full { margin-bottom:20px; }

/**
* @section dates
*/

div.krasscore_dates .miniflyer140   { display:block; float:left; width:140px; height:140px; margin:0 12px; background:#ff6600 url(images/miniflyer.gif) no-repeat center; }
div.krasscore_dates .miniflyer140 a { display:block; width:140px; height:140px; }
div.krasscore_dates span.headline   { display:block; float:left; }
div.krasscore_dates span.date       { color:#ff6600; }

div.krasscore_dates .first .miniflyer140 { display:block; float:left; width:140px; height:140px; margin:0 12px; background:#ff6600 url(images/miniflyer.gif) no-repeat center; }
div.krasscore_dates .first span.headline { display:block; float:left; width:270px; font-size:1.3333em; line-height:1.5em; }
div.krasscore_dates .first span.date     { color:#ff6600; font-size:1.3333em; font-weight:600; line-height:1.5em; }


/**
* @section gallery
*/

div.krasscore_gallery ul          { list-style-type:none; }

div.krasscore_gallery li          { background:url(images/bg_gallery.gif) no-repeat right top; width:468px; overflow:hidden; margin-bottom:5px; }
div.krasscore_gallery li a        { display:block; width:468px; overflow:hidden; }
div.krasscore_gallery li a span   { display:block; margin:10px 15px; }

div.krasscore_gallery li.first    { background:url(images/bg_gallery.jpg) no-repeat center; width:468px; height:160px; overflow:hidden; margin:40px 0; }
div.krasscore_gallery li.first a  { display:block; width:468px; height:160px; overflow:hidden; }
div.krasscore_gallery li.first a span  { display:block; margin:62px 0 0 200px; font-size:1.1666em; font-weight:600; }


/**
* @section newsletter
*/

div.krasscore_newsletter      { background:url(images/bg_newsletter.gif) no-repeat left top; }
div.krasscore_newsletter_text { width:300px; height:130px; overflow:hidden; padding:55px 0 0 155px; }
div.krasscore_newsletter_form { width:300px; height:130px; overflow:hidden; padding:33px 0 0 175px; }

div.krasscore_newsletter_form input { margin:0; }


/**
* @section presse
*/
.mod_sitemap.presse li { padding:0.75em 0; }




div.mod_calendar th { font-weight:500; color:#ff6600; }
div.mod_calendar td { background:#333333; text-align:center; vertical-align:top; }

div.mod_upcoming_events    {  }
div.mod_upcoming_events h2 { color:#ff6600; border-bottom:1px solid #ff6600; margin-bottom:10px; font-size:1.25em; line-height:1.5; }


div#content .singledate h2 { margin-bottom:10px; }

.subheadline { color:#C0C0C0; font-size:1.1666em; line-height:1.2857em; }

.bigname1 { color:#ff6600; font-weight:600; font-size:1.5em; line-height:1em; }

.bigname2 { color:#ff6600; font-weight:600; font-size:1.3333em; line-height:1.125em; }

.bigname3 { color:#ff6600; font-weight:600; font-size:1.1666em; line-height:1.2857em; }

.artistsubline { color:#C0C0C0; font-size:0.9166em; line-height:1.6363em; }

.floor { background:#4B4B4B; padding:1px 2px; }

hr { color:#f6600; background-color:#ff6600; height:1px; }

hr.dark { color:#4B4B4B; background-color:#4B4B4B; height:1px; }

.ticket-bestellen { display:block; background:#ff6600; color:#FFFFFF; padding:2px 5px; font-weight:600; margin-bottom:0.75em; }
.ticket-bestellen a:link    { color:#FFFFFF; }
.ticket-bestellen a:visited { color:#FFFFFF; }
.ticket-bestellen a:focus   { color:#FFFFFF; }
.ticket-bestellen a:hover   { color:#FFFFFF; }
.ticket-bestellen a:active  { color:#ff0000; }

.vvk { color:#AFAFAF; font-size:0.8333em; line-height:1.25em; }
.vvk a:link    { color:#AFAFAF; }
.vvk a:visited { color:#AFAFAF; }
.vvk a:focus   { color:#AFAFAF; }
.vvk a:hover   { color:#ff6600; }
.vvk a:active  { color:#ff0000; }


#hall-of-fame ul.halloffame    { list-style-type:none; }
#hall-of-fame ul.halloffame li { float:left; width:144px; height:3.125em; overflow:hidden; font-size:0.8333em; line-height:1.5em; padding:3px; margin:3px; background:url(images/bg_halloffame.gif) no-repeat left top; }


a.backtooverview   { display:block; width:468px; height:23px; margin:10px 0; background:url(images/backtooverview.gif) no-repeat center; }
a.backtooverview i { display:none; }


.comment_default { margin-top:1.5em; }
.comment_default hr { color:#4B4B4B; background-color:#4B4B4B; margin-bottom:10px; }
.comment_default.even { background:; }
.comment_default.odd  { background:; }
.comment_datetime { display:block; float:left; width:70px; height:50px; overflow:hidden; background:url(images/bg_comment_datetime.gif) no-repeat center; }
.comment_date { font-weight:700; text-align:center; font-size:1.3333em; line-height:1.125em; margin-top:7px; color:#4B4B4B; }
.comment_time { clear:left; text-align:center; font-size:0.9166em; line-height:1.125em; color:#4B4B4B; }
.comment { float:left; width:370px; margin-left:18px; }

form#kontaktform {  }
form#kontaktform label { display:block; float:left; clear:left; width:125px; }
form#kontaktform input[type=text] { float:left; width:250px; }
form#kontaktform input[type=checkbox] { float:left; }



.linktipps { text-align:center; }
.linksection img { margin:10px; }

#jobs .ce_headline { margin-bottom:1.5em; }
#jobs h3 { margin-top:1.5em; color:#ff6600; }


/**
* @section backend
*/
body.mceContentBody { background:#1E1E1E; }
