@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background: #fff;
}

div#logo {
	width: 100%;
	text-align: center;
	background: #9ba6c2;
	padding: 35px 0 30px 0;
}

nav {
	width: 100%;
	background: #9ba6c2;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
	text-transform: uppercase;

}

nav ul {
	list-style-type: ;
}

nav ul li {
	display: inline;
	padding: 0 15px 25px 15px;
} 

nav a {
	text-decoration: none; 
	text-transform: uppercase;
	color: #333;
}

nav a:hover {
	color: #fff;
}

.sibling {
	color: #333;
	text-decoration: none;
}

.active {
	border-bottom: 3px solid #fff;
}

div#topimage {
	margin: 60px 0 40px 0;
	width: 940px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000;
	background: #fff;
}

.ce_text {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 1px;
}

div#main {
	background: url(images/background.png) repeat;
	padding: 0 0 100px 0;
	color: #555;
}

div#main p {
	line-height: 30px;
}

div#main a {
	color: #888;
	text-decoration: none;
}

div#main a:hover {
	color: #333;
}

.ce_text ul {
	list-style-type: disc;
	margin-left: 1em;
}

.ce_text li{
	padding: 8px 0 8px 15px;
	list-style: disc;
	color: #000;
}

.ce_text ul li ul li{
	padding: 3px 0 3px 8px;
	list-style: circle;
	color: #000;
}
	
footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	text-transform: uppercase;
	font-size: 13px;
	padding: 50px 0 0 0;
	color: #555
}

footer a {
	color: #555;
	text-decoration: none;
}

div#left {
	float: left;
	width: 320px;
	text-align: left;
}

div#middle {
	float: left;
	width: 320px;
	text-align: center;
}

div#right {
	float: left;
	width: 320px;
	text-align: right;
}

div#galerie {
	text-align: center;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div#galerie img {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

section {
	text-align: center;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
