* {
  margin:0;
  padding:0;
  outline:0;
}


html, body {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	widht:100%;
	height:100%;
}
body {
	font:11px/14px Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin-top: 12px;
}
.float {
	float:left;
	width:250px;
	padding-right:10px;
}
a {
	color:#21599D;
	text-decoration: none;
}
a:hover {
	color:#f09;
}
h1 {
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	color: #ff0099;
	font-weight: normal;
	line-height: 23px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #e8eef5;
	font-style: italic;
	font-weight: normal;
	line-height: 36px;
	margin-left:-45px;
}
h2.xtra {
	font:100 17px/20px Arial, Helvetica, sans-serif, Tahoma;
	font-style:normal;
	color:#899591;
	margin:30px 0 15px;
	clear:both;
	float:left;
	width:auto;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #21599D;
	margin-top: 20px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	color: #ff0099;
}
h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ff0099;
	margin-top: 20px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}

/*	---------------------
	--- x.x Container ---
	--------------------- */

#container {
	width:760px;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height: 100%;
	background:url(../images/bckgr_container.jpg) repeat-y center 0;
}

* html #container {
	height: 100%;
}

/*	----------------
	--- x.x Logo ---
	---------------- */
	
#tns_healthcare {
	position:absolute;
	left:0;
	top:6px;
	width:125px;
	height:45px;
	z-index:1000;
}
#logo a {
	display:block;
	width:125px;
	height:45px;
}
#tns_healthcare img {
	border:none;
}
#kantar_health {
	 position:absolute;
	 left:14px;
	 top:86px;
	 z-index:100;
	 width:123px;
	 height:40px;
}
#kantar_health img {
	border:0;
}
#label {
	 position:absolute;
	 left:-30px;
	 top:86px;
	 width:253px;
	 height:119px;
	 text-indent:-9999px;
	 background:url(../images/Part_of_KantarHealth.png) no-repeat 0 0;
}
#label a {
	 display:block;
	 width:253px;
	 height:119px;
}
*html #label {
	background:url(../images/Part_of_KantarHealth.gif) no-repeat 0 0;
}

/*	------------------
	--- x.x Header ---
	------------------ */

#header {
	width:760px;
	height:11px;
	background:#fff;
	list-style:none;
	padding-top:7px;
	font-size:1px;
	line-height:1px;
}
#header li {
	float:right;
	padding-left:4px;
}
#header li a {
	display:block;
	width:17px;
	height:11px;
	text-indent:-9999px;
}
#header2 {
	width:760px;
	height:11px;
	background:url(../images/bckgr_header2.jpg) no-repeat 0 0;
	list-style:none;
	padding-top:7px;
	font-size:1px;
	line-height:1px;
}
#header2 li {
	float:right;
	padding-left:4px;
}
#header2 li a {
	display:block;
	width:17px;
	height:11px;
	text-indent:-9999px;
}

.deutsch {
	background:url(../images/sprache_dt.gif) no-repeat 0 0;	
}
.deutsch2 {
	background: url(../images/sprache_dt2.gif) no-repeat 0 0;
}
.sdeutsch2:hover {
	background-image: url(../images/sprache_dt.gif) no-repeat 0 0;
}
.englisch {
	background: url(../images/sprache_en.gif) no-repeat 0 0;
}
.englisch2 {
	background:url(../images/sprache_en2.gif) no-repeat 0 0;
}
.englisch2:hover {
	background:url(../images/sprache_en.gif) no-repeat 0 0;
}

/*	----------------------
	--- x.x Navigation ---
	---------------------- */

#nav {
	width:609px;
	height:135px;
	text-align:center;
	background:url(../images/bckgr_navigation.jpg) no-repeat 0 0;
	font:12px/12px Arial, sans-serif;
	list-style: none;
	padding:20px 0 0 151px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {  /* Links oben (Home, ...) allgemein */
	display: block;
	width:116px;
	height:17px;
	color:#fff;
	padding-top:5px;
	border-left:1px solid #FFD7EF;	
}
#nav a:hover {
	background-color:#b2b2b2;
}
#nav a.activ {
	background-color:#b2b2b2;
}


#nav li { /* all list items */
	float:left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width:114px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:left;
	padding-top:0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#nav li ul li {
	margin-top:1px;	
}
#nav li ul li a {
	display: block;
	width:114px;
	height:14px;
	font:normal 11px/11px Arial, sans-serif;
	color:#000;
	padding:2px 0 0 3px;
	background:#fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#nav li ul li a:hover {
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#nav li ul li a.activ {
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#nav .home a {  /* Link Home speziell  !! an dieser Stelle stehen lassen, sonst spinnt IE !! */
	background:url(../images/ico_home.png) no-repeat center 4px;
	width:24px;text-indent:-9999px;
	border:none;
}

/* --- Spezial für Untermenü Unternehmen --- */
#nav li ul.unternehmen {
	width:120px;
} 
#nav li ul.unternehmen a {
	width:120px;
} 

/*	-------------------
	--- x.x Content ---
	------------------- */

#wrap {
	clear:left;
	float:left;
	width:760px;
	height:auto;
	background:url(../images/bckgr_container.jpg) repeat-y center 0;
}
#content {
	float:left;
	padding:20px 60px 46px 95px;
	width:441px;
	height:auto;
}

*html #content { /* IE 6 */
	padding-bottom:49px;
}
*+html #content { /* IE 7 */
	padding-bottom:49px;
}
#content { /* IE 8 */
	padding-bottom /*\**/: 44px\9
}

#content ul {
	list-style:none;
	margin-top: 12px;
}
#content ul li {
	padding:0 0 10px 12px;
}
ul#logo_shape {
	list-style:none;
	margin-top: 12px;
}
ul#logo_shape li {
	background:url(../images/wuerfel.gif) no-repeat 0 3px;
}
ul.logo_shape {
	list-style:none;
	margin-top: 12px;
}
ul.logo_shape li {
	background:url(../images/wuerfel.gif) no-repeat 0 3px;
}

ul.links {
	list-style:none;
	margin-top: 12px;
}
ul.links li {
	background: url(../images/pfeil_magenta_auf_blau.gif) no-repeat 0 3px;
}

ul#logo_shape2 {
	list-style:none;
	margin-top: 12px;
}
ul#logo_shape2 li {
	float:left;
	width:200px;
	background:url(../images/wuerfel.gif) no-repeat 0 3px;
}

#back_top {
	list-style:none;
	padding-top:20px;
}
#back_top li {
	float:right;
	margin-left:10px;
}
#back_top li.back {
	background-image: url(../images/pfeil_back.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#back_top li.top {
	background-image: url(../images/pfeil_top.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.intrial {
	margin-top:30px;
}
.intrial a {
	display:block;
	width:100px;
	height:22px;
	background:url(../images/intrial_logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:10px;	
}
.indrums a {
	display:block;
	width:100px;
	height:41px;
	background:url(../images/indrums_logo.png) no-repeat 0 0;
	text-indent:-9999px;	
}
#anfahrt {
	width:422px;
	height:330px;
	background:url(../images/anfahrtskizze.gif) no-repeat 0 0;
}

.img {
	margin-top:30px;
}
.img_left {
	float:left;
	padding:3px 15px 0 0;
}
.pdf,.zip,.news {
	background:url(../images/ico_acrobat.png) no-repeat 0 center;
	padding:0 0 2px 22px;
}
.news {
	background:url(../images/ico_page.png) no-repeat 0 center;
}
.zip {
	background:url(../images/ico_zip.png) no-repeat 0 center;
}
.box {
	border:1px solid #f09;
	padding:5px 6px 5px 8px;
	margin-top:20px;
}

/*  --- Box Kongress ---  */

.kongress {
	margin:20px 0;
	padding:0 15px 20px;
	background:url(../images/bckgr_box_kongress.png) no-repeat 0 bottom;
}
.kongress h1 {
	width:414px;
	height:54px;
	background:url(../images/bckgr_header_kongress.png) no-repeat 0 0;
	font:700 15px/18px Arial, Helvetica, sans-serif, Tahoma;
	color:#fff;
	margin:0 -15px;
	padding:7px 0 0 26px;
}
.kongress .img_left {
	float:left;
	padding:10px 30px 20px 12px;
}
.kongress .img_right {
	float:right;
	padding:5px 0 0;
}
.location {
	font-size:16px;
	line-height:18px;
	color:#21599D;
}
.date {
	font-size:13px;
	line-height:16px;
	color:#000;
}
.title {
	font-size:13px;
	line-height:15px;
	color:#f09;
}
.kongress ul li a.pdf {
	background:url(../images/ico_acrobat.png) no-repeat 0 0px;
	padding:0 0 2px 22px;
}

/*  --- Box Aktuelle Studien ---  */

.studie {
	float:left;
	width:190px;
	height:225px;
	margin:15px 0 0;
	padding:0 10px 0;
	background:#e9eeeb;
}
.studie h2{
	width:auto;
	height:27px;
	background:#d8e1dc;
	font:700 14px/14px Arial, Helvetica, sans-serif, Tahoma;
	color:#e00034;
	margin:0 -10px;
	padding:13px 0 0 40px;
	border-bottom:1px solid #fff;
}
.studie h2.one {
	background:#d8e1dc url(../images/bg_heading_01.png) no-repeat 5px center;
}
.studie h2.two {
	background:#d8e1dc url(../images/bg_heading_02.png) no-repeat 5px center;
}
.studie h2.three {
	background:#d8e1dc url(../images/bg_heading_03.png) no-repeat 5px center;
}
.studie h2.four {
	background:#d8e1dc url(../images/bg_heading_04.png) no-repeat 5px center;
}
.studie h2.five {
	background:#d8e1dc url(../images/bg_heading_05.png) no-repeat 5px center;
}
.studie h2.six {
	background:#d8e1dc url(../images/bg_heading_06.png) no-repeat 5px center;
}
.studie h3 {
	font-size:14px;
	line-height:16px;
	font-weight:100;
	color:#899591;
	margin:5px 0;
	padding:0;
}
.studie p {
	margin:0 0 10px;
}
.studie a {
	color:#e00034;
}
.studie a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
#content .studie ul {
	padding:0;
	margin:0;
}
#content .studie ul li {
	background:url(../images/ico_acrobat.png) no-repeat 0 center;
	padding:1px 0 1px 20px;
}
#content .studie ul li a {
	color:#899591;
}
#content .studie ul li a:hover {
	text-decoration:underline;
}

#rabatt {
	position:absolute;
	width:97px;
	height:97px;
	left: 428px;
	top: 465px;
	background:url(../images/Rabatt.png) no-repeat 0 0;
}
*html #rabatt {
	background:url(../images/Rabatt.gif) no-repeat 0 0;
}
+html #rabatt {
	top:480px;
}

/*	------------------------
	--- x.x Column Right ---
	------------------------ */

#column_right {
	float:left;
	width:160px;
	text-align: left;
	padding:0 0 20px 1px;
}
#column_right h1 {
	background: url(../images/bckgr_columnright.jpg) repeat-x 1px top;
	font:700 11px/12px Arial, Helvetica, sans-serif;
	color: #21599D;
	width:auto;
	height:18px;
	padding:6px 0 0 5px;
	margin-top:6px;
}
#column_right ul {
	list-style: none;
/*background:#E8EEF5 url(../images/quicklinks.jpg) no-repeat 0 0;*/
}
#column_right ul li {
	background:url(../images/pfeil_magenta_auf_blau.gif) no-repeat 5px 9px;
	padding: 6px 0 4px 15px;
}
#column_right ul li.back {
	background: url(../images/pfeil_back.gif) no-repeat 5px 9px;
}
#column_right ul li.pdf {
	 background:url(../images/ico_acrobat.png) no-repeat 3px 9px;
	 padding-left:24px;
}
#column_right ul li a.pdf {
	background:url(../images/ico_acrobat.png) no-repeat 0 3px;
	padding:0 0 2px 22px;
}
#column_right a.activ {
	color:#f09;
}

/*	------------------
	--- x.x Footer ---
	------------------ */

#footer {
	clear:left;
	position: relative;
	width:760px;
	height:50px;
	margin:-50px auto 0 auto;
	background:url(../images/bg_footer.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}

/*	----------------------------- 
	--- Formatierung Formular --- 
	----------------------------- */

form, input, select, textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
}
form {
	margin:20px 0 0 0;
	padding-bottom:20px;
}
#form p {
	padding:0 0 10px 0;
}
form br {
	clear: left;
}
form p {
	padding:0;
}

input {
	display: block;
	width:10em;
	float: left;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
	color:#666;
}
select {
	float:left;
	width: 7em;
	background-color:#fff;
	margin:2px;
	padding:1px 0;
	border:1px solid #999;
}
textarea {
	display: block;
	width:19em;
	float: left;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	border:1px solid #999;
	color:#666;
}

label {
	width:55px;
	float:left;
	text-align:right;
	padding-top:5px;
	padding-right:2px;
}
#nummer {
	width: 3em;
}
#plz {
	width: 3em;
}
#send input {
	width:83px;
	height:22px;
	background:#f09;
	padding:0;
	margin:0;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
#send {
	padding:0 0 0 59px;
	margin:0;
}
.hinweis {
	color:#f09;
}

/* Tabellen
================================================*/

#main table {
	margin-left:93px;
	border:none;
	width: 400px;
}
#main td {
	padding: 0 0 3px 12px;
	list-style-type: none;
	background-image: url(../images/wuerfel.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#tabelle {
	width:490px;
	border-collapse:collapse;
	border: 1px solid #21599D;	
	margin-top:20px;
}
#tabelle td {
	padding:3px 0 3px 5px;
	border:none;
}
.bckgr_blue {
	background-color: #E8EEF5;
}

#tabelle_zwei {
	width: 310px;
	border-collapse:collapse;
	border:1px solid #21599D;
	margin-top:20px;	
}

#tabelle_zwei td {
	padding:3px 5px;
	border: 1px solid #21599D;
}
#tabelle_zwei th {
	background-color: #21599D;
	color:#fff;
	border: 1px solid #21599D;
	padding:3px 5px;	
}
.rechtsbuendig {
	background-color: #E8EEF5;
	text-align:right;
}
.gesamt {
	background-color: #21599D;
	color: #fff;
	padding:0 0 0 5px;	
}

table.studien {
	text-align:left;
	margin:10px 0 10px 0;
}
.studien th {
	background:#4D7AB1;
	border:1px solid #fff;
	font-weight:normal;
	line-height:11px;
	padding:4px 2px;
	color:#fff;
}
.studien th a {
	color:#fff;
}
.studien th, td {
	padding:4px 5px;
}
.studien td {
	background:#EDF1F5;
	border:1px solid #fff;
}
td.zeile2 {
	background:#DAE1E9;
}
td.check {
	text-align:center;
	background:#EDF1F5 url(../images/ico_check.png) no-repeat center center;
}
	
	
	
	
	
