/**
 * @Version: 1.0
 * @Author: Nils Kolonko
 * @Copyright: This free website template can be used for all legal purposes. You can even use this source code to build a commercial website and sell your products. I will not charge you and you do not have to link to my website. However, you are not allowed to sell this source code or parts of it or a variation of it. Whatever you do with this source code happens on your own responsibility.
 */

/* Overall elements */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #828282; 
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-size: 100%;
  line-height:1.15em;
  padding: 0px;
  text-align: left;
}

#wrapper
{
  width: 1000px;
  height:auto;
  background-color: #ffffff;
  font-size: 0.95em;
  margin: 0 auto 0 auto;
  padding: 10px 10px 6px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#header {
  width: 100%;
  min-width:480px;
  background: #ffffff;
  margin: 0 0 20px 2px;
  padding: 5px 0 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

#footer {
  width: 100%;
  min-width:480px;
  background: #ffffff;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}


/* Navigation (left) */
#navi_elements_left_wrapper {	
  margin: 0 20px 0 0;
}

#navi_elements_left_wrapper a:link
{
  text-decoration: none;
}

#navi_element_left {	
  width: 193px;
  padding: 6px 0px 4px 6px;
  border-bottom: solid 1px #cccccc;
  border-left: solid 3px #cccccc;
  color: #000000;
  background: #e6e6e6;
  margin: 0 0 8px 0;
  text-decoration: none;
  vertical-align: middle;
} 

#navi_element_left:hover
{
  color: #ffffff;
  background: #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 3px #333333;
}

#navi_element_left:visited
{
  color: #ffffff;
  background: #c20a0a;
  border-bottom: solid 1px #c20a0a;
  border-left: solid 3px #c20a0a;
}

a:link
{
  color:#3B5998;
}

a:visited 
{
  color:#3B5998;
}
	
a:focus
{
  color: #c20a0a;
}

a:hover
{
  color: #ffffff;
  background: #3B5998;
}

a:active
{
  color: #c20a0a;  
}


/* Content (middle) */
img
{
  border:0;
}

img:hover
{
  background: #ffffff;
}

p
{
  font-size: 1em;
  margin: 0 0 10px 0;
}

	
h1 
{
  font-size: 2.0em;
  line-height: 1.2em;
  margin: 18px 0 10px 0;
}

h2
{
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 18px 0 5px 0;
}

h3
{
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 18px 0 5px 0;
}

h6 {
  color:#000000;
  font-size:0.8em;
  font-weight:normal;
  line-height:1.3em;
  margin:5px 0px 0px 0px;
}

ul {
  margin: 0.2em 0 0.9em 0; 
  padding: 0 0 0 18px;
}

li {
  font-weight: normal;
  list-style-image: url('http://www.bandologie.de/gratis_webseite_fuer_musiker/images/bullet_point_red.gif');
}

#main_content {
  width:489px;
  background-color: #f2f2f2;
  margin: 0 20px 0 0;
  font-size: 1em;
  padding: 0px 20px 20px 20px;
  border-left: 0.75pt solid #cccccc; 
  border-right: 0.75pt solid #cccccc; 
}

#main_content_wide {
  width:727px;
  background-color: #f2f2f2;
  margin: 0 20px 0 0;
  font-size: 1em;
  padding: 0px 20px 20px 20px;
  border-left: 0.75pt solid #cccccc; 
  border-right: solid 3px #cccccc;
}

#featured_content_box {
  background-color: #ffffe0;
  width: 470px;
  margin-bottom: 25px;
  border: 3px solid #c20a0a;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 2px 2px 0px #828282;
  padding: 10px;">
}

#video {
  width: 400px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 2px 2px 0px #828282;
  padding: 10px;">
}


/* Banner (right) */
#banner_area {	
 float: left;
 margin: 0 0 0 0;
}

#banner_container {	
  width: 205px;
  padding: 6px;
  border-bottom: solid 1px #cccccc;
  border-right: solid 3px #cccccc;
  background: #e6e6e6;
  margin: 0 0 10px 0;
  text-decoration: none;
  vertical-align: middle;
}

/* End */