html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #7c7c7c;
	color: #ffffff;
	font-family:"RobotoThin", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
a {
	color: #fff;
	font-family:"RobotoMedium", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

*::selection 			{ background:#99cc00; color:#fff; text-shadow: none; }
*::-moz-selection 		{ background:#99cc00; color:#fff; text-shadow: none; }
*::-webkit-selection 	{ background:#99cc00; color:#fff; text-shadow: none; }
.unselectable {
    -moz-user-select:none;
    -webkit-user-select:none;
}

#contentcolumn {
	position: relative;
	width: 656px;
	margin-left: 10%;
	margin-bottom: 20px;
	z-index: 1;
}
.smallwidth #contentcolumn {
	margin: 0 auto 60px auto;
}
.smallheight #maincontent {
	height: 320px;
}
.smallheight .usescrollbar, .smallheight .usescrollbar2, .smallheight .usescrollbar3 {
	height: 280px; /* 320 - 2x20px fürs padding*/
}


#logo {
	background-image: url('../images/logo.png');
	display: block;
	cursor: pointer;
	margin: 40px auto 30px auto;
	width: 350px;
	height: 137px;
}

.smallheight #logo {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 255px;
	height: 100px;
	background-image: url('../images/logo-mobile.png');
}
		
#maincontent {
	width: 100%;
	height: 435px;
	overflow: hidden;
	background: url('../images/content-bg.png');
}

#contentwrapper {
	height: 100%;
}

.content {
	padding: 20px;
	float: left;
}

.content p, .content ul, .content table {
	margin: 1em 0;
}

.usescrollbar, .usescrollbar2, .usescrollbar3{
	height: 395px; /* 435 - 2x20px fürs padding*/
}

#ascrail2000, #ascrail2000-hr {
	display: none;
}

h1 {
	font-family:"RobotoCondensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #555;
}
h2 {
	font-family:"RobotoMedium", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 1.8em;
	font-weight: normal;
}

table span {
	font-family:"RobotoLight", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 2em;
}

.tinytext {
	font-size: 18px;
}

#signature {
	margin-top: 40px;
}

#mainnavi {
	position: relative;
	height: 35px;
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnavi li {
	position: relative;
	font-family:"RobotoLight", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: #555 2px 2px 1px;
	font-size: 20px;
	border-right: solid #BBBFBF 1px;
	float: left;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 6px 19px;
	z-index: 1;
}

#mainnavi li.last {
	border-right: none;
}

#mainnavi li.first {
	padding: 6px 18px 6px 17px;
}
.smallwidth #mainnavi li.first {
	padding: 6px 16px;
}

#mainnavi #mn-active {
	position: absolute;
	background: url('../images/mainnavi-active-bg.png');
	height: 35px;
	width: 87px;
	z-index: 0;
}

#kontaktcontainer {
	position: absolute;
	width: 656px;
	margin-left: 10%;
	z-index: 1;
	bottom: 20px;
}
.smallwidth #kontaktcontainer {
	position: relative;
	margin: 50px auto 20px auto;
}
.smallheight #kontaktcontainer {
	position: relative;
	margin-top: 190px;
}

#vds {
	position: absolute;
	bottom: 4px;
	left: 260px;
}

#kontakt {
	position: absolute;
	width: 330px;
	right: 0px;
	font-size: 16px;
	bottom: 0;
} 
.smallwidth #kontakt, .smallheight #kontakt {
	position: relative;
	bottom: auto;
	top: 0;
	margin-left: 50%;
}

#kontakt a {
	color: #FFFFFF;
}

input[type="text"], input[type="email"], textarea {
	font-family:"RobotoLightItalic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	background: none;
	border: none;
	border-bottom: 1px solid #EEEEEE;
	width: 330px;
	margin-bottom: 5px;
	height: 1em;
	font-size: 14px;
}
input:focus, textarea:focus, a:focus {
  outline-color: #99cc00;
  color: #FFFFFF;
}


input:-moz-ui-invalid, textarea:-moz-ui-invalid, a:-moz-ui-invalid {
    outline:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

#kontakt textarea {
	background: no-repeat url('../images/textarea-bg.png') 0px 15px ;
}

input[type="submit"] {
	float: right;
	background: url('../images/content-bg.png');
	right: 0px;
	border: none;
	color: #eee;
	font-family:"RobotoLight", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: #777 2px 2px 1px;
	cursor: pointer;
}

p.email {
	margin-bottom: 0;
}

#visual {
	position: fixed;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	padding: 0;
}

.smallwidth #visual {
	display: none;
}

#visual-image-container {
	height: 100%;
	width: 100%;
}

#visual-image-container img {
	position: absolute;
	right: 0px;
}

#copyright {
	position: fixed;
	width: 160px;
	right: 230px;
	bottom: 20px;
	font-size: 12px;
}

.smallheight #copyright {
	right: 10px;
}

#co-hoerproben ul {
	list-style: none;
	padding: 0;
}

#fallback {
	display: none;
}

.audioButton {
	display: block;
	height: 32px;
	padding-left: 40px;
	background: url('../images/9_av_play_over_video.png') no-repeat 0px -3px;
	cursor: pointer;
	font-family: "RobotoThin", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 6px;
}
.audioButton:hover {
	text-decoration: none;
}

.audioButton.playing {
	background: url('../images/9_av_pause_over_video.png') no-repeat 0px -3px;
}


.audioButton.loading,
.audioButton.loading:hover {
	background: url('../images/9_av_pause_over_video.png') no-repeat 0px -3px;
	text-indent: 0!important;
}

#player {
	display: none;
}