/*-------*/
/* Frame */
/*-------*/
body {
    /* margin: 0px; */
    background-image: url(../images/mainbody.jpg);
    background-repeat: no-repeat;
    font-family: Verdana, Arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    overflow: auto;
}

#mi {
	position: absolute;
	top: 16px;
	left: 16px;
}

#menue {
	position: absolute;
	top: 180px;
	left: 20px;
	height: 700px;
	text-align: center;
}

#menue img {
	margin-bottom: 12px;
}

#menue a {
	text-decoration: none;
}

#content {
	width: 740px;
	height: 650px;
	position: absolute;
	top: 210px;
	left: 260px;
}

h1 {
	font-size: 1.1em;
}

img {
    border: 0;
}

a:link, a:visited, a:active {
   color: #666;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

/*------*/
/* News */
/*------*/
.newsEntry {
	/* border-right: 2px solid #666;
	border-bottom: 2px solid #666; */
	margin-bottom: 45px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.newsEntry h1 {
	font-size: 1.1em;
}

.newsEntry h2 {
	font-size: 1.1em;
}

.authDate {
	text-align: right;
	font-weight: bold;
}

/*-------*/
/* Music */
/*-------*/
.musicCD { 
	margin-top: 35px;
	margin-right: 100px;
	margin-left: 25px;
	width: 130px;
	height: 130px;
	float: left;
	/* border: 4px solid #666; */
}

.musicArrow {
	margin-top: 75px;
	float: left;
}

.musicHL {
	font-weight: bold;
	font-size: 1.1em;
}

.musicText {
	margin-top: 35px;
	border: 2px solid #666;
	float: left;
	width: 450px;
	padding: 5px;
}

.songTable {
	border: 0;
}

.songTable td {
	padding-right: 5px;
}

/*----------*/
/* Pictures */
/*----------*/

/* Kategorien-Übersicht */
.picsCat {
	border: 2px solid #666666;
	/* text-align: center; */
	font-weight: bold;
	padding: 15px 5px 15px 5px;
	margin-top: 15px;
	margin-left: 35px;
	width: 650px;
}

.picsCat600 {
	background-image: url(../images/600Balken.jpg);
    background-repeat: no-repeat;
    
	font-weight: bold;
	padding-top: 23px;
	/* padding-left: 40px; */
	text-align: center;
	
	margin-top: 0px;
	margin-left: 35px;
	width: 628px;
	height: 70px;
}
.picsCat600 a {
	color: black;
}

.picsCat500 {
	background-image: url(../images/500Balken.jpg);
    background-repeat: no-repeat;
    
	font-weight: bold;
	padding-top: 27px;
	/* padding-left: 40px; */
	text-align: center;
	
	margin-top: 0px;
	margin-left: 35px;
	width: 531px;
	height: 70px;
}
.picsCat500 a {
	color: black;
}

.picsCat400 {
	background-image: url(../images/400Balken.jpg);
    background-repeat: no-repeat;
    
	font-weight: bold;
	padding-top: 27px;
	/* padding-left: 40px; */
	text-align: center;
	
	margin-top: 0px;
	margin-left: 35px;
	width: 428px;
	height: 70px;
}
.picsCat400 a {
	color: black;
}

.picsCat300 {
	background-image: url(../images/300Balken.jpg);
    background-repeat: no-repeat;
    
	font-weight: bold;
	padding-top: 27px;
	/* padding-left: 40px; */
	text-align: center;
	
	margin-top: 0px;
	margin-left: 35px;
	width: 338px;
	height: 70px;
}
.picsCat300 a {
	color: black;
}

/* Bildervorschau */
.pics1 {
	margin-top: 0px;
}

.pics2 {
	margin-left: 100px;
}

.negativ1 {
	background-image: url(../images/negativ.gif);
	width: 156px;
	height: 144px;
	float: left;
}

.negativ2 {
	margin-top: 80px;
	background-image: url(../images/negativ.gif);
	width: 156px;
	height: 144px;
	float: left;
}

.negativ1 img {
	margin-top: 22px;
	margin-left: 3px;
	width: 150px;
	height: 100px;
}

.negativ2 img {
	margin-top: 22px;
	margin-left: 3px;
	width: 150px;
	height: 100px;
}

/* bei der Pictures-Übersicht */
.picsNav {
	clear: both;
	width: 740px;
	padding-top: 25px;
	text-align: right;
	vertical-align: middle;
	/* border: 1px solid grey; */
}

#picPrev {
	text-align: center;
}

#navBar {
	width: 630px;
}

#navBar img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*------*/
/* Gigs */
/*------*/
#gigTable {
	width: 740px;
	
}

#gigTable th {
	border: 2px solid #666;
}

#gigTable td {
	padding: 3px;
}

.nextGig {
	background-color: #F00207;
	color: #FFFFFF;
}

/*-------*/
/* Merch */
/*-------*/
.merchHL {
	border: 2px solid #666;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

/*-----------*/
/* Guestbook */
/*-----------*/
.grey {
	color: #666;
}

.gbNr {
	font-weight: bold;
	font-size: 1.1em;
	/* color: red; */
}

.gbTable {
	border: 0;
}

.gbTable th {
	text-align: right;
}

.gbInfo {
	padding: 5px;
	font-style: italic;
	font-size: 0.8em;
	border: 1px solid grey;
}

.previewClose {
	border-bottom: 1px solid black;
	text-align: right;
	padding: 5px;
	padding-top: 0px;
	margin-bottom: 15px;
}

/*-------*/
/* Links */
/*-------*/
#linksTable {
	width: 738px;
}

#linksTable th {
	border: 2px solid #666;
	width: 246px;
}

#linksTable td {
	vertical-align: top;
	padding: 3px;
	width: 246px;
}

/*---------*/
/* Contact */
/*---------*/
.contactTable td {
	padding: 5px 15px 5px 0px;
}

.contactHL {
	border: 2px solid #666;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

