* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #333;
	color: #fff;
	font-family: "Helvetica Neue", "Century Gothic", Arial, sans-serif;
	font-size: 11pt;
	letter-spacing: 0.5px;
	line-height: 150%;
	text-align: center;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	background: #9F0;
}

img {
	border: 0;
}

#main {
	width: 1000px;
	height: 665px;
	margin: 20px auto;
	text-align: left;
	-moz-border-radius: 7px;
}

#lang {
	float: right;
	margin-top: 10px;
}

#lang a {
	background: none;
}

h1 {
	padding: 40px 0 0 0;
	font-size: 30pt;
	font-weight: normal;
	line-height: 100%;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	background: #000;
	background: url(img/transparent_bg_black.png);
	/*background: rgba(0,0,0,0.8);*/
	color: #fff;
	text-decoration: none;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}

#horizontal_container {
	margin: 20px auto 0 auto;
    width: 960px;   
    height: 500px;
	overflow: hidden;
}

.horizontal_accordion_toggle {
	float: left;
	display: block;
	cursor: pointer;
	height: 485px;
	width: 80px;
	background: #000;
	background: url(img/transparent_bg_black.png);
	/*background: rgba(0,0,0,0.8);*/
	border-right: 1px solid #666;
	font-size: 14pt;
	text-align: center;
	padding-top: 15px;
	-moz-border-radius: 5px;
}

.horizontal_accordion_toggle:hover {
	color: #9F0;
	border-right: 1px solid #9F0;
}
		
.horizontal_accordion_toggle_active {
	color: #9F0;
	border-right: 1px solid #9F0;	
}
		
.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	padding: 15px 5px 5px 5px;
	color: #000;
	background: #fff;
	background: url(img/transparent_bg_white.png);
	/*background: rgba(255,255,255,0.8);*/
	overflow: hidden;
	-moz-border-radius: 5px;
}

#me, .content {
	height: 480px;
}

#me p {
	margin-bottom: 20px;
}

.content a {
	background: none;
	text-decoration: none;
}

#excl_mark_en {
	float: left;
	font-size: 30pt;
	margin-top: 6px;
}

#excl_mark_de {
	float: left;
	font-size: 30pt;
	margin-top: 12px;
}

.small_gray_text {
	font-size: 9pt;
	line-height: 100%;
	color: #666;
	letter-spacing: 0.5px;
}

.small_gray_text a:link, .small_gray_text a:visited {
	color: #666;
	text-decoration: underline;
}

.small_gray_text a:hover, .small_gray_text a:active {
	background: #9F0;
}

.thumb {
  border: 1px solid #666;
  margin: 1px;
}

.thumb:hover {
	border: 1px solid #9F0;
}

.content a:hover .hover {
	display: inline;
	color: #000;
	position: absolute;
	margin-top: 40px;
	margin-left: -177px;
	font-size: 9.5pt;
	background: #9F0;
	z-index: 100;
}

.hover {
	display: none;
}

.flash_instructions {
	text-align: left;
}
				
#contact {
	float: right;
	margin: 20px 0 0 0;
}

#contact a:link, #contact a:visited, #contact a:hover, #contact a:active {
	color: #fff;
	background: #000;
	background: url(img/transparent_bg_black.png);
	/*background: rgba(0,0,0,0.8);*/
	text-decoration: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
}
