/* HTML */
body {
	font: 11px verdana, sans-serif;
	text-align: justify;
	margin: 0;
	padding: 0;
	background: #336666 url(../graphic/bg.gif) fixed repeat-x;
}
/* DESIGN */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #FFF;
}
#menu {
	height: 70px;
	margin-bottom: 10px;
	padding-right: 5px;
	background: url(../graphic/menu.gif) bottom repeat-x;
}
#logo {
	text-align: center;
	width: 200px;
	height: 49px;
	padding-top: 10px;
	float: left;
}
.button, .button:hover, #button {
	font: 10px helvetica, sans-serif;
	height: 69px;
	line-height: 70px;
	margin-right: 5px;
	padding: 0 9px;
	border: #DDD solid;
	border-width: 0 1px;
	float: right;
	display: block;
}
.button:hover, #button {
	height: 70px;
	background: #FFF;
	border-color: #AAA;
}
#content_left {
	width: 450px;
	margin-right: 10px;
	padding: 0 89px 0 75px;
	border-right: #AAA solid 1px;
	float: left;
}
#content_right {
	width: 260px;
	float: left;
}
#start-bottom {
	color: #AAA;
	width: 320px;
	margin-left: -10px;
	padding: 45px 0 45px 110px;
	background: url(../graphic/start-bottom.jpg) left no-repeat;
}
#start-bottom span { font-size: 14px; }
.box_picture {
	width: 110px;
	height: 100px;
	float: left;
}
.box_text {
	text-align: left;
	width: 150px;
	margin-top: -3px;
	float: right;
}
.box_text p { margin: 0 0 3px 0; }
#copyright {
	text-align: center;
	font-size: 11px;
	color: #AAA;
	width: 916px;
	height: 15px;
	line-height: 15px;
	margin: 10px auto;
	padding: 2px;
	background: #FFF;
	clear: both;
}
.slim_information_box {
	background: #EEE;
	margin-bottom: 10px;
	padding: 5px;
}
.slim_information_box p { margin: 3px; }
.slim_picture_margin { margin-right: 5px; }
#contact_person a {
	margin: 0 3px 3px 0;
	display: block;
	float: left;
}
.advert {
	margin: 0 5px 5px 0;
	padding: 15px 0;
	border: #000 solid;
	border-width: 1px 0;
}
/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover { color: #004947; }
/* TEXT */
h1, h2 {
	font: 20px verdana, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
}
h1 span {
	font-size: 14px;
	font-style: italic;
}
h2 {
	font-size: 14px;
	margin-bottom: 3px;
}
p { margin: 10px 0; }
.title_big {
	font-size: 16px;
	margin-right: 1px;
}
.text_normal { text-align: left; }
/* FORM */
input, select, textarea {
	font: 10px verdana, sans-serif;
	margin: 0;
}
.input_nostyle {
	padding: 2px;
	border: #AAA solid 1px;
}
/* MISC */
img { border: none; }
.left { float: left; }
.center { text-align: center; }
.right { float: right; }
.clear, .clear-height {
	font-size: 0;
	height: 0;
	clear: both;
}
.clear-height { height: 20px; }
.hr {
	font-size: 0;
	height: 0;
	margin-bottom: 10px;
	border-bottom: #CCC solid 1px;
}
/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
}
.lbLoading { background: #FFF url(../graphic/slimbox_loading.gif) no-repeat center; }
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(../graphic/slimbox_previous.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../graphic/slimbox_next.gif) no-repeat 100% 15%; }
#lbBottom {
	font: 9px verdana, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../graphic/slimbox_close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }