@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #000;
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3f4f4;
	margin: 0px;
	margin-left: 50%;
}

body.iframe
{
	background-color: #000;
	background-image: url(../images/bg_vertrieb.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3f4f4;
	margin: 0px;
}


img
{
	border: 0px;
}

p
{
	margin: 0px;
}

table
{
    border-collapse: collapse;
	border-spacing: 0px;
}

table, td, th
{
  padding: 0px;
}

select
{
	width: 100px;
	background-color: #000;
	border: 1px solid #6d6d6d;
	color: #fff;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input
{
	width: 300px;
	height: 10px;
	background-color: #000;
	border: 1px solid #6d6d6d;
	color: #fff;
	padding: 5px;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	width: 300px;
	height: 100px;
	background-color: #000;
	border: 1px solid #6d6d6d;
	color: #fff;
	padding: 5px;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select:hover, input:hover, textarea:hover
{
	background-color: #6d6d6d;
	border: 1px solid #fff;
}

a, a.footer
{
	color: #fff;
	text-decoration: none;
}

a.navigation
{
	text-transform: uppercase;
}

a.language
{
	font-size: 10px;
}

a.navigation:hover, a.language:hover, a.footer:hover
{
	text-decoration: none;
	border-bottom: 1px solid #6d6d6d;
}

h1
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	max-width: 590px;
}

h2
{
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

h3
{
	margin: 0px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.lead
{
	font-size: 15px;
	line-height: 20px;
	max-width: 590px;
}

.product
{
	font-size: 11px;
	line-height: 16px;
}

.vertrieb_adressen
{
	display: block;
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px solid #f3f4f4;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	max-width: 226px;
	vertical-align: top;
}

.vertrieb_adressen_top
{
	display: block;
	width: 100%;
	border-top: 1px solid #f3f4f4;
	padding-top: 10px;
	border-bottom: 1px solid #f3f4f4;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	max-width: 226px;
	vertical-align: top;
}

.vertrieb_adressen_intro
{
	display: block;
	width: 100%;
	border-top: 1px solid #f3f4f4;
	padding-top: 10px;
	border-bottom: 1px solid #f3f4f4;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
}

.formular
{
	padding-top: 5px;
}

div#background
{
	z-index: 0;
	position: absolute;
	margin-left: -512px;
	width: 990px;
	height: 700px;
	background-color: #000;
	border: 1px solid #6d6d6d;
	border-top: 0px;
}

div#header
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 25px;
	width: 970px;
	height: 65px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 940px;
}

div#lead
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 92px;
	width: 970px;
	height: 138px;
	border-top: 1px solid #6d6d6d;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	max-width: 940px;
}

div#lead_vertrieb
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 92px;
	width: 970px;
	height: 75px;
	border-top: 1px solid #6d6d6d;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	max-width: 940px;
}

div#content
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 245px;
	width: 970px;
	height: 377px;
	border: 1px solid #6d6d6d;
	padding: 15px;
	max-width: 940px;
	max-height: 347px;
}

div#content_vertrieb
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 182px;
	width: 970px;
	height: 440px;
	border: 1px solid #6d6d6d;
	padding: 15px;
	max-width: 940px;
	max-height: 410px;
}

div#footer
{
	z-index: 1;
	position: absolute;
	margin-left: -502px;
	top: 637px;
	width: 970px;
	height: 33px;
	border-top: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 940px;
}

div#navigation
{
	margin-top: 5px;
	margin-bottom: 17px;
}

div#language
{
	display: block;
}

div#sticker
{
	display: block;
	padding-bottom: 15px;
}

div#video
{
	display: none;
	z-index: 100;
	position: absolute;
	background-image: url(../images/bg_video.png);
	margin-left: -501px;
	top: 246px;
	width: 968px;
	height: 375px;
	padding: 14px;
	max-width: 941px;
	max-height: 349px;
}
