/*
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
**
** Nov 18, 2006 - (version 1.0)
**
** This is a part of the open source layout by
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
	padding-left: 2em;
}

body {
	/* BG-Color: */
	background-color: #ddddc0;
	text-align: center;
	margin-top: 3em;
}

.page {
	/* Page width: */
	width: 95%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}


#menu a:link.grosshat {
	color: #000;
	text-decoration: none;
}

#menu a:visited.grosshat {
    color: #000;
}

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

#padding {
	padding: 0.5em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/musBerrueco03.jpg");
	background-repeat: no-repeat;
	padding: 0.5em;
	height: 21em;
}
#historia {
	/* Background image: */
	background-image: url("../images/musBerrueco06.jpg");
	background-repeat: no-repeat;
	padding: 0.5em;
	height: 21em;
}
#imagenes {
	/* Background image: */
	background-image: url("../images/musBerrueco09.jpg");
	background-repeat: no-repeat;
	padding: 0.5em;
	height: 21em;
}
#contacta {
	/* Background image: */
	background-image: url("../images/musBerrueco07.jpg");
	background-repeat: no-repeat;
	padding: 0.5em;
	height: 21em;
}
#musica {
	/* Background image: */
	background-image: url("../images/musBerrueco11.jpg");
	background-repeat: no-repeat;
	padding: 0.5em;
	height: 21em;
}
/*
 Styles that apply to the
 content area:
*/

#content {
	background-color: #f1f1f1;
	filter: Alpha(opacity=90);
	opacity: .8;
	float: right;
	width: 13em;
	height: auto;
	font-family: Verdana, Arial;
	font-size: .8em;

}
#content p {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0.1em;
}
#contenthistoria {
	background-color: #f1f1f1;
	filter: Alpha(opacity=90);
	opacity: .8;
	float: right;
	width: 38em;
	height: auto;
	font-family: Verdana, Arial;
	font-size: .8em;

}
#contenthistoria p {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0.1em;
}
#contentimagenes {
	background-color: #f1f1f1;
	filter: Alpha(opacity=90);
	opacity: .8;
	float: right;
	width: 13em;
	height: auto;
	font-family: Verdana, Arial;
	font-size: .8em;

}
#contentimagenes p {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0.1em;
}
#contentimagenes h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding: 0.2em;
	color: #BF2016;
}
#contentcontacta {
	background-color: #f1f1f1;
	filter: Alpha(opacity=90);
	opacity: .8;
	float: right;
	width: 13em;
	height: auto;
	font-family: Verdana, Arial;
	font-size: .8em;

}
#contentcontacta p {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0.1em;
}
#contentcontacta h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding: 0.2em;
	color: #BF2016;
}
/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding: 0.2em;
	color: #BF2016;
}
#contenthistoria h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding: 0.2em;
	color: #BF2016;
}
/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

#marcaGrosshat {
    text-align: right;
    font-variant: small-caps;

    }
#marcaGrosshat img {
padding:0px 0px 0px 5px;
}
