body { 	
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#999999; 
}

form {
	padding:0;margin:0;
}

input,select,textarea {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000; 

}

body {
	margin:23px 0 10px 0;padding:0;
	background-color:#F0F0F0;
	text-align:center;
	min-width:893px;
}

/* Links */
a {
	color:#686667;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	
}
a:link {
	color:#686667;
}
a:visited {
	color:#686667;
}
a:hover {
	color:#6D97F9;
}
a:active {
	color:#686667;
}

a.marked {
	color:#6D97F9;
}
a.marked:link {
	color:#6D97F9;
}
a.marked:hover {
	color:#6D97F9;
}
a.marked:visited {
	color:#6D97F9;
}
a.marked:active {
	color:#6D97F9;
}

/* Variationen der Schriftarten */
.tiny {
	font-size:10px;
}

.highlight {
	font-weight:bold;
	color:#EA0046;
}

.errorText2 {
	color:#CC6600;;
	font-size:12px;
	margin-bottom:15px;
}

/* Standardtabelle */
table {
	border-collapse:collapse;
}

/* Bilder */
img {
	border:0;
	margin:0;
}


/* === Raumaufteilung === */

/* Kopfzeile */
#header {
	margin:0 auto 0 auto;
	width:100%;
	
}

#header td {
	padding:0;
}

#header td.left {
	background-image:url(../images/header_left.jpg);
	background-position:right;
	background-repeat:repeat-x;
	width:50%;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

#header td.right  {
	background-image:url(../images/header_right.jpg);
	background-position:left;
	background-repeat:repeat-x;
	width:50%;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

#header td.center  {
	width:893px;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}


/* Inhaltsbereich */
#content {
	width:100%;	
	min-height:350px;
	border-bottom:1px #000000 solid;
	text-align:center;
	font-weight:bold;
}

/* Absätze, Tabellen für Inhaltsbereich ... */
#content p,table,ul {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;

}

#content table.tblPhoto {
	text-align:center;
	width:820px;
	margin-bottom:62px;
}
#content table.tblPhoto td {
	padding:0;
	color:#000000;
	font-size:11px;
	font-weight:normal;

	vertical-align:top;
}

#content table.tblPhoto td a {
	color:#000000;
}
#content table.tblPhoto td a:link {
	color:#000000;
}
#content table.tblPhoto td a:hover {
	color:#000000;
}
#content table.tblPhoto td a:visited {
	color:#000000;
}
#content table.tblPhoto td a:active {
	color:#000000;
}

#content table.tblPhoto td img {
	margin-bottom:8px;

	
}

/* Überschriften */

/* Textbereich für Textseiten (schmal) */
#textArea {

	margin:40px auto 45px auto;
	width:820px;
	text-align:left;
	
}


/* Textbereich für sonstige Seiten (breit) */
#textArea2 {
	margin:0px auto 0px auto;
	width:820px;
	
	
}

#textArea2 p,table,ul {
	color:#000000;
	font-weight:bold;
	line-height:16px;
	margin-bottom:10px;
	font-size:12px;
}


#textArea p,table,ul {
	width:auto;
	color:#000000;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
	margin-bottom:10px;
}

#textArea a {
	font-size:12px;
}

#textArea h1 {
	margin:0px auto 25px auto;
	font-size:18px;
	font-weight:bold;
	color:#000000; 
	text-align:left;
}

#textArea h1.start { 
	
	margin:0px auto 50px auto;
	font-size:14px;
	font-weight:normal;
	color:#000000; 
	text-align:left;
}


#textArea h2 { 
	
	margin:0px auto 10px auto;
	font-size:18px;
	font-weight:bold;
	color:#000000; 
	text-align:left;
}

#textArea h3 { 
	
	margin:20px auto 10px auto;
	font-size:14px;
	font-weight:bold;
	color:#000000; 
	text-align:left;
}

#textArea h4 {
	margin:0px auto 0px auto;
	font-size:14px;
	color:#999999; 
	text-align:left;
}

/* Horizontale weisse Linie */
div.whiteLine {
	width:100%;
	border-bottom:1px #000000 solid;
	margin-bottom:13px;
}

div.whiteLine2 {
	width:100%;
	border-bottom:1px #000000 solid;
	margin-bottom:6px;
}

div.whiteLine3 {
	width:820px;
	margin:0 auto 13px auto;
	border-bottom:1px #000000 solid;
}

/* Menü */
#menu {
	height:26px;
	line-height:26px;
	width:820px;
	margin:0 auto 0 auto;
	text-align:left;
	color:#686667;
	vertical-align:middle;
	clear:both;
}

#menu span.menuSep {
	margin:0 5px 0 5px;
	font-size:11px;
}

/* Menülink */
#menu a {
	color:#686667;
	font-size:11px;
	text-decoration:none;
	
}
#menu a:link {
	color:#686667;
}
#menu a:visited {
	color:#686667;
}
#menu a:hover {
	color:#6D97F9;
}
#menu a:active {
	color:#686667;
}

/* Markierter Menülink */
#menu a.marked {
	color:#6D97F9;
}
#menu a.marked:link {
	color:#6D97F9;
}
#menu a.marked:hover {
	color:#6D97F9;
}
#menu a.marked:visited {
	color:#6D97F9;
}
#menu a.marked:active {
	color:#6D97F9;
}


/* Menü2 */
#menu2 {

	width:820px;
	margin:0 auto 0 auto;
	padding-bottom:18px;
	text-align:center ;
	color:#686667;
	vertical-align:middle;
	white-space:nowrap;
}

#menu2 div {
	margin-bottom:3px;
}

#menu2 span.menuSep {
	margin:0 5px 0 5px;
	font-size:11px;
}

/* Menülink */
#menu2 a {
	color:#686667;
	font-size:11px;
	text-decoration:none;
	
}
#menu2 a:link {
	color:#686667;
}
#menu2 a:visited {
	color:#686667;
}
#menu2 a:hover {
	color:#6D97F9;
}
#menu2 a:active {
	color:#686667;
}

/* Markierter Menülink */
#menu2 a.marked {
	color:#6D97F9;
}
#menu2 a.marked:link {
	color:#6D97F9;
}
#menu2 a.marked:hover {
	color:#6D97F9;
}
#menu2 a.marked:visited {
	color:#6D97F9;
}
#menu2 a.marked:active {
	color:#6D97F9;
}



#fb-root {
	margin-top:10px;
}

.overlay_preview {
	position:absolute;
	top:-2px;
	left:-4px;
	background:url(/images/overlay_preview.png) no-repeat;
	width:260px;
	height:146px;
	cursor:pointer;
}


.product_img_link {
	position:relative;
	display:inline-block;
}

.video_frame {
	position:relative;
}

.video_home_frame {
	margin-top:3px;
	width:256;
	height:144px;
	margin-left:15px;
	float:right;
	position:relative;
}

.overlay_preview2 {
	position:absolute;
	top:0px;
	left:0px;
	background:url(/images/overlay_preview.png) no-repeat;
	width:260px;
	height:146px;
	/*
	position:absolute;
	top:-2px;
	left:-4px;
	background:url(/images/overlay_preview2.png) no-repeat;
	width:267px;
	height:150px;
	*/
}



#video_border_top_left {
	width:17px;
	height:15px;
	background:url(/images/bkg_border_top_left.png) no-repeat;
	position:absolute;
	left:0px;
	top:0px;

}

#video_border_top_right {
	width:17px;
	height:15px;
	background:url(/images/bkg_border_top_right.png) no-repeat;
	position:absolute;
	left:625px;
	top:0px;

}

#video_border_bottom_left {
	width:17px;
	height:15px;
	background:url(/images/bkg_border_bottom_left.png) no-repeat;
	position:absolute;
	left:0px;
	top:345px;

}

#video_border_bottom_right {
	width:17px;
	height:15px;
	background:url(/images/bkg_border_bottom_right.png) no-repeat;
	position:absolute;
	left:625px;
	top:345px;
	
}


.email_frame_en {
	width:824px;
	height:556px;
	background:url(/images/bkg_email_en.jpg) no-repeat;
	position:relative;
}

.email_frame_de {
	width:824px;
	height:556px;
	background:url(/images/bkg_email_de.jpg) no-repeat;
	position:relative;
}

input.email {
	position:absolute;
	border:0;
	width:218px;
	height:38px;
	left:567px;
	top:109px;
	font-size:13pt;
	text-align:center;

}

* html input.email {
	line-height:38px;
}

input.sign_up {
	position:absolute;
	width:218px;
	height:38px;
	left:567px;
	top:155px;
}
