@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Main stuff */

body {
	font: normal 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	color: #333;
	background: url(img/back.jpg);
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

a:link,
a:visited {
	color: #ea1071;
}

a:focus,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ----------------------------------------------------- Header */

#header {
	height: 160px;
  position: relative;
}

.ie6 #header {
  overflow: hidden;
}

h1 {
	display: block;
	margin: 25px 0 0 0;
	float: left;
	text-indent: -10000em;
	background: url(img/headline.png) 0 0 no-repeat;
	width: 474px;
	height: 66px;
}

.ie6 h1 {
  background-image: url(img/headline2.png);
}

h1 a {
	display: block;
	height: 66px;
}

#header img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 306px;
	height: 160px;
}

.ie6 #header img {
  display: none;
}

.ie6 #header {
  background: url(../images/keyvisual2.png) 100% 0 no-repeat;
}

#main {
	background: #fff;
	position: relative;
	z-index: 2;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	overflow: hidden;
	margin-top: -50px;
}

.ie6 #main {
  zoom: 1;
  width: 100%;
}

/* ----------------------------------------------------- Navigation 1 */

.navi1 {
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
	top: -30px;
	height: 50px;
}

.ie7 .navi1 {
  width: 800px;
  zoom: 1;
}

.navi1 li {
	float: left;
	height: 50px;
	background: #fff url(img/navi1gradient.png) 0 -20px repeat-x;
	margin: 0 2px 0 0;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	line-height: 1.143em;
}

.navi1 li.active {
	background-image: none;
}

.navi1 li a {
	padding: 6px 15px;
	height: 30px;
	display: block;
}

.ie6 .navi1 li a {
  display: inline-block;
}

.navi1 a:link,
.navi1 a:visited {
	text-decoration: none;
	color: #000;
}

.navi1 a:focus,
.navi1 a:hover,
.navi1 a:active,
.navi1 li.active a {
	color: #ea1071;
}

.navi1 li:hover {
	background: #fff;
}

/* ----------------------------------------------------- Navigation 2 */


#mainhead {
	background: url(img/mainback.png) top right repeat-y;
	border-bottom: 1px solid #d3d3d3;
	height: 1.429em;
	padding: 0.8em 47px 1.2em 50px;
}

.navi2 {
	float: left;
	margin-left: -14px;
}

.navi2 li {
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 1.167em;
	margin-right: 13px;
	padding-left: 14px;
	background: url(img/navi2-border.png) 0 0 no-repeat;
}

.navi2 li.first-item {
	background: none;
}

.navi2 a:link,
.navi2 a:visited {
	text-decoration: none;
	color: #555;
}

.navi2 a:focus,
.navi2 a:hover,
.navi2 a:active,
.navi2 .active a {
	color: #ea1071;
}

.navi2 .active a {
	display: block;
	height: 3.9em;
	background: url(img/navi2-active.png) 50% 100% no-repeat;
}

#mainhead .navi2 .active a {
  height: auto;
  background: none;
  color: #ea1071;
}


/* ----------------------------------------------------- Global Navigation */

.globalnavi {
	float: right;
	width: 225px;
}

.globalnavi li {
	float: left;
	width: 40%;
	font-size: 10px;
	padding-left: 14px;
	background: url(img/icon-tell.png) 0 1px no-repeat;
	line-height: 1.5em;
}

.globalnavi a:link,
.globalnavi a:visited {
	color: #555;
	
	text-decoration: none;
}

.globalnavi a:focus,
.globalnavi a:hover,
.globalnavi a:active {
	color: #ea1071;
}

.globalnavi #glob-63 {
	background-image: url(img/icon-tell.png);
}

.globalnavi #glob-54 {
	background-image: url(img/icon-contact.png);
}

.globalnavi #glob-97 {
	background-image: url(img/icon-impressum.png);
}

.globalnavi #glob-96 {
	background-image: url(img/icon-security.png);
}

.globalnavi .active a {
	color: #000;
	font-weight: bold;
}



/* ----------------------------------------------------- Content */

#content {
	width: 450px;
	float: left;
	padding: 43px 0 50px 50px;
	clear: both;
}

#wrapper .content-wide {
	width: 750px;
	padding-right: 50px;
}

#content h2 {
	font-size: 26px;
	font-weight: bold;
	color: #ea1071;
	line-height: 1.1em;
	margin-bottom: 0.75em;
	font-family: "Trebuchet MS", arial, sans-serif;
}


#content h3 {
	font-size: 16px;
	color: #ea1071;
	line-height: 1.1em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 6px;
	margin-top: 2em;
	margin-bottom: 0.75em;
}

#content h4 {
	font-weight: bold;
}

#content dl,
#content ul,
#content ol,
#content p {
	margin-bottom: 1em;
}

dt,
#content .more,
#content ul li {
	padding-left: 18px;
	background: url(img/bullet.png) 0 5px no-repeat;
	margin-bottom: 0.5em;
}

#content ol li {
  margin-bottom: 0.5em;
  list-style: decimal outside;
  margin-left: 2em;
}

#content img.right {
  margin: 5px 0 12px 10px;
  border: 1px solid #ddd;
}

.bu {
  position: relative;
  top: -35px;
  float: right;
  width: 45%;
  margin-bottom: 0;
}

sup {
  font-size: 0.9em;
  position: relative;
  top: -0.4em;
}

cite {
  font-style: italic;
  color: #888;
  font-size: 12px;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  
}

/* ----------------------------------------------------- Archivchooser */


#content #archivchooser li {
  padding: 0;
  background: none;
}

#archivchooser a {
  padding: 0 5px;
  background: #eee;
  display: block;
  margin: 0 0 0.4em 0;
  text-decoration: none;
}

#archivchooser a:hover {
  background: #ddd;
  color: #EA1071;
}

#archivchooser a:focus,
#archivchooser a:active {
  color: #fff;
  background: #EA1071;
}

#archivchooser ul {
  width: 450px;
  margin: 0;
}

.AS_ajax_result,
#archivchooser ul li {
  background: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: -1px;
  font-size: 12px;
}

.AS_ajax_result a,
#archivchooser ul a {
  padding: 3px;
  display: block;
  margin: 0;
  background: none;
}

.AS_ajax_result a:link,
#archivchooser ul a:link {
  text-decoration: none;
  color: #222;
}

.AS_ajax_result a:visited,
#archivchooser ul a:visited {
  color: #aaa;
}

.AS_ajax_result a:focus,
.AS_ajax_result a:hover,
.AS_ajax_result a:active,
#archivchooser ul a:focus,
#archivchooser ul a:hover,
#archivchooser ul a:active {
  color: #000;
  background: #eee;
}
.AS_ajax_result p {
  display: none;
}


/* ----------------------------------------------------- Symptomchecker */

#symptome {
  position: relative;
  width: 450px;
  overflow: hidden;
  height: 800px;
}

#stage {
  position: absolute;
  top: 0;
  left: 0;
}

#symptome fieldset {
  background: #eee;
  border: 1px solid #ccc;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 408px;
}

#step1 { left: 0; }
#step2 { left: 470px; }
#step3 { left: 940px; }
#step4 { left: 1410px; }


#symptome h3 {
  margin: 0 0 12px 0;
}

#symptome table {
  width: 100%;
  border-collapse: collapse;
}

#symptome td,
#symptome th {
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 30px;
}

#symptome th.desc {
  width: auto;
}

#symptome thead th {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  vertical-align: bottom;
  padding: 6px 0;
}

#symptome tbody th {
  text-align: left;
  line-height: 1.2em;
  padding-bottom: 7px;
  width: 220px;
}

#symptome tbody small {
margin-top: 4px;
}

#symptome .stepindicator {
  float: right;
  font-size: 11px;
  margin-top: -3em;
}

#symptome input.submit {
  margin: 10px 0 0 0;
}




/* ----------------------------------------------------- Content Forms */

#content form .field {
	clear: both;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	overflow: hidden;
}

.ie6 #content form .field {
  zoom: 1;
}

#content form .smallfield {
	clear: both;
	border: none;
	background: #eee;
	padding: 10px 0 10px 10px;
	margin: 30px 0;
	overflow: hidden;
}

.radio, .checkbox {
  margin: 0;
}

#content form label {
	width: 120px;
	float: left;
}

#content form .widelabel label {
	width: 160px;
}

#content form .text {
	width: 240px;
}

#content form .date {
	width: 100px;
	float: left;
	margin: 5px 0;
}

.field small {
  float: left;
  margin: 10px 0 0 10px;
}

#content form .smallfield .text {
  float: none;
  width: 280px;
  margin-left: 13px;
  vertical-align: middle;
}

#content form textarea {
	width: 322px;
	height: 200px;
}

#content form .field .radios label {
	float: none;
	width: auto;
	margin-right: 4px;
}

#content .longconfirm {
  overflow: hidden;
}

#content .longconfirm input {
  float: left;
  margin-top: 5px;
}

.ie7 #content .longconfirm input {
  margin-top: 1px;
}


#content .longconfirm label {
  width: 410px;
  margin-left: 10px;
}

.ie7 #content .longconfirm label {
  margin-left: 4px;
}

#content form .indent {
  padding-left: 23px;
}

#content .submit {
	margin-left: 120px;
}

#content form .smallfield .submit {
  float: none;
  margin: 0 0 0 10px;
  display: inline;
  vertical-align: middle;
}


#content .widesubmit {
	margin-left: 160px;
}

.errors {
	border: 2px solid #ea1071;
	padding: 10px 15px;
	margin: 1.3em 0;
}

.smallfield .clear {
  margin-left: 30px;
}

#content .clear * {
  font-size: 11px;
  margin: 0;
  vertical-align: middle;
  float: none;
  display: inline;
}

#score dt {
  float: left;
  margin: 0 0 4px 0;
  clear: both;
}

#score dd {
  margin: 0 0 8px 235px;
}

#score .last {
  padding-top: 12px;
  background-position: 0 17px;
}

#sum1, #sum2, #sum3, #total {
  font-weight: bold;
  background: #ddd;
  padding: 0 4px;
}

#result {
  margin: 20px 0;
  padding: 12px 20px 1px 20px;
  border: 1px solid #ccc;
}

.threesome {
border-bottom: 1px dotted #ccc;
padding: 0 0 15px 0;
height: 150px;
}

.threesome .third {
float: left;
width: 33%;
padding-bottom: 4px;
overflow: hidden;
}

#content .threesome label {
display: inline;
margin: 0;
padding: 0;
float: none;
}

.threesome input {
position: static;
margin-left: 20px;
}


/* ----------------------------------------------------- Sidebar */

#sidebar {
	float: right;
	width: 235px;
	padding: 25px 50px 50px 0;
}

#sidebar .box {
	background: #c2c2c2 url(img/sidebox.png) 0 0 repeat-x;
	margin: 25px 0;
	padding: 10px 15px;
	font-size: 12px;
}

.box p {
	margin-bottom: 0.5em;
}

#sidebar .banner {
	padding: 0;
	background: none;
}

.box h3 {
	font-size: 16px;
	color: #ea1071;
	margin-bottom: 0.5em;
} 

form#newsletter {
	margin: 1em 0;
}

textarea,
input.text {
	background: #fff url(img/formshadow.png) 0 0 repeat-x;
	border: 1px solid #7a7a7a;
	padding: 3px 3px 4px 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	color: #555;
	font-size: 12px;
}


textarea:focus,
input.text:focus {
	border-color: #000;
}

#newsletter input.text {
	width: 197px;
}

input.submit {
	color: #fff;
	background: url(img/newsletterbutton.png);
	width: 101px;
	height: 24px;
	margin-top: 5px;
	border: none;
	vertical-align: top;
	
}

small {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

/* ----------------------------------------------------- Navigation 3 */

.navi3 {
	padding-bottom: 15px;
}

.navi3 li {
	font-size: 12px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 4px;
	background: url(img/navi3back.png) 0 0 repeat-x;
	height: 22px;
}

.navi3 a {
	display: block;
	padding: 3px 10px;
}

.navi3 a:link,
.navi3 a:visited {
	text-decoration: none;
	color: #555;
}

.navi3 a:focus,
.navi3 a:hover,
.navi3 a:active {
	color: #222;
}

.navi3 .active a {
	color: #ea1071;
}

.navi3 .active {
	background: #ffebf4;
	border-color: #ea1071;
}

.navi3 li:hover {
	border-color: #333;
}



/* ----------------------------------------------------- Tell A Friend */

#tell-wrapper {
	background: #fff;
	margin: 15px;
	padding: 10px;
}

#tell-wrapper #content {
	width: 100%;
	float: none;
	padding: 0;
}

#tell-wrapper h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

#tell-wrapper p {
	font-size: 12px;
	margin-top: 10px;
}

#tell-wrapper #content .field {
	width: 200px;
}

#tell-wrapper #content label {
	font-size: 12px;
	width: auto;
	float: none;
}

#tell-wrapper #content input.text {
	width: 190px;
}

#tell-wrapper #content textarea {
	width: 190px;
}

#tell-wrapper #content input.submit {
	margin: 10px 0 0 0;
}

#tell-url, #tell-title {
	display: none;
}


/* ----------------------------------------------------- Footer */

#footer {
	clear: both;
	border-top: 1px solid #ea1071;
	padding: 20px 50px;
	overflow: hidden;
}

#footer p {
	float: left;
	color: #777;
}

#footer .logos {
	margin-top: -10px;
	float: right;
	margin-right: -8px;
}

#footer .logos a {
}
