@import "default.css";

center, isindex, menu, dir,
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	font-variant: inherit;
	vertical-align: baseline;
	/* color: #5a5a5a; */
	color: black;
}

body, * {
	font-family: Verdana, sans-serif;
}
a {
	text-decoration: underline;
	/* Das 80-Millionen-Dollar-Blau (#0044CC): http://www.spiegel.de/netzwelt/web/0,1518,684047,00.html */
	color: #013476; /* #0044CC; */
}
a:hover {
	text-decoration: underline;
	color: #6AACDA;
}
body {
	background: transparent url(../img/site-bg-full-v3.png) 0px 0px repeat-x;
}
#siteContainer {
	position: relative;
	border: 1px solid transparent;
	width: 1004px;
	margin: 0 auto;
}
#headContainer,
#headContainerBasis {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 525px;
	width: 100%;
	border:0px solid;
}
#headContainerBasis {
	height: 140px;
}

#mainContainer {
	margin: 525px 0 0 0;
	height: 300px;
	padding-bottom: 5px;
	border: 1px solid transparent;
}
#mainContainerBasis {
	margin: 417px 0 0 0;
	padding-bottom: 5px;
}

#mainContainerBasisKurz {
	margin: 180px 0 0 0;
	padding-bottom: 5px;
}
#contentContainer {
	float: left;
	margin: -6px 20px 5px 28px;
	width: 510px;
	height: 128px; /* 400px; */
	border: 0px solid black;
	min-height:0;
}
#contentContainerBasis {
	float: left;
	margin: 10px 20px 5px 23px;
	padding-left:7px;
	width: 613px;
	height: 400px;
	min-height:0;
	border: 0px solid black;
}

#contentContainer h2,
#contentContainer .h2_headline {
	margin-left: 5px;
}

#contentContainer .headline {
	margin-left: 8px;
}

#contentContainerBasis .h2_headline {
	margin-left: 8px;
}

#contentContainerBasis h2 {
    margin-left: 0px;
}

.btn_video {
	position: absolute;
	top: 393px;
	left: 353px;
	border: 0px solid;
	z-index: 19;
}

.inhalt_inhaltsbox_gross h3 {
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat;
	margin-left: -10px;
	color: white;
	width: 577px;
	height: 21px;
	padding-top: 3px;
	padding-left: 11px;
	font-weight: normal;
	font-size: 14px;
}


h3.main_headline {
	margin-top: -10px;
}

.inhalt_inhaltsbox_rechts h3 {
	background-image: url(../img/bg_h2_rechts.png);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top:-9px;
	color: white;
	width: 296px;
	height: 21px;
	padding-top: 3px;
	padding-left: 11px;
	font-weight: normal;
	font-size: 14px;
}

.inhalt_inhaltsbox_rechts div {
  color: white;
  font-size: 14px;
}

.inhalt_rechts_text {
	width: 298px;
	margin-left: -10px;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/bg_box_rechts_textinhalt.png);
	background-repeat: no-repeat;
	border: 0px solid green;
}.inhalt_gross_text {
	width: 570px;
	margin-left: -10px;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/bg_box_gross_textinhalt.png);
	background-repeat: no-repeat;
	border: 0px solid;
}

.abstaende {
	padding-top: 23px;
	/* padding-bottom: 28px; */
}



html>body #contentContainer,
html>body #contentContainerBasis {
	height: auto;
	/* min-height: 400px; */
}

#imageContainer {
	float: left;
	width: 255px;
	margin: 0 0 0 41px;
}
#contentContainer img,
#contentContainerBasis img {
	vertical-align: middle;
}
/* navigation */
#mpContainer {
	float:left;
	width:413px;
	margin-left:-20px;
	margin-top: 10px;
	border: 0px solid green;
}

#mpContainerBasis {
	float: right;
	width: 310px;
	margin-right: 22px;
	margin-top: 51px;
	min-height: 200px;	
	border: 0px solid green;	
}

#siteNav ul {
	margin: 0 0 0 20px;
}

#siteNav ul li {
	padding: 5px 0px;

}

#siteNav ul a{
	font-size: 14px;
	color: #013476;
}

#siteNav ul ul a{
	font-size: 11px;
	color: #013476;
}
#headNav {
	border: 1px dashed transparent;
	position: absolute;
	z-index: 3;
	width: 970px;
	margin: 0 0 0 22px;
	top: 66px;
	height: 70px;
	background: transparent url(../img/navi-bg-v3.png) repeat-x 0px -2px;
}

*+html #headNav {
	margin-left: -28px;
}


#headNavLeft {
	float: left;
	width: 18px;
	height: 70px;
	background: transparent url(../img/navi-left.png) bottom left no-repeat;
}
#headNavCenter {
	margin: 0px 0 0 12px;
	border: 0px solid;
}
#headNavRight {
	height: 70px;
	width: 18px;
	float: right;
	background: transparent url(../img/navi-right.gif) bottom right no-repeat;
}
#headNav ul {
	background: #fff;
	color: #013476;
	margin-top: 3px;
}
#headNav ul li {
	float: left;
	color: #013476;
	font-size: 14px;
	
}
#headNav ul li a {
	display: block;
	text-decoration: none;
	height: 32px;
	color: #013476;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 20px 0px 20px;
	background: transparent url(../img/navi-line.gif) no-repeat bottom right ;
	
}
#headNav ul li a:hover, #headNav ul li .active {
	
	color: #688CED;
	background: transparent url(../img/navi-button.gif) repeat-x 0px 18px;
	
}

#top_link,
#top_link_basis {
	position: absolute;
	bottom: 64px;
	right: 0px;
	text-align: right;
	padding-right: 20px;
}

#top_link_basis {
	bottom: 64px; /* 79px; */
}

#top_link_neu {
	text-align: right;
	margin-top: -5px;
	padding-right: 0px;
}

#top_link a,
#top_link_basis a,
#top_link_neu a {
	color: #6d6d6d;
	font-size: 10px;
}

/* IE 7 */
* + html #headNav ul li .active
{
	
	background-image: url(../img/navi-button.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#headNav ul li ul {
	display: none;
	position: absolute;
	margin-top: 0px;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	padding:5px;
	z-index: 1;
}
#headNav ul li ul li  {
	display : block;
	padding: 2px 5px;
	height: auto;
	float: none;
	background: #fff;
	
}
#headNav ul li ul li a {
	display : block;
	padding: 2px 5px;
	height: auto;
	float: none;
	font-weight: normal;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#headNav ul li ul li a:hover, #headNav ul li ul li a:active {
	color: #fff;
	background: #013476;
	margin: 0;
	height: auto;
	text-decoration: none;
}
#headNav ul li ul li:last-child a {
	display : block;
	padding: 2px 5px;
	height: auto;
	float: none;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#headNav ul li ul li:last-child a:hover {
	color: #fff;
	background: #013476;
	margin: 0;
	height: auto;
	text-decoration: none;
}
#headNav li:hover ul {
/*When hovered, make them appear*/
	display : block;
}
#breadcrumbContainer,
#breadcrumbContainerBasis {
	font-size: 10px;
	margin: 0 0 10px 50px;
}
#breadcrumbContainer a,
#breadcrumbContainerBasis a {
	font-size: 10px;
}
#breadcrumbContainerBasis {
	position: absolute;
	top: 142px;
	left: 11px;
	color: #013476;
}
#breadcrumbContainerBasis a {
	color: #6d6d6d;
}


#footerContainer,
#footerContainerStart {
	margin-left: 35px;
	height: 20px;
	width: 950px;
	padding-top: 10px;
	background: transparent url() top left repeat-y;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 15px;
}
#footerContainer2 {
	margin-left: 35px;
	border:0px solid;
	width: 900px;
	padding: 10px 0 10px 0;
}

#footerContainer3 {
	margin-left: 0px;
	margin-top: 45px;
	border:0px solid;
	width: 954px;
	padding: 0px;
	font-size: 10px;
	color: #6d6d6d;
}

.footerContainer3Headline {
  font-size: 10px;
  font-weight: bold;
  color: #6d6d6d;
  margin-bottom: 3px;
  clear: both;
}

#footerLeft {
	width: 150px;
	float: left;
	color: #999;	
}
#footerRight {
	width: 750px;
	float: right;
	font-size: 11px;
	color: black; /* #013476; */
	text-align: left;
	
}
#footerRight  a {	
	/* font-size: 10px; */
}

#logoContainer {
  position: relative;
	margin: 0 0 0 11px;
	height: 64px;
	border: 1px dashed transparent;
	background: transparent url("../img/logo-bg-thieme-v3.png") no-repeat 0px -2px;
}

#inner_logo_container {
  position: absolute;
  top: 3px;
  left: 43px;
  width: 465px;
  height: 60px;
  background-image: url("../img/Thieme-125Jahre-infoportal.png");
  background-repeat: no-repeat;
}

#logo {
	float: left;
	border: none;
	color: #013476;
}
#logo2 {
	float: right;
	border: 0px solid;
	color: #fff;
	margin: 4px 20px 0 0;
}
#logo2 a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
#logo2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#logoContainer #Text {
	float: left;
	color: #013476;
	font-size: 22px;
	font-weight: normal; /* bold */
	margin: 32px 0 0 170px;
}





  /* Kleine Inhaltsboxen */

  .inhaltsbox, .inhaltsbox_2
  {
    float:left;
    position:relative;
    background-image:url(../img/bg_box_inhalt.png);
    background-repeat:repeat-y;
    padding-bottom:20px;
    margin-top:16px; /* 22px; */
  }
  
  .inhaltsbox_2
  {
    margin-left: 15px;
  }
  
  .header_box
  {
    background-image:url(../img/bg_box_header.png);
    width:227px;
    height:6px;
    padding-left:14px;
  }
  
  .inhaltsbox_abschluss
  {
    position:absolute;
    bottom:0px;
    left:0px;
    width:241px;
    height:11px;
    
    background-image:url(../img/bg_box_footer.png);
  }
  
  .inhalt_inhaltsbox
  {
    border: 0px solid black;
    width: 214px; /* 210px; */
    padding-top: 10px;
    padding-left: 14px; /* 20px; */
  }
  
  /* Gro�e Inhaltsboxen */

  .inhaltsbox_gross
  {
    position:relative;
    background-image:url(../img/bg_box_gross_inhalt.png);
    background-repeat:repeat-y;
    padding-bottom:20px;
    margin-top:5px; /* 22px; */
  }
  
  .header_box_gross
  {
    background-image:url(../img/bg_box_gross_header.png);
    width:596px;
    height:10px;
    padding-left:14px;
  }
  
  .inhaltsbox_gross_abschluss
  {
    position:absolute;
    bottom:-13px;
    left:0px;
    width:610px;
    height:32px;
    border:0px solid;

    background-image:url(../img/bg_box_gross_footer.png);
  }

  .inhalt_inhaltsbox_gross
  {
    border: 0px solid black;
    width: 560px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
  }
  
  /* Rechts stehende, mittelgro�e Inhaltsboxen */

  .inhaltsbox_rechts
  {
		float:left;
    position:relative;
    background-image:url(../img/bg_box_rechts_inhalt.png);
    background-repeat:repeat-y;
    padding-bottom:20px;
    margin-top:13px; /* 22px; */
    margin-top:-6px;
  }

  .header_box_rechts
  {
    background-image:url(../img/bg_box_rechts_header.png);
    width:316px;
    height:10px;
    padding-left:14px;
  }

  .inhaltsbox_rechts_abschluss
  {
    position:absolute;
    bottom:0px;
    left:0px;
    width:330px;
    height:32px;
    
    background-image:url(../img/bg_box_rechts_footer.png);
  }

  .inhalt_inhaltsbox_rechts
  {
    border: 0px solid black;
    width: 280px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  
  

  
  
  
  
  


.bg_inhalt_box {
	background-image: url(../img/bg_box_1_short.png);
	height: 178px; /* 250px; */
	margin-bottom: 10px;
}

.bg_inhalt_box h3,
.bg_inhalt_box_2 h3 {
	margin-left: 8px;
}

.bg_inhalt_box_2 {
	background-image: url(../img/bg_box_2_short.png);
	height: 178px; /* 250px; */
	margin-bottom: 10px;
}
.boxTop {
	background: transparent url("../img/box-head.gif") no-repeat 0 0;
	padding: 15px 0 0 25px;
	height: 24px;
	width: 551px;
}
.boxTop h2 {
	font-size: 13px;
	font-weight: bold;
}
.boxCenter {
	width: 531px;
	padding: 15px 25px 1px;
	background: transparent url("../img/box-scale.gif") repeat-y 0 0;
}
.boxFooter{
	width: 581px;
	height: 30px;
	background: transparent url("../img/box-footer.gif") no-repeat 0 0;
}
.mpBoxTop {
	background: transparent url("../img/boxhead-small.gif") no-repeat 0 0;
	padding: 15px 0 0 25px;
	height: 25px;
	width: 289px;
}
.mpBoxTop h2 {
	font-size: 13px;
	font-weight: bold;
}
.mpBoxCenter {
	width: 269px;
	padding: 15px 25px 1px;
	background: transparent url("../img/box-scale-small.gif") repeat-y 0 0;
}
.mpBoxFooter{
	width: 319px;
	height: 30px;
	background: transparent url("../img/box-footer-small.gif") no-repeat 0 0;
}
.mpBoxCenter a {
	font-size: 11px;
	font-weight: normal;
}
#tabs {
	/*overflow:hidden;*/ /* wrap floats */
	height:28px; /* trips haslayout, wrap floats IE */
	list-style:none;
	font: bold 11px/33px verdana;
	z-index: 1;
	width: 110%;
	border:0px solid;
}

#tabbox {
	
	border: 0px solid black;

}
#tabboxInner {
	width: 460px; /* 318px; */

	background: url("../img/tab-box-scale.gif")  0px 0px repeat-y;

}
#tabboxTop {
	height: 10px;
	background: url("../img/tab-box-top.gif")  0px -3px no-repeat;
	z-index:10;
}
#tabboxBottom {
	height: 15px;
	border:0px solid;
	background: url("../img/tab-box-bottom.gif")  0px 0px no-repeat;

}

/*

#tabbox li {
	 display: inline;	
}
*/

#tabbox li {
	display: list-item;
}

#tabs li {
	 display: inline;
}

#tabs a {
	float:left;
	position:relative;
	padding-left:20px;
	padding-right:10px;
	margin-right:20px;
	font-size: 12px;
	text-decoration:none;
}

#tabs a:active, #tabs a:hover {
	color:#333333;
}

.tabInner a:link, .tabInner a:visited, .tabInner a:hover {
	text-decoration: underline;
}

#tabbox li a.selected {
	
	/*padding: 15px 0 10px 10px;*/
	background: url("../img/tab-left.gif")  0px -5px no-repeat;
	z-index:1;
	
}
#tabbox li a.selected span {
	position: absolute;
	top:0;
	left:100%;
	width:20px;
	height:34px;
	background: url("../img/tab-right.gif") 0px -5px no-repeat ;
	
	
}
#tab1, #tab2, #tab3, #tab4 {
	/*border: 1px solid #c3c3c3;*/
  display: none;
	padding: 0px 10px 0px 15px;
	height: 218px;
	overflow: hidden;
}

#tab1 {
  /* height: 207px; */
}

#buehneHome {
	position: absolute;
	top: 151px;
	left: 24px;
	width: 971px;
	height: 334px;
	background: transparent url("../img/buehne-home.png") 0px 0px no-repeat ;
}
#box1 {
	position: absolute;
	top: 151px;
	left: 34px;
	background-color: white;
	width: 550px;
	height: 300px;
	z-index: 2;
	border: 0px solid black;
}

#box1 p {
	color: #013476;	
}
#box2 {
	position: absolute;
	top: 40px;
	left: 565px;
	width: 320px;
	height: 301px;
	padding-left: 65px;
	padding-right: 10px;
	
	z-index: 1;
	color: #013476;
	border: 0px solid black;
}

#box2 p {
	color: #013476;
}

#header_image
{
	position: absolute;
	top: 179px;
	left: 34px;
	width: 960px;
	height: 199px;
	background-image: url(../img/basisinformation.jpg);
}

.dotted ul li {
	display: block;
	width: 286px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-left: -3px;
	padding-left: 2px;
	border-bottom: 1px dashed #999999;
}

  .inhaltsbox ul li,
  .inhaltsbox_2 ul li,
  .pfeile ul li
  {
    list-style: none;
    margin-left: -5px; /* 25px; */
    margin-bottom: 3px;
    
    
    list-style-image:url(../img/pfeil_blau.png);
  }
  
  .pfeile
  {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .pfeile ul li
  {
    margin-left: 15px;
  }

.inhalt_rechts_text a {
	text-decoration: none;
}

.csc-mailform-submit {
	margin-top: 10px;
}
.box1_left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.box1_right {
	float: right;
	width: 300px;
	height:300px;
	padding-right: 10px;
}
.box1_right table,
#box2 table {
	height: 100%;
	margin-left: -9px;
}
.box1_right td,
#box2 td {
	vertical-align: middle;
}
#box2 table {
	height: 148px;
}
#box2 table {
	margin-left: -2px;
}
.box2_links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 10px;
	border: 0px solid black;
	width: 400px;
	height: 142px;
}
.box2_link {
	padding-left: 18px;
	padding-top: 5px;
	color: #013476;
}
.box2_link a {
	text-decoration: none;
	color: #013476;
}
.box2_button {
	position: absolute;
	bottom: -21px;
	bottom /*\**/: -20px\9;   /* IE-8-Hack */
	left: 11px;
}
.trennlinie {
	background-color:#004a99;
	height:1px;
	width:400px;
	margin-top:6px;
}

.vorschauspalte {
	width: 130px;
	margin-right: 7px;
	border: 1px solid green;
}

.blau, .blau_fett {
	color:#013476;
}

.blau_fett {
	font-weight: bold;
}

.kundenstimme_text {
	width: 122px; /* 130px; */
	padding-right: 10px;
}
  
.floating_div {
	float: left;
	border: 0px solid;
}

.floating_div_right {
	float: right;
	width: 250px;
	border: 0px solid;
}

.floating_div_right p {
	margin: 0;
	padding: 0;
}

.abstand {
	padding-left: 10px;
}

.zugangsdaten_vergessen,
.zugangsdaten_vergessen a:link,
.zugangsdaten_vergessen a:hover,
.zugangsdaten_vergessen a:active,
.zugangsdaten_vergessen a:visited {
	text-align: right;
	margin-top: 15px;
	margin-right: 3px;
	font-size: 11px;
}

.tabInner {
	/* min-height: 288px; */
	height: 203px; /* 192px; */ /* 264px; */
	background: url("../img/tab-box-bg.gif") repeat-x 0px 0px;
	padding: 10px 10px 5px 5px;
	width: 412px;
	border: 0px solid;
	overflow: hidden;
}

.tabInner a {
	text-decoration: none;
}

h1 {
	color: #013476;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2, .h2_headline {
	color: #013476;
	font-size: 14px; /* 16px; */
	font-weight: bold;
	margin: 0 0 10px 0;
}

.h2_headline {
	font-size: 14px;
	font-weight:bold;
}
h3, .headline {
	color: #013476;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h4 {
	color: #013476;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	font-size: 12px;
	margin: 10px 0 10px 0;
}
td {
	padding: 3px;
}
blockquote {
	background: #F3F3F3;
	padding: 1em;
}
.news li {
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	margin-top: 30px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
.caption {
	margin: 0 0 20px 0;
}
#sitemap ul {
	margin: 0 0 0 20px;
}
#sitemap ul li {
	padding: 5px 0px;
	
}
#sitemap ul a{
	font-size: 14px;
	color: #999;
}
#sitemap ul ul a{
	font-size: 12px;
	color: #999;
}
a.aktiv {
	font-weight: bold;
	text-decoration: none;
}
.tdr {
	text-align: right;
}
.csc-default ul {
	list-style-type: disc;
	margin: 3px 0 3px 30px;
}
.csc-default ul ul {
	list-style-type: circle;
	margin: 3px 0 3px 15px;
}
.csc-default ol {
	list-style-type: upper-roman;
	margin: 3px 0 3px 30px;
}
h1.csc-firstHeader a {
	
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.csc-subheader {
	font-weight: bold;
}
label {
	padding: 0 0 5px 0;
	
}
#mailformDatenschutz
{
	/*float: left;
	margin: 0 10px 0 0;*/
}

#mailformEMailAdresse
{
    width: 268px;
    /* margin-bottom: 22px; */
}
.csc-mailform-field {
	padding: 5px;
}
fieldset legend {
	display: none;
}

.csc-mailform-field select {
	width: 215px;
}
textarea {
	display: block;
	width: 250px;
}
span a.internal-link {
	font-size: 9px;
}
.quellangaben {
	font-size: 10px;
	color: #666;
	margin: 0px;
	margin-bottom:3px;
} 
#Text h1 {
	color: #013476;
	font-size: 22px;
	font-weight: normal; /* bold */
}

.tipafriend {
  margin-top: 10px;
  margin-bottom: 14px;
  margin-right: 10px;
  text-align: right;
  display: block;
}

  /* Fix f�r Doubled-float-margin-Bug im IE 6 */

  * html #contentContainer { display:inline }
  * html #mpContainer { display:inline }
  * html #contentContainerBasis { display:inline }
  * html #mpContainerBasis { display:inline }
  
  
.clearfix {
	content:".";
	display:block;
	height:1px;
	clear:both;
	margin:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* IE 6 */
*html .clearfix {height:1px;}

.underline a {
    text-decoration: underline;
}

.inhalt_gross_text h2 {
    margin-left: 0px;
}

.grau {
	color:#c8c8c8;
}

.grau a:link, .grau a:visited, .grau a:active, grau a:hover {
	color:#c8c8c8;
}


  /* Formatierung der im Kontaktformular verwendeten Tabelle (und des Telefon-
     Formulars auf der Startseite).
       
     Referenz (16.01.2008): http://www.visakopu.net/misc/table-border-css/
  */
  
  #headNav table
  {
    border-color: grey;
    border-collapse:collapse;
    border-width: 0 0 0px 0px;
    border-style: solid;
    margin-left: 405px;
    margin-top: 13px;
  }

  #headNav td
  {
    border-color: grey;
    border-width: 0px 0px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
  }
  
  #headNav input
  {
    border:1px solid #cccccc;
    background-color:white;
    width: 130px;
    

    padding-left:5px;
  }
  
  .container_stimme {
  	float: left;
  	width: 267px;
  	background-color: white;
  	border: 1px solid #a6a6a6;
  	padding-bottom: 5px;
  }
  
  .container_stimme p {
  	padding-left: 13px;
  	padding-right: 13px;
  }

  .container_stimme_horizontal {
  	width: 562px;
  	margin-top: 23px;
  	background-color: white;
  	border-top: 1px solid #a6a6a6;
  	border-right: 1px solid #a6a6a6;
  	border-bottom: 1px solid #a6a6a6;
  }
  
  .container_stimme_horizontal_text {
  	width: 249px;
  	float: left;
  	padding-left: 14px;
  	padding-right: 5px;
  }
  
  .container_stimme_horizontal_bild {
  	float: right;
  }
  
  .login-plain a.usericon {
    background:url(../img/ico_user.png) no-repeat scroll 0 0 transparent;
    padding-left:20px;
  }
  
  .login-plain {
    float:right;
    margin:15px 5px 0 0;
    text-align:right;
    width:350px;
  }
  
  #home_link {
    position: absolute;
    width: 480px;
    height: 37px;
    top: 25px;
    left: 50px;
    overflow: hidden;
  }
  
  .klickbare_box {
    position: absolute;
    width: 330px;
    height: 100%;
    z-index: 99;
  }
  
  .video_link {
    position: absolute;
    top: 160px;
    left: 35px;
    width: 550px;
    height: 300px;
    z-index: 98;
  }
  

  .reg_link {
    position: absolute;
    top: 185px;
    left: 585px;
    width: 410px;
    height: 280px;
    z-index: 99;
  }
  
  div#nyroModalContent {
    z-index: 200;
  }

  #footerContainer3 a:link { font-size: 10px; color: #6d6d6d; text-decoration: underline; }
  #footerContainer3 a:visited { font-size: 10px; color: #6d6d6d; text-decoration: underline; }
  #footerContainer3 a:active { font-size: 10px; color: #6d6d6d; text-decoration: underline; }
  #footerContainer3 a:hover { font-size: 10px; color: #6d6d6d; text-decoration: underline; }
  
  
.imageButton {
	float: left;
	margin-right: 20px;

}
.imageButtonText {
	float: left;
	margin-top: 20px;
	width: 400px;
}
