﻿body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #FFCC00;
}

#container {
	border: 1px solid #004284;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFFFCC;
}

#title_container {
	border: 3px ridge #004284;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 300px;
	background: #FFCC00;
}

#title {
	width: 300px;
	background: #a5b2ba url('haus-joelle.png') no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	height: 87px;
	color: white;
	padding-top: 29px;
	margin-bottom: 8px
}

.small {
	text-transform: uppercase;
	font-size: 15px;
	color: #004284;
	position: relative;
	bottom: 1px;
}

.pic {
	background: url('trier.jpg') no-repeat right top;
	height: 132px;
	float: right;
	width: 425px;
	border: 3px double #004284
}


#navigation {

}

#navigation h2 {

}

ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #004284;
	border-top: 1px solid #004284;
	padding: 4px;
}

li {
	display: inline;
	padding: 8px;
}

a {
	color: #004284;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#content {
	padding: 8px;
	font-size: 11px;
}

h1 {
	color: #004284;
	border-bottom: 1px solid #004284;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}

#footer {
	border-top: 1px solid #004284;
	text-align: center;
	font-size: 10px;
	color: #004284;

	padding: 10px;
}
