/* standard elements */
html {
	height: 100%;
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}

a:hover {
	color: darkred;
}

img {
	border:0;
}

body {
  color: #4c4c4c;
	font-family: Arial, "DejaVu Sans";
	height: 100%;
}

.content {
	width: 830px;
	float:right;
  padding-bottom: 50px;
}

.content_gallery {
  margin-bottom:50px;
}

.subheader {
	font-size: 13px;
	color: #8c8c8c;
  border-bottom: 2px solid #000;
}

.subheader-index0 {border-bottom: solid 3px #fe0000;}
.subheader-gallery0 {border-bottom: solid 3px #0000fe;}
.subheader-gallery1 {border-bottom: solid 3px #00fe00;}
.subheader-gallery2 {border-bottom: solid 3px #bfbfbf;}
.subheader-gallery3 {border-bottom: solid 3px #fefe00;}
.subheader-gallery4 {border-bottom: solid 3px #e51d40;}
.subheader-gallery5 {border-bottom: solid 3px #f9c446;}
.subheader-cv0 {border-bottom: solid 3px #007ffe;}
.subheader-statements0 {border-bottom: solid 3px #d0e2e3;}
.subheader-news0 {border-bottom: solid 3px #00c330;}
.subheader-vendors0 {border-bottom: solid 3px #fefe7f;}
.subheader-literature0 {border-bottom: solid 3px #9afe8b;}
.subheader-contact0 {border-bottom: solid 3px #7676fe;}
.subheader-imprint0 {border-bottom: solid 3px #fe00fe;}

.imprint {
	float:right;
	text-align:right;
	padding-bottom: 6px;
	color: #8c8c8c;
}

.imprint a {
	color: #8c8c8c;
}

/* misc */
.clear {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.container {
	min-height: 100%;
	height: auto !important;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #fff;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
  padding-top: 30px;
}

.langs {
  margin-top: 5px;
}

.nav {
	width: 160px;
	float: left;
  margin-top: 5px;
}

.nav ul li {
	display: block;
}

.nav ul li a {
	display: block;
	padding: 2px 0;
	margin-top: -1px;
	padding-left: 2px;
}
.nav ul li a.current {
	color: #6A84E2;
}

.nav ul ul li a {
	border: 0;
	padding-left: 15px;
}

.thumbnails {
	padding: 5px;
	text-align: center;
}

.gallery_thumbs {
  display: inline-block;
  text-align: center;
  width: 160px;
  vertical-align: top;
}

.thumbnails a img {
	opacity:0.5;
	filter: alpha(opacity = 50);
}

.thumbnails a:hover img {
	opacity:1;
	filter: alpha(opacity = 100);
}

.image {
	text-align: center;
}

.image_description {
  float: right;
	width: 80%;
	text-align: justify;
	margin: 0 auto;
}

.cat_selection {
	text-align: center;
}

.cat_selection img {
	margin: 0 5px;
}

