/* Melli Hoppe CSS Document */

body {
	background: rgb(54,54,53);
	font-size: 11px;
	text-align: left;
	font-family: Eurostyle, sans-serif;
	margin: 20px; padding:0;
}

#imagelogo {
	padding: 10px; 10px; 10px; 20px;
	clear: left;
}

#content {
	background: white;
	border-left: 6px solid black;
	border-right: 6px solid black;
}

.gallerylink {
	font-weight: bold;
}

.header {
	font-size:14px;
	font-weight: bold;
	color: #cc9933;
	background: #000;
	padding: 3px; 3px; 3px; 2px;
	margin: 15px;
}

.pagetitle {
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color: #296392;
	font-family: Eurostyle, sans-serif;
}


p {
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	font-family: Eurostyle, sans-serif;
	margin: 20px; padding:0;
}

ul {
	list-style-type: round; 
}	

.contact {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: rgb(66, 80, 135);
	text-align: left;
	font-family: Eurostyle, sans-serif;
	margin: 10px; 0; padding-left: 30px;
}

a:link {
	color: rgb(5,0,0);
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited {
	text-decoration: none;
	color: rgb(5,0,0);
}

a:hover {
	text-decoration: underline;
	color: rgb(5,0,0);
	background-color: rgb(248, 238, 184);
}

.highlight {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#F7F7CD;
	overflow: hidden;
	display: inline;
}

img.right {
	float: right;
	margin: 5px 25px 5px 5px;
}


#copyright {
	font-size:12px;
	text-weight: bold;
	text-align: center;
	font-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 20px; 10px; 10px; 30px;
	background: rgb(52,126,184);
	border-left: 6px solid black;
}

#copyright a:link {
	color: rgb(5,0,0);
	font-weight: normal;
	text-decoration: underline;
}

