/*************************************

    CSS christianstraube.com
    Coding: Annette Schwindt, schwindt-pr
    http://www.schwindt-pr.com

**************************************/


/*************************************
		Allgemein
**************************************/

* {margin: 0;
  padding: 0;}

body {background-color: #4C5F7B;
      background-image: url(hintergrund.jpg);
      background-position: top-left;
      background-repeat: repeat;
      margin: 0;
      padding: 0;
      font-family: Verdana, Helvetica, sans-serif;
}


/*************************************
		Wrapper
**************************************/

#wrapper {
	 margin-top:101px;
          padding-bottom:20px;
}



/*************************************
		Navi
**************************************/

#navi {  color: #99ccff;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px 0 0 20px;
	float:left;
	font-size: 0.75em;
	text-align:right;
	width: 110px;
}
#navi ul {font-weight: 600;
	 list-style-type: none;
}
#navi li {background-color:none;
	display: block;
         border:none;
	padding: 5px;
         margin:2px;
	width: 100px;
}

#navi a:link    {color: #ffffff; text-decoration:none;}
#navi a:visited {color: #ffffff; text-decoration:none;}
#navi a:hover   {color: #99ccff; text-decoration:underline;}
#navi a:active  {color: #99ccff; text-decoration:underline;}



/*************************************
		Sidebar
**************************************/

.sidebar {
	float:right;
         margin-left:20px;
	}

.sidebox1 {
         border: 1px solid #94A3C4;
         background-color: #ECEFF6;
	padding: 10px;
	margin-bottom: 10px;
         margin-left: 5px;
         text-align:right;
}

.sidebox1 img {
	border: 1px solid #94A3C4;
         margin-bottom: -5px;
}

.sidebox1 ul{
         margin-top:10px;
}

.sidebox1 li{
         line-height:1em;
}

.fanbox {
	margin-left:6px;
}



/*************************************
		Content
**************************************/

#content {background-color: #ffffff;
	background-image: url(gitarre3.jpg);
         background-position: top left;
         background-repeat:no-repeat;
	margin: 32px 50px 0 180px;
	min-width:750px;
         max-width: 900px;;
         padding: 30px 40px 10px 40px;
         border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
}

#content h1 {
	color: #105098;
	font-weight: 500;
	font-size: 2em;
         line-height: 1.3em;
         height:50px; /* für ie6 */
	margin-bottom: 10px;
}

#content h1 img { border: none;
         margin: 0px -5px 0px 0px;
}

#content h2 {
	color: #105098;
	font-weight:500;
	font-size: 1.3em;
         font-style: italic;
         line-height: 1.5em;
         height: 40px; /* für ie6 */
         margin-top: 10px;
	margin-bottom: 10px;
}

#content h2 img {border:none;
        margin: 0px -5px 0px 0px;
}

#content h3 {
	color: #105098;
	font-size: 1em;
	font-weight:600;
	margin-bottom: 0.5em;
}

p {
	color:#0B0B3B;
	font-size: 0.75em;
	line-height: 1.6em;
         height: auto;
	padding: 0 0 10px 0;
}


img {    border: solid 1px #0B0B3B;
	margin: 5px;
	padding: 0;
}

span {font-weight:600;
      color:#105098;
}

hr {color: #ffffff;
    background-color: #105098;
    margin-top:20px;
    margin-bottom:20px;
}

address {
	color:#0B0B3B;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}


#content ul {color: #0B0B3B;
	list-style-type:disc;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content li{margin-bottom:1em;
}

/*************************************
		Links
**************************************/

a:link    {color: #105098; text-decoration: underline; font-weight:600;}
a:visited {color: #105098; text-decoration: underline; font-weight:600;}
a:hover   {color: #3399ff; text-decoration: none; font-weight:600;}
a:active  {color: #3399ff; text-decoration: underline; font-weight:600;}


/*************************************
		Galerie
**************************************/

.photo {text-align:center;
}


/*************************************
		Presse
**************************************/

#article {
	margin: 32px auto 0 180px;
	min-width: 30em;
         max-width: 60em;
         padding: 30px 40px 10px 40px;
}

#article p {color: #ffffff;
}

#article a {color: #ffffff;
}

.press {text-align:center;
}


/*************************************
		Footer
**************************************/

#footer {margin-left: 180px;
}

#footer p {font-size:0.7em;
           color: #dcdcdc;
}

#footer a {color: #dcdcdc; font-weight: 500;}
#footer a:visited {color: #dcdcdc; text-decoration:underline; font-weight: 500;}
#footer  a:hover   {color: #ffffff; text-decoration:none;font-weight: 500;}
#footer  a:active  {color: #ffffff; text-decoration:underline;font-weight: 500;}

/*************************************
	Sonstige Klassen
**************************************/


.social {text-align:right;
}
.social img {border:1px solid #dcdcdc;
            margin:2px;
            padding:0;
}

.share {text-align:right;
        font-style: italic;
        font-weight: 600;
        color:#105098;
        margin-bottom: 20px;
}

.share img {border:none;
            margin: 0px 0px -3px 0px;
}


.play {font-size:0.7em;
       text-align:right;
       margin-top:20px;
}

.margeoff {margin: 0px;
           border:none;
}

.noborder {border:none;
}

.contac {float:left;
         margin: 20px 100px 20px 50px;
}

.tiny {font-size:0.7em;
}

.dist {margin-top:30px;
}
.verydist{margin-top:50px;
}

.right {text-align:right;
}

.center {text-align:center;
}

.flleft {float:left;
         margin-right: 100px;
}

.webdesign {float:right;
            margin-right: 250px;
}

.top {clear:both;
      text-align:right;
}

.top img {border:none;
}