* {
	margin: 0;
	padding: 0;
}

body {
	background:  url(images/frame.png) repeat #550000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
  color: #ffedae;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 130%;
}


p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
  list-style-type: circle;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a {
	text-decoration: none;
    color: #ffede6;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	color: #dea978;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0px 0;
    border: solid 1px #decc8f;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
    color: #ffedae;
	width: 770px;
	height: 305px;
	margin: 10px auto 0px auto;
	padding: 0 25px 10px 25px;
	background: #380000 url(images/header.jpg) no-repeat center;
    border-top: 1px solid #aca179;
    border-left: 1px solid #aca179;
    border-right: 1px solid #aca179;
    border-radius-topleft: 4px;
    border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -webkit-border-radius-topleft: 4px;
    -webkit-border-radius-topright: 4px;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 65px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 135px;
	letter-spacing: normal;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Frame */

#frame {
	width: 760px;
	margin: 0px auto;
	padding: 0px 30px;
	background: #380000;
  border-left: 1px solid #aca179;
  border-right: 1px solid #aca179;
}

#frame h1 {
    border-bottom: 1px solid #ffe27e;
}


/* Content */

#content {
	width: 440px;
	float: left;
	padding: 20px 0 0 5px;
}

.news_entry {
	padding: 10px 0 0;
}

.news_entry .title {
	padding: 0 0 5px 0;
}

.news_entry .title span { 
	padding-right: 20px;
}

/* Sidebar */

#sidebar {
 	margin-top: 66px;
 	margin-right: 40px;
	float: right;
	width: 180px;
	background: #380000;
 	color: #ffedae;
	border-radius: 2px;
 	-moz-border-radius: 2px;
 	-khtml-border-radius: 2px;
 	-webkit-border-radius: 2px;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box ul {
	margin: 10px 25px 25px 25px;
	padding: 0 30px 0 0;
  list-style-type: square;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #8b6565;
}

.box a {
	padding-left: 10px;
	color: #ffedae;
}

/* FOOTER */

#footer {
	width: 820px;
	height: 25px;
    text-align: right;
	margin: 0 auto 10px auto;
	background-color: #090000;
    border-bottom: 1px solid #aca179;
    border-left: 1px solid #aca179;
    border-right: 1px solid #aca179;
    border-radius-bottomleft: 8px;
    border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
}

#footer p {   
    padding: 2px 10px 0px 0px;
}

#footer a {
    font-size: 0.8em;
}

#footer a:hover {
	text-decoration: underline;
}


/* GUESTBOOK */

#gb_mail {
    position: relative; 
    left: 19px;
}

#gb_name {
    position: relative; 
    left: 17px;
}

#gb_site {
    position: relative; 
    left: 2px;
}

#gb_text {
    margin-top: 12px;
}

#gb_submit {
    position: relative;
    left: 25px;
}


/* LIVE */

#live_past {
    margin-bottom: 10px;
}

.live_gig {
    margin-top:-10px;
    margin-bottom:25px;
}


/* PERSONAL */

#personal td {
    width: 225px;
}

/* KONTAKT */

#kontakt_form {
    margin-top: 35px;
}

#kontakt_mail {
    position: relative;
    left: 3px;
    margin-bottom: 15px;
}

#kontakt_text {
    margin-top: 10px;
}

#kontakt_submit {
position:relative;
top: -27px; 
width: 100px;
left: 220px;
}


/* REFERENZEN */

#referenzen {
	margin-top: -5px;
    padding-left:115px;
    list-style-type: square;
}


/* REPERTOIRE */

#repertoire {
	margin-top: -5px;
}

#repertoire tr {

}

#repertoire td {
    padding-top: 4px;
    width: 150px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    padding-left: 12px;
}