@charset "utf-8";
/* CSS Document */
/*
Harmonise v1.21
Resets styles then adds basic typographical styling
By Richard Rutter, clearleft.com
*/

/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Typography */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #c1c1c1;
}

h1 {
	font-size: 4.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 3.0em;
	line-height: 1.0em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 2.0em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 0 20px 0;
}

a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#content #subLeftContent a {
        display: block;
	font-size: 1.2em;
	line-height: 2.0em;
        font-weight: normal;
        color:#c1c1c1;
}

#content .subMiddleContent  a {
        display: block;
	font-size: 1.2em;
	line-height: 2.0em;
        font-weight: normal;
        color:#c1c1c1;
}

#content #subRightContent a {
        display: block;
	font-size: 1.2em;
	line-height: 2.0em;
        font-weight: normal;
        color:#c1c1c1;
}

p {
	font-size: 1.2em;
	line-height: 2.0em;
}

.subheader {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 40px;
}

blockquote {
	font-size: 1.4em;
	font-style: italic;
        margin-bottom: 30px;
}




blockquote span {
	margin-bottom: 30px;
	float: right;
}

.afterQuote {
	margin-top: 25px;
	clear: right;
}




#firstRow {
        clear: both;
	margin-top: 30px;
}

.rightCol {
	width: 450px;
	float: right;
}

.secondRow {
margin-bottom: 30px;
	clear: both;
}

#thirdRow {
	clear: both;
}

.leftCol {
	width: 450px;
	float: left;
}

.secondRow .rightCol {
	width: 450px;
	margin-top: 53px;
	float: right;
}

.colImg {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #c1c1c1;
}

#firstRow .colImg {
	margin-top: 70px;
	margin-bottom: 10px;
	border: 5px solid #c1c1c1;
}

.secondRow .colImg {
	margin-top: 32px;
	margin-bottom: 10px;
	border: 5px solid #c1c1c1;
}

.secondRow .vitaImg {
        margin-top: 18px;
	border: 5px solid #c1c1c1;
        float:right;
}

#thirdRow .colImg {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #c1c1c1;
}

.editEntry {
	clear: both;
}


/* @end Typography */


/* @group Layout */

body {
	background:#1a1a1a url(images/bg_tile.png) repeat-x; 
}


#siteWrapper {
	margin: 0 auto;
	width: 940px;
	/*background:#1a1a1a;*/
}

#header {
	height: 450px;
	background:url(images/headerbgbg.png) repeat-x;
	margin-bottom: 40px;
	clear: left;
}

#header #branding {
	margin: 0 auto;
	width: 940px;
	height: 450px;
	padding: 1px;
	background:url(images/new_headerbg.png) no-repeat;
}

#header #gallWrapper {
	margin: 109px auto;
	width: 800px;
}

#header #gallWrapper #picWrapper {
	float: left;
	height: 272px;
	width: 672px;
	background:url(images/gallBg.png) no-repeat;
}

#header #gallWrapper #btnLeft {
	float: left;
	margin-top: 110px;
	width: 63px;
	height: 63px;
	background:url(images/gallBtnLeft.png) no-repeat;
}

#header #gallWrapper #btnLeft a {
	display: block;
	width: 63px;
	height: 63px;
}

#header #gallWrapper #btnRight {
	float: left;
	margin-top: 110px;
	width: 63px;
	height: 63px;
	background:url(images/gallBtnRight.png) no-repeat;
}

#header #gallWrapper #btnRight a {
	display: block;
	width: 63px;
	height: 63px;
}

#header #picWrapper #pics { 
	top: 30px;
	left: 15px;
    padding: 0;  
    margin:  0;  
} 
 
#header #picWrapper #pics img {  
    padding: 0 15px 0 15px;  
    border:  1px solid #000;  
    background-color: #000;  
    width:  610px; 
    height: 210px; 
} 

#pageHeader {
	height: 150px;
	background:url(images/pageHeaderBgBg.png) repeat-x;
	clear: left;
}

#pageHeader #branding {
	margin: 0 auto;
	width: 940px;
	height: 150px;
	padding: 1px;
	background:url(images/pageHeaderBg.png) no-repeat;
}


#content #mainContent {
	height: 500px;
	margin-bottom: 60px;
}

#content #mainContent #intro {
	width: 606px;
	margin-bottom: 50px;
	float: left;
}

#content #mainContent #request {
	height: 91px;
	width: 190px;
	background:url(images/guitar.png) no-repeat;
	float: right;
	padding-top: 5px;
}

#content #mainContent #request a {
	position:relative;
	height: 91px;
	width: 190px;
}

#content #mainContent #request #requestText {
	position:relative;
	top: 30px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 90px;
	text-decoration:underline;
	font-size: 2em;
	line-height: 1em;
}

#content #mainContent #request a {
	display: block;
	height: 91px;
	width: 190px;
}


#content #subContentWrapper {
	clear: both;
	background:url(images/separator.png) no-repeat bottom;
	height: 250px;
}

#content #subLeftContent {
	width: 190px;
	margin-right: 30px;
	float: left;
}

#content #subRightContent {
    width: 190px;
	margin-left: 30px;
	float: left;
}

#content .subMiddleContent {
	width: 190px;
	margin: 0 30px;
	float: left;
}

#content #blogPosts {
	width: 273px;
	float: left;
	margin-right: 60px;
}

#content #blogPosts .postWrapper {
	margin-bottom: 20px;
}

#content #testimonial {
	width: 274px;
	float: left;
	margin-right: 60px;
}

#content #events {
	width: 273px;
	float: left;
}

#content #dmsguestbook .guestbookEntry {
	margin-bottom: 20px;
}

#content #dmsguestbook br { /*notwendig da <br /> Tag im source code*/ 
	display: none;
}

#socNet {
	margin-left: 710px;
	width: 200px;
	height: 37px;
	clear: both;
}

#socNet #twitter {
	float: left;
	height: 37px;
	width: 38px;
	margin-left: 27px;
	background:url(images/twitter.png) no-repeat bottom;
}

#socNet #facebook {
	float: left;
	height: 37px;
	width: 38px;
	margin-left: 14px;
	background:url(images/facebook.png) no-repeat bottom;
}

#socNet #rss {
	float: left;
	height: 37px;
	width: 38px;
	margin-left: 14px;
	background:url(images/rss.png) no-repeat bottom;
}

#socNet .socLink {
	display: block;
	height: 37px;
	width: 38px;
}

#footer {
	height: 100px;
	border-top: 1px solid #4d4d4d;
	background:url(images/footer_tile.png);
	clear: both;
}

#imprint {
	margin: 0 auto;
	width: 940px;
}

.gallery img {
	margin-right: 30px;
	margin-bottom: 40px;
	border: 3px solid #999;
}

.gallery img:hover {
	margin-right: 30px;
	margin-bottom: 40px;
	border: 3px solid #ccc;
}
/* @end Layout*/

/* @group Navigation */

#mainNav li a{
	margin-right: 20px;
	/*float: left;*/
	display: block;
}

#mainNav li {
       float: left;
}

#mainNav {
	margin: 0 auto;
        width: 940px;
	list-style: none;
        overflow: hidden;
        zoom: 1;
}

#mainNav #home {
	width: 100px;
	height: 32px;
	margin-top: 77px;
	margin-right: 10px;
	background:url(images/home_btn.png) no-repeat;
	float: left;
}

#mainNav #home:hover {
	width: 100px;
	height: 37px;
	margin-top: 72px;
	margin-right: 10px;
	background:url(images/home_btn.png) no-repeat 0 -63px;
	float: left;
}

#mainNav #band {
	width: 100px;
	height: 32px;
	margin-top: 77px;
	margin-right: 10px;
	background:url(images/band_btn.png);
	float: left;
}

#mainNav #band:hover {
	width: 100px;
	height: 37px;
	margin-top: 72px;
	margin-right: 10px;
	background:url(images/band_btn.png) no-repeat 0 -63px;
	float: left;
}

#mainNav #guestbook {
	width: 100px;
	height: 32px;
	margin-top: 77px;
	margin-right: 10px;
	background:url(images/guestbook_btn.png);
	float: left;
}

#mainNav #guestbook:hover {
	width: 100px;
	height: 37px;
	margin-top: 72px;
	margin-right: 10px;
	background:url(images/guestbook_btn.png) no-repeat 0 -63px;
	float: left;
}

#mainNav #contact {
	width: 100px;
	height: 32px;
	margin-top: 77px;
	margin-right: 10px;
	background:url(images/contact_btn.png);
	float: left;
}

#mainNav #contact:hover {
	width: 100px;
	height: 37px;
	margin-top: 72px;
	margin-right: 10px;
	background:url(images/contact_btn.png) no-repeat 0 -63px;
	float: left;
}

#mainNav #gallery {
	width: 100px;
	height: 32px;
	margin-top: 77px;
	margin-right: 10px;
	background:url(images/gallery_btn.png);
	float: left;
}

#mainNav #gallery:hover {
	width: 100px;
	height: 37px;
	margin-top: 72px;
	margin-right: 10px;
	background:url(images/gallery_btn.png) no-repeat 0 -63px;
	float: left;
}

/* @end Navigation*/

/* @group Lists */

#eventList li {
	margin-bottom: 20px;
	background:url(images/listSymbol.png) top left no-repeat;
}

#eventList li p {
	margin-left: 30px;
}

#songList {
	margin-top: 20px;
}

#songList li {
	margin-bottom: 10px;
	background:url(images/listSymbol.png) top left no-repeat;
}

#songList li p {
	margin-left: 30px;
}

.refList {
	margin-top: 20px;
}

.refList li {
	margin-bottom: 10px;
	background:url(images/listSymbol.png) top left no-repeat;
}

.refList li p {
	margin-left: 30px;
}

/* @end Lists */