/*merkle rot: #d10019*/

* {
	font-size: 10pt;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0;
	margin: 0;
	background: url(images/background.jpg) 50% 0px repeat-y;
}

a {
	outline: none;	
	color: #000;
}

p {
	margin: 10px 0 10px 0;	
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0px;
	line-height: 1em;
}


h5 {
	color: #ff0000;	
}

img {
	border: none;
}

.container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid #000;*/
	position: relative;
}

.copy {
	margin-top: 50px;
	text-align: center;
	font-size: 8pt;	
}

.head {
	position: relative;
	background: #ccc url(images/doppellinie.png) 0px 0px no-repeat;
	height: 180px;
}

.logo {
	position: absolute;
	top: 12px;
	left: 630px;
	text-align:center;
	color: #ddd;
	font-size: 8pt;
}

.logo .zwei {
	display: block;
	font-size: 9pt;
	color: #ddd;	
	letter-spacing: normal;
	height: 20px;
	margin: 5px -10px 0 -10px;
	padding: 0;
	background: url(images/doppellinie_klein.png);
}

.logo img {
	margin: 30px 3px 0;	
}

.laufschrift {
	position: absolute;
	top: 158px;
	left: 0px;
}

.laufschrift .input {
	width: 948px;
	border: none;
	background: transparent;
	color: #bbb;
	font-size: 13pt;
}

.content {
	position: relative;	
}

.picture {
	width: 700px;
	height: 200px;
}

.test {
	margin: 0 0 0 250px;
}

.nav {
	float: left;
	width: 250px;
	background: url(images/doppellinie.png) 0px 0px no-repeat;
	padding: 50px 0 20px 0;
	min-height: 400px;
	/*border: solid 1px #000;*/
	
}

.nav a {
	color: #595959;
	text-decoration: none;	
}

.nav a:hover {
	color: #ff0000;	
}

.aktiv a {
	color: #ff0000;
	font-weight: bold;
}

ul {
	text-transform: uppercase;
	line-height: 1.8em;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0px;
}

ul ul {
	text-transform: none;
	line-height: 1.3em;
	margin: 0 0 0 20px;
}

.pfeil {
	width: 7px;
	height: 7px;
	display: inline-block;
	margin: 0 3px 1px -10px;
}

.right {
	float: right;
	padding: 10px 0px 10px 0px;
	color: #595959;
}

.right .titel {
	padding: 2px 10px 0 10px;
	margin: 0 0 1px 0;
	text-transform: uppercase;
	background: #D7D5D6;
	line-height: 25px;
	font-size: 8pt;
	font-weight: bold;
}

.right .inhalt {
	padding: 5px 10px 10px 20px;
	margin: 0 0 10px 0;
	background: #eaeaea;
	font-size: 8pt;
}

.right .inhalt b, .right .inhalt a {
	font-size: 8pt;
	color: #595959;
	
}

.main {
	width: 450px;
	margin: 30px 0 0 30px;
}

.main700 {
	width: 650px;
	margin: 30px 0 0 30px;
}

.main ul, main700 ul {
	list-style-type: disc;
	text-transform: none;
	line-height: normal;
	margin: 0 0 0 30px;
	padding: 0px;
}

.main ul ul, main700 ul ul {
	list-style-image: url(images/ulpfeil.png);
}

.main .becker ul {
	margin: 0 0 0 230px;
}

.linie {
	display: block;
	margin: 10px 0px 25px 0px;
}

.produkt {
	float: left;
	margin: 0px 20px 20px 0px;
}

.box .right {
	margin: 0 0 7px 7px;
	padding: 0px;
	float: right;
}

.box .left {
	margin: 0 7px 7px 0;
	padding: 0px;
	float: left;
}

.pdf {
	margin: 0 0 0 60px;
}

.produktnutzen {
	border-collapse:collapse;
	width: 445px;
}

.produktnutzen td {
	padding: 3px;
	border: solid 1px #9C9E9F;
	text-align: center;
	font-size: 9pt;
}

.produktnutzen .titel {
	text-align: left;	
}

.kontakt input,
.kontakt textarea {
	width: 280px;
	border: 1px solid #D7D5D6;
	background: #FFF;
}

.kontakt input.button {
	background: #d7d5d6; 
	border:solid 1px #aaa;
	color: #555;
	width: 100px;
	font-weight: bold;
}

.kontakt table {
	margin-left: 10px;
}

.kontakt table tr td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

.tooltip2 {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	width: 300px;
	height: 86px;
	border-top: solid 10px #EAEAEA;
	border-right: solid 10px #EAEAEA;
	border-bottom: solid 10px #EAEAEA;
	top: 0px;
	left: 235px;
}

.tooltipborder {
	border: solid 1px #9C9E9F;
	width: 298px;
	height: 84px;	
}

/*-------------------TOOLTIP---------------------*/
/*-----------------------------------------------*/

.buttontooltip {
	width: 20px;	
}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
  font-weight: normal;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

a.tooltip:hover {
  background: transparent;
  z-index: 1000;
}

a.tooltip span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  color: #000;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 200px;
  z-index: 1000;
  border: solid 1px #000;
  border-left: solid 5px #000;
  padding: 2px 10px 2px 10px;
  background: rgb(192,192,192);
  text-align: left;
}
