/* Carsten Keller - Guitar
Start: 31.07.2009
Letzte Aenderung am 05.06.2023
*/
/* Wichtige Farben
#EEEEEE
#800000
#959595
*/

/* Allgemeines */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	line-height: 120%;
	position: relative;
	text-align: center;
	background: black url(../img/music_border.gif) repeat-y;
}

img {
	border: 0px;
}

a:link {
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	color: #800000;
	font-weight: bold; 
	text-decoration: none;
}

#page {
	position: relative;
	margin: 50px auto;
	width: 950px;
	text-align: left;
	background-color: White;
	border: black 1px solid;
}

#navi {
	position: relative;
	width: 210px;
	height: 658px;
	float: left;
	margin: 20px;
	border: #eee 1px solid;
	text-align: center;
}

html #navi {
	margin-left: 10px;
}

#content {
	position: relative;
	float: right;
	width: 629px;
	margin: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

html #content {
	margin-right: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


.shadow {
	background: url(../img/shadow1.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;
	float: left;
}

h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-variant: small-caps;
	letter-spacing: 5px;
	border-bottom: 1px solid #eee;
	color: #800000;
	padding: 20px;
	margin: 5px;
}

h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 20px 0 20px 0;
	margin: 5px;
}

h2.rest {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px 0 10px 0;
	margin: 5px;
	color: Black;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.logo {
	padding: 20px 0 20px 0;
}

dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #800000;
	margin: 5px;
	padding: 20px 0 20px 0;
}

dt {
	
}

dd {
	font-size: 9px;
	color: #959595;
}

.untertitel {
	font-size: 9px;
	color: #959595;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 9px;
	color: #959595;
	padding-bottom: 10px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: #959595;
	text-decoration: underline;
}

#footer a:visited {
	color: #959595;
	text-decoration: underline;
}

#footer a:hover {
	color: black; 
	text-decoration: none;
}

/*Homepage Anfang */

#ck {
	float: left;
	margin: 30px 20px 30px 20px;
}

p.bands {
	margin: 50px 0 20px 0;
}

p.inspiration {
	margin: 120px 60px 75px 60px;
}

li {
	margin-top: 10px;
	list-style-position: inside;
	list-style-type: square;
}
/*Homepage Anfang */

/*Music Anfang */

img.muse {
	float: left;
}

img.muse1 {
	float: right;
}

p.music {
	margin: 20px;
}
/*Music Ende */

/*Gear Anfang */
td.right {
	padding: 0 20px 0 20px;
}

.amp {
	float: right;
}

.non-shadow {
	padding: 10px;
	border: #eee 1px solid;
	float: left;
}
td {
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}

/*Gear Ende */

/*blog Anfang */

/*blog Ende */


/*Impressum Anfang */
p.impr {
	margin: 40px 60px 40px 60px;
}

img.valid {
	padding: 0 0 15px 60px;
}

/*Impressum Ende */

/*Weblog Anfang */

p.blog {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}

/*Weblog Ende */

/*Bildergalerie Weblog Anfang */

#gallery {position: relative; width: auto; height: 80px;}
#gallery ul {list-style:none; padding:0; margin:0; width: 620px; position:relative; top: 10px; float:right;}
#gallery ul li {display:inline; width:70px; height:70px; float:left; margin:0 0 0 30px;}
#gallery ul li a {display:block; width:60px; height:60px; text-decoration:none; xborder: 1px solid #800000;}
#gallery ul li a img {display:block; width:60px; height:60px; padding: 2px; border:1px solid #800000;}
#gallery ul li a:hover {white-space: normal; border-color: white;}
#gallery ul li a:hover img {position:absolute; right:180px; top:80px; background-color: #800000; padding: 5px; width:auto; height:auto;}

/*Bildergalerie Weblog Ende */