* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 14px;
	color: #336699;
	background: url('images/hg.jpg') top left no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}
a img {
	border: 0;
}

#index #border {
	background: transparent;
}
#border {
	background-color: #fbf8f4;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	margin: auto;
	width: 900px;
}

#site {
	width: 850px;
	margin: auto;
}

#header {
	margin-bottom: 35px;
}
#header #menu {
	margin-top: 20px;
}
#header #menu ul {
	list-style-type: none;
}
#header #menu ul li {
	float: left;
	background-color: #b5bbd6;
	width: 168px;
	height: 22px;
	border-top: 1px solid #3b65a7;
	border-bottom: 1px solid #3b65a7;
	border-right: 1px solid #3b65a7;
	text-align: center;
}
#header #menu ul li#first {
	border-left: 1px solid #3b65a7;
	width: 171px;
}
#header #menu ul li a {
	display: block;
	padding-top: 3px;
	color: #3b65a7;
	text-transform: uppercase;
}
#header #menu ul li:hover,
#header #menu ul li.active {
	background-color: #c7d2ee;
}


h1 {
	font-size: 32px;
}
h3 {
	font-size: 16px;
}
h1,h3 {
	margin-bottom: 25px;
}
#container {
}
#container #content {
	line-height: 25px;
	width: 640px;
}
#container #contact {
	width: 190px;
	height: 260px;
	font-size: 11px;
	color: #000000;
	margin-left: 660px;
	background-color: #c7d2ee;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}
#container #contact .box {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 8px;
}
#termine {
	color: #000000;
	background-color: #b5bbd6;
	font-size: 12px;
	border-collapse: collapse;
}
#termine td {
	border: 1px solid #3b65a7;
	padding: 2px;
}
#container #contact .box h2 {
	font-size: 14px;
	margin-left: 3px;
}
#container #contact .box p {
	margin-top: 16px;
	margin-bottom: 16px;
}

#footer {
	background-color: #c7d2ee;
	height: 25px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#footer a {
	color: #4970ae;
}
#footer .left,
#footer .right {
	padding-top: 4px;
}
#footer .left {
	padding-left: 7px;
}
#footer .right {
	padding-right: 7px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.pull-right {
	text-align: right;
}
.clear {
	clear: both;
}

#content .photo {
	margin-bottom: 60px;
}
#content .photo .img {
	float: left;
}
#content .photo .text {
	margin-left: 230px;
}
#content .photo .text2 {
	margin-left: 200px;
}
#content li {
	margin-left: 16px;
}


#galerie #full {
	margin-bottom: 20px;
}
#galerie .thumbs {
	clear: both;
	margin-bottom: 10px;
}
#galerie .thumbs img {
	float: left;
	width: 117px;
	margin-right: 10px;
}
