@import url(slimbox.css);

*, html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	color: #000;
	background-color: #0067cb;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
}
div, img, form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container {
	margin: 20px auto 0 auto;
	width: 900px;
	background-color: #fff;
	text-align: left;
}
#header {
	padding-top: 10px;
	width: 900px;
	height: 240px;
	background-color: #cbe5fd;
}
#header span {
	display: block;
	margin: 0 auto;
	width: 880px;
	height: 190px;
}
#header form {
	float: right;
	display: block;
	margin-top: 14px;
}
#header form input {
	border: 1px solid #d2eafb;
	margin-right: 10px;
}
ul#menu {
	margin: 0 auto;
	width: 860px;
	height: 40px;
	padding: 0 10px;
	background-image: url(../images/wood.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
ul#menu li {
	float: left;
	height: 40px;
	background-image: url(../images/li_menu.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
ul#menu li a {
	display: block;
	padding: 0 10px;
	height: 40px;
	font-size: 13px;
	color: #ffcc00;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #fff;
	text-decoration: none;
}
#content {
	float: right;
	width: 620px;
	margin-top: 20px;
	padding-right: 30px;
	line-height: 16px;
}
#content a {
	color: #0067cb;
	text-decoration: underline;
}
#content a:hover {
	color: #0067cb;
	text-decoration: none;
}
#content_photobook {
	float: right;
	width: 842px;
	margin-top: 20px;
	padding-right: 30px;
	line-height: 16px;
}
#content h1, #content_photobook h1 {
	padding: 0;
	margin: 0 0 13px 0;
	color: #0067cb;
	font-size: 13px;
	font-weight: bold;
}
#content h2, #content_photobook h2 {
	padding: 0;
	margin: 0;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#content form#contact {
	display: block;
	width: 600px;
}
#content form#contact div.regel {
	width: 600px;
	height: 24px;
}
#content form#contact span {
	display: block;
	float: left;
}
	#content form#contact span.first {
		width: 100px;
	}
	#content form#contact span.second {
		width: 170px;
	}
	#content form#contact span.third {
		width: 90px;
	}
	#content form#contact span.fourth {
		width: 120px;
	}
	#content form#contact span.fifth {
		width: 40px;
	}
	#content form#contact span.sixth {
		width: 220px;
	}
#content form#contact br {
	clear: left;
}

#content form textarea {
	width: 580px;
	height: 120px;
	display: block;
}
#content form input {
	margin: 0 20px 0 10px;
}

.photos {
	background-color: #cbe5fd;
}
.photos img.photo {
	margin: 10px 8px 0 10px;
}
#navigation {
	float: left;
	width: 220px
	border-left: 1px solid #fff;
	border-top: 20px solid #fff;
}
#submenu {
	margin: 10px 0 0 30px;
	background-color: #cbe5fd;
}
#submenu ul {
	padding: 12px 0 6px 0;
}
#submenu ul li {
	padding-left: 23px;
	height: 18px;
	background-image: url(../images/li_submenu.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#submenu ul li a {
	color: #0067cb;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#submenu_bottom {
	width: 200px;
	height: 137px;
	background-image: url(../images/submenu_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
img.image_left {
	float: left;
	padding-right: 20px;
}
img.image_right {
	float: right;
	padding-left: 20px;
}
.right {
	float: right;
}
#footer {
	clear: both;
}