/* *********************************************** */
/* reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}


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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/******************************************************************************************/




body {
	font: 14px/18px Verdana, Arial, sans-serif;
	background: #474747 url(bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}


i {
	font-size: 11px;
}

p {
	margin: 15px 0; 
	line-height: 20px;}

h1 {
	font-size: 19px;
	line-height: 24px;
	color: #474747;
	font-weight: bold;
}


h2 {
	font-size: 19px;
	line-height: 24px;
	color: #474747;
	font-weight: bold;
	margin-top: 10px;
}


h3 {
	font-size: 16px;
	line-height: 24px;
	color: #474747;
	font-weight: bold;
	margin-top: 10px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	color: #474747;
	font-weight: bold;
	margin-top: 10px;
}

strong {font-weight: bold;}


ol, ul {
	list-style: none;
	margin-top: 10px; 
	padding: 0 0 0 20px;
	list-style-position: outside;
}

ul li {
	background: url(pfeil.png) 0 4px no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	}

ol li {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-type:decimal
	}

a {color: blue;}

/***********   RAHMEN   **********/

#wrapper {
	width: 980px;
	margin: 10px auto 0;
	background: white;
}

.header {
	width: 980px;
	height: 350px;
	float: left;
	background: white;
}

object {float: left;}

.video {
	float: left;
	margin: 10px 0 30px;
	position: relative;
}

.inhalt {
	width: 980px;
	float: left;
	background: white;
	margin: 0px;
	text-align: left;
	position: relative;
}

.inhalt-landing {
	width: 880px;
	float: left;
	padding: 0 50px;
	background: white;
	margin: 0px;
	text-align: left;
	position: relative;
}

.inhalt-landing .formular {
	background: #1d4677;
	padding: 10px;
	float: right;
	width: 240px;
	color: white;
	margin: 10px 20px 0 0;
/**	voice-family: "\"}\"";
	voice-family: intherit;
	width: 260px;**/
}

.copy {
	width: 620px; 
	float: left;
	margin-left: 20px;
}

form.formular {
	background: #474747;
	padding: 10px;
	float: right;
	width: 240px;
	color: white;
	margin: 10px 20px 0 0;
/**	voice-family: "\"}\"";
	voice-family: intherit;
	width: 260px;**/
}



form label {
	width: 240px;
	margin: 3px 0;
	float: left;
}

form input {
	width: 240px;
	float: left;
}

form input.submit:hover {
	width: 140px;
	background: #272727;
	color: white;
	clear: both;
	padding: 2px;
	border: 2px solid black;
	font-size: 14px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

form input.submit {
	width: 140px;
	background: #373737;
	color: white;
	clear: both;
	padding: 2px;
	border: 2px solid black;
	font-size: 14px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

form p {
	width: 100%;
	float: left;
}


.bestellbox {
	background: #474747;
	padding: 30px;
	color: white;
	margin: 10px 20px 0 0;
/**	voice-family: "\"}\"";
	voice-family: intherit;
	width: 260px;**/
}

.bestellbox a {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

.bestellbox h2, 
.bestellbox h4 {
	color: white;
	}
	
table {
	border: 1px solid black;
	margin-top: 20px;
	}

th {
	background: #474747;
	color: white;
	padding: 5px;
	border: 1px solid white;
	}
	
td {
	color: black; 
	padding: 5px;
	border-bottom: 1px solid black;
}

a h2 {color: blue; text-decoration: underline;}
