/* MGV Saengerkranz Waibstadt CSS File */

html { height:100%;}
body {background-image:url('../images/notenschluessel.gif');background-color:#c0c0c0; margin:0px; color:#000; font-family:arial,helvetica,sans-serif; height:100%; }



div#maincontainer
{
	width:960px;
	margin:0px auto;
	position:relative;
	min-height:100%
	height:auto !important;
	height:100%; 
}

div#leftcontainer
{
	color:#fff;
	font-size:14px;
	float:left;
	width:140px;
	height:427px;
	text-align:right;
	padding-left:20px;
	padding-right:57px;
	padding-top:150px;
	background-image:url('../images/left.png');

}

#leftcontainer a {
	color:white;
	text-decoration:none;
}

#leftcontainer a:hover {
	color:#226fb1;
}

#leftcontainer a .menudot {
	color:#226fb1;
}

#leftcontainer a:hover .menudot {
	color:#fff;
}


div#contentbody
{
	background-image:url('../images/content.png');
	width:960px;
	min-height:577px;

}

div#content
{
	text-align:left;
	padding-top:1px;
	padding-bottom:1px;
	font-size:11px;
	padding-left:220px;
	padding-right:30px;
}

div#header 
{
	margin:0px auto;
	height:125px;
	width:960px;
	background-image:url('../images/header.png');
}

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

#content a:hover {
	color:#226fb1;
}

div#footercontainer
{
	color:#888;
	width:930px;
	height:35px;
	font-size:10px;
	padding-top:80px;
	padding-right:30px;
	text-align:right;
	background-image:url('../images/footer.png');
}

/* Gallerie */

span#gallery_header {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#666;
}

#content .gallery {
	width:300px;
}

.gallery_tn {
	width:100px;
	height:100px;
	border:1px solid #226fb1;
}

table#gallery_list {
	border-collapse: collapse;
}

table#gallery_list td {

}

div.galleryheader {
	background-image:url('../images/galleryheader.gif');
	background-position:0px bottom;
	background-repeat: repeat-x;
	background-color:#8ab2ed;
	padding-top:2px;
	padding-right:3px;
	text-align:right;
	height:36px;
	color:#fff;
}

div.gallerybody {
	height:100px;
	text-align:center;
	background-image:url('../images/gallerybody.gif');
	background-repeat:repeat-x;
}


/* Dates */
table#datetable {
	color:#000;
	border-collapse: collapse;
	font-size:12px;
}

table#datetable tr {
	height:21px;
}

div#dates {
	width:675px;
	color:#555;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	border: 1px dashed #226fb1;
}


/* Guestbook */

.gbspacer {
	height:55px;
}

.gbheader {
	padding-top:1px;
	padding-left:2px;
	padding-right:3px;
	padding-bottom:1px;
	height:18px;
	width:425px;
	background-image:url('../images/gbheader.gif');
	background-position: 0px center;
	background-repeat:repeat-x;
	font-size:11px;
	font-weight:bold;
}

.gbbody {
	font-size:12px;
	width:425px;
	padding-top:1px;
	padding-left:2px;
	padding-right:3px;
	padding-bottom:1px;
	min-height: 78px;
	height: auto !important;
	color:#fff;
	background-image:url('../images/gbbody.gif');
	background-repeat:no-repeat;
	background-position:0px center;
	background-color:#749ec1;
}

.gbfooter{
	background-image:url('../images/gbheader.gif');
	background-position: 0px center;
	background-repeat:repeat-x;
	padding-top:1px;
	padding-left:2px;
	padding-right:3px;
	padding-bottom:1px;
	height:17px;
	width:425px;
	text-align:right;
	color:white;
}




