/* CSS Document */

html,body {
	/*font-family: Times New Roman, serif;*/
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 100.1%;
	width:100%
}

p,li,td,dd,div#content label, div#content span, div#content span.left, div#content span.f_ausgabe {
	font-size: 0.8em;
}

h1 {
	font-size: 1.8em;
	color: #002052;
}

h2 {
	margin-top: 20px;
	/*font-size: 1.4em;
	font-size: 15px;*/
	color: #e32118;
	font-family: Arial, Geneva, Verdana, sans-serif;
}

h3 {
	color: #002052;
  	font-size: 1em;
  	margin-top: 1.5em;
}

h4 {
	font-size: 1em;
	color: #002052;
}

/* tables only in content! */
table {
	margin: 1em 0 1em 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
	
th {
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #002052;
	color: #ffffff;
}

td {
	vertical-align: top;
	border: 1px solid #cccccc;
	padding: 5px;
}

img {
	border: none;
}

div#content input.textbox {
	border: 1px solid #000000;
}

div#content textarea {
	border: 1px solid #000000;
}

div#content select.dropdown {
	background-color: #FFFFFF;
}
/*
div#content input.formbutton {
	border: 1px solid #000000;
	color: #000000;
}
*/
div#content legend {
	color: #000000;
}

a.nondec {
	text-decoration: underline;
}


/* header */
div#header {
	height: 200px;
	width: 800px;
/*	background-image: none;*/
	border: 0;
	display:block;
}

div#header div#header_img {
}
div#header h1, div#header p {
	display:block;
	border-bottom: 1px solid #D9DADB;
	position:static;
}

div#header h1 {	
}

div#header p {
	
}

div#header div.pic_right {
	background-image: none;
}

div#header li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding: 0 0 0 0;
}

ul#Navigation {
    margin: 0; 
	padding: 0.5em 0.5em 0.5em 0.7em;
    text-align: center;
}

div#header div.abschluss {
	top: 144px;
	width: 751px;
	padding: 1px;
	left:30px;
	background: none;
	position:static;
}

div#header div.abschluss ul {
	list-style-image: none;
	list-style-type: none;
}

ul#Navigation li {
    list-style: none;	
}

div#header div.abschluss ul a {
	font-weight: normal;
	font-size: 1.1em;
	padding-left:15px;
  	text-align: left;
  	display: inline;
}

/* menu on left side */
div#menu {
	display: none;
}

/* content */
div#content {
	left:25px;
	position:static;
	width: 800px;
	min-height: 542px;
	padding: 0;
	margin:0;
	background: none;
}

.conleft
{
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-bottom: 0px;
  padding-left: 1.5em;
  min-height: 25.0em;
}

div#content div#modnavi {
	display: none;
}

div#content ol li /*innokardio*/ {
	margin-left: 1.5em;
	}
	
div#content ul ul /*innokardio*/ {
	font-size: 1.0em;
}	

div#content .flashkasten {
	page-break-before: always;
}

/* MedLearning menu */
div#medlbox {
	display: none;
}

/*dreispallten*/

div#content .zeile {
	height:8.4em;
	padding-bottom:0.5em;
}

div#content .dreispaltig_links {
	width: 11.4em;
	height:8.2em;
	text-align:center;
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 0.5em;
}

div#content .dreispaltig_rechts {
	width: 11.4em;
	height:8.2em;
	text-align:center;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 0.5em;
}

div#content .dreispaltig_mitte {
	width: 11.4em;
	height:8.2em;
	text-align:center;
	border: 1px solid #CCCCCC;
}

div#content .printfooter {
	height: 1em;
}

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .zeile {
    height:9.4em;
	padding-bottom:0.5em;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .zeile {
    height:9.4em;
	padding-bottom:0.5em;
  }

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .dreispaltig_links {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 0.5em;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .dreispaltig_links {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 0.5em;
  }

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .dreispaltig_rechts {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 0.5em;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .dreispaltig_rechts {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 0.5em;
  }

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .dreispaltig_mitte {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	border: 1px solid #CCCCCC;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .dreispaltig_mitte {
    width: 11.4em;
	height:9.2em;
	text-align:center;
	border: 1px solid #CCCCCC;
  }
div.mitte {
	text-align:center;
}

div.bild {
	height:5em;
}

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html .bild {
    height:5em;
	margin-top:0.8em;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html .bild {
    height: 5.0em;
	margin-top:0.8em;
  }
  
/* Slide Show */

.svwp {
	width: 50px;
	height: 20px; 
	background: #fff;
}

.svwp ul{
	position: relative;
	list-style:none; 
	overflow:hidden;	
}

div#content .slideViewer { 
	width: 40.5em;
	height: 0.0em;
	overflow:hidden;
}

div#content .slideViewer ul{
	height: 11.0em;
	overflow:visible;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .slideViewer ul {
	padding-left:5px;
  }

/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .slideViewer ul {
    padding-left:5px;
  }

div#content .slideViewer ul li{
	overflow:hidden;
	float:left;
}

/*Star-Plus-HTML: wird fälschlich vom Internet Explorer 7 interpretiert.*/
*:first-child+html div#content .slideViewer ul li {
	margin-left: -5px;
	padding-right: 1px;
}
/*Star-HTML: wird fälschlich vom Internet Explorer bis zur Version 6 interpretiert.*/
* html div#content .slideViewer ul li {
	margin-left: -5px;
	padding-right: 1px;
}

div#content .thumbSlider ul { 
list-style-type: none;
margin: 0; 
padding: 0 42px 0 0;
}

div#content .thumbSlider ul li{ 
float:left;
margin: 0;
}

/* Tabelle CME-Views und Bewertung */

div.start_view_begin h3 {
	color: #e31818;
	margin-top: 0em;
	font-size: 120%;
}

div.start_view_begin td.start_views p.left {
	font-weight: normal;
	font-size: 100%;
	padding-left: 13px;
	vertical-align: middle;
	text-decoration: none;
}

div#header div.pic_left {
	display:none;
}

div#header div.pic_right {
	display:none;
}

div#header div.title {
	display:none;	
}

div#header p#title {
	display:none;
}

#back-top a {
	display:none;
}

div.facebook2_click {
	display:none;
  	position: absolute;
  	left: 365px;
  	margin-top: 150px;
 	width: 160px;
 	height: 21px;
}

#background_anleitung {
	background-image:url(../images/anleitung/background_teaser.png);
	background-position: left top;
	width: 558px;
	height: 266px;
	background-color:#ffffff;
	background-repeat:no-repeat;	
	padding-right:0px;
	padding-bottom:25px;
	padding-left:20px;
	color: #002052;
	margin-bottom:0;
}

#background_anleitung h3 {
	margin-top: 1.0em;
}

div#content .zweispaltig_55prozent_rechts {
	padding-top: 1em;
	width: 54%;
	text-align:left;
	float: right;
}

div#content .zweispaltig_45prozent_links {
	padding-top: 1em;
	width: 44%;
	text-align:left;
	float:left;	
}

div.Clear {
	clear:left;
}

div.Seitenumbruch {
	page-break-before:always;
}

div#content div.cmeinfo{
	height:100%; 
	width:100%; 
	padding-top:0.5em; 
	padding-bottom:0.5em;
}

div#content div.cmeinfo div.aurtor_index {
	width:50%;
	float:left;
	min-height: 140px;
	padding-bottom:0px !important;
}

div#content div.cmeinfo div.abschluss {
	float:right;
	text-align:right;
	margin-top:0.5em;
}

div#content div.cmeinfo div.mitte {	
	border:none; 
	width:15.5em;
	padding:0 5px 0 5px;
	left:19.9em;
	position:absolute;
	height:auto;
	text-align:left;	
}

div#content div.cmeinfo div.flinks_star_index{	
	margin: 0 0 0 0;
	float:right;
	width:11.0em;
	padding:0 0 0 5px;
}

div#content div.cmeinfo div.certification{	
	width:16.9em; 
	float:left;
	padding:0 5px 0 0;
}

/*
 a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 

 *[title]:after {
 content:" ("attr(title)")";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 
*/