html,body{
    height:100%;
    font:14px Arial;
    margin:0;
    padding:0;
}
a{
    outline-style:none;
    color:#0044CC;
}
a:hover{
    color:#000;
}
h1{
    font-size:28px;
    font-family:Georgia;
    text-shadow:#ddd 1px 2px 1px;
    margin:0 10px 10px;
}
h2{
    clear:left;
    background-color:#000;
    color:#fff;
    text-transform:uppercase;
    font:20px Impact;
    letter-spacing: 1px;
    margin:0;
    padding-left:5px;
}
#container{
    min-height:100%;
    position:relative;
}
*html #container{
    height:100%;

}
img{
    border:0;
}
#top{
    overflow:hidden;
    padding:0 10px 5px;
    width:900px;
    margin:auto;
    height:94px;
}
ul#nav{
    clear:both;
    width:900px;
    margin:0 auto;
    padding:5px 0 0;
    text-align:right;
    overflow:hidden;
}
ul#nav li{
    float:right;
    list-style-type:none;
}
ul#nav li a{
    color:#fff;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    padding:4px 10px;
    text-transform:uppercase;
    display:block;
}
ul#nav li a:hover{
    background-color:#aaa;

}
ul#nav a.current{
    background-color:#fff;
    color:#000;cursor:default;
}
ul#nav a.current:hover{
    background-color:#fff;
    color:#aaa;
}
#toplinks{
    width:900px;
    margin:5px auto 10px;
    padding:0;
    text-align:right;
    font-size:0.82em;
    color:#fff;
}
#toplinks a{
    color:#fff;
}
#artist_image{
    float:right;
    margin:0 0 15px 15px;

}
#overlay img{
    border:none;
}
#lightbox img{
    border:none;
    clear:both;
}
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption{
    float:left;
}
#keyboardMsg{
    float:right;
    font:12px Arial;
}
#closeButton{
    top:5px;
    right:5px;
}

#overlay{
    background-image: url(http://img.punksite.de/website/overlay.png);
}
* html #overlay{
    background-color:#333;
    back\ground-color:transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.punksite.de/website/overlay.png", sizingMethod="scale");
}
#content{
    width:900px;
    margin:auto;
    padding-bottom:50px;
    overflow:hidden;

    background:#eee url(http://img.punksite.de/website/content_bg.gif) repeat-y;
}
#main_content{
    padding-top:10px;
    width:600px;

    float:left;



}
#main_content p{
    margin:10px;
}

#footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:40px;
    background:#000;
    text-align:center;
    color:white;
    font-size:11px;
    font-weight:bold;
}

ul.cds a{
    text-align:center;
    background-color:#f5f5f5;
    float:left;
    border:1px solid #ccc;
    margin:10px;
    padding:5px 0 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    width:125px;
    height:129px;
    overflow:hidden;
}
ul.cds li{
    width:588px;
    list-style-type:none;
    overflow:hidden;
}
ul.cds a:hover{

    background-color:#fff;
    border:1px solid #888;
}
ul.cds li span{
    font-size:10px;
}
ul.cds li a{
    color:#000;
    text-decoration:none;
}
ul.cds{
    margin:0;
    padding:0;

}
#slider{
    margin-left:6px;
}
.pagination{
    clear:both;
    text-align:center;
    margin:0 6px 10px 6px;
}
.pagination a{
    text-decoration:none;
    color:#ccc;
    border:1px solid #ccc;
    padding:1px 5px;
    margin:0 3px;
    background-color:#f5f5f5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;


}
.pagination a:hover,.pagination a.current{
    color:#333;
    background-color:#fff;

    border:1px solid #666;

}
#map a{
    color:#000;
}
ol.controls{
    margin:0 0 8px;
    padding:0;
    height:28px;
    text-align:center;
}
ol.controls li{
    margin:0 3px;
    padding:0;
    display:inline;
    list-style:none;
    height:28px;
    line-height:28px;
}
ol.controls li a{
    text-decoration:none;
    color:#ccc;
    border:1px solid #ccc;
    padding:1px 5px;

    background-color:#f5f5f5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
ol.controls li.current a{
    color:#333;
    background-color:#fff;

    border:1px solid #666;
}
ol.controls li a:hover,ol.controls li a:focus,ol.controls li a:active{
    color:#333;
    border:1px solid #666;
}
#sidebar{
    float:left;
    padding:10px 0 10px 10px;overflow:hidden;
    width:279px;
}
#search_field{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:0 5px 0 27px;width:227px;background:#fff url(http://img.punksite.de/website/search.gif) no-repeat;background-position:3px 2px;border:0;font-size:16px;
    height:25px;
}
ul#searchTabs{
    margin:15px 0 0;
    padding:0;
    height:19px;
}
ul#searchTabs li{
    display:inline;
    float:left;
}
ul#searchTabs li a{
    -moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;
    -moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;
    padding:3px 10px;
    background-color:#ddd;
    color:#000;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;margin:-2px 3px 0 0;
    display:block;
}
ul#searchTabs li a:hover{
    background-color:#ccc;
}
ul#searchTabs li a.current{
    background-color:#ccc;
    color:#fff;

}
#search_submit{
    width:100px;height:25px;padding-bottom:3px;background-color:#ccc;border:0;color:#fff;
    cursor:pointer;font-weight:bold;  -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.charts{
    overflow:hidden;
    padding:2px 0;
    height:30px;width:279px;border-bottom:1px solid #bbb;border-top:1px solid #fff;
}

.charts a{
    color:#000;
    text-decoration:none;display:block;
}

.charts img{
    width:30px; height:30px;
}
.charts:hover {

    height:50px;
}
.charts:hover img{
    width:50px; height:50px;

}

.items{
    margin-bottom:25px;
}
.items:hover{
    margin-bottom:5px;
}
.charts span{
    font-size:10px;
}
.tweets{
    width:269px;overflow:hidden;font-size:11px;padding:5px;border-bottom:1px solid #bbb;border-top:1px solid #fff;
}
.tweets a{
    color:#000;
}
.tweets img{
    float:right;margin-left:10px;
    width:40px;height:40px;
}
