
/*************************************************
* ALLGEMEINE DEFINITIONEN
*************************************************/

/* KOMPLETTER RESET */

html, * {
	margin:0;
	border:0;
	padding:0;
	text-align:left;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:11px;
	line-height:15px;
	}

body {
	background:#bebebe;
	}
	
a {
	text-decoration: underline;
	}	

/* IN DER CSS-VERSION VERSTECKTE ELEMENTE */
/* Dienen in der Text-Version zur Übersichtlichkeit */
	
hr, span.hidden {
	display:none;
	}
	
#Wrap {
	margin:0;
	border:0;
	padding:0;
	text-align:center;
	}

div.Center {
	position:relative;
	margin:0px auto;
	border:0;
	padding:0;
	width:898px;
	text-align:left;
	clear:both;
	overflow:hidden;
	}
	
div.clear {
	clear:both; 
	height:1px;
	font-size:1px;
	}	
	
	
/* Standardtextfarben */	

.Blue {
	color:#1a70b1;
	}	
	
.Orange {
	color:#ff8200;
	}	
	
.DarkGrey {
	color:#474747;
	}	
	
.White {
	color:#fff;
	}		
	
/*************************************************
* HEADER
*************************************************/

#Header {
	position:relative;
	margin:0;
	border:0;
	margin:10px 0px 0px 0px;
	height:290px;
	background:#bebebe;
	text-align:center;
	overflow:hidden;
	clear:both;
	}

#Header div.Center {
	height:290px;
	background:#fff;
	overflow:hidden;
	}
		
#Header h1 {
	position:absolute;
	top:56px;
	left:130px;
	margin:0;
	border:0;
	padding:0;
	width:170px;
	height:35px;
	float:left;
	z-index:999;
	}

#Header h1 a {
	display:block;
	width:170px;
	height:35px;
	background:url(../img/logo1.gif);
	}

/* HOMELINK IM LOGO */
		
#Header p#HomeLink {
	position:absolute;
	top:18px;
	left:26px;
	margin:0;
	border:0;
	padding:0;
	width:62px;
	height:63px;
	float:left;
	}

#Header p#HomeLink a {
	display:block;
	width:62px;
	height:63px;
	background:url(../img/logo2.gif);
	}

/* LOGIN-FELD IM HEADER */
	
#Header #Login {
	top:0px;
	left:135px;
	position:absolute;
	margin:0;
	border:0;
	border-right:1px solid #bebebe;
	padding:0;
	width:488px;
	height:47px;
	text-align:left;
	overflow:hidden;
	float:left;
	}

#Header #Login #LoginStatus {
	margin:0;
	border:0;
	padding:10px 0px 0px 0px;
	width:330px;
	text-align:left;
	float:left;
	overflow:hidden;
	}

#Header #Login #LoginNav {
	margin:0;
	border:0;
	padding:10px 10px 0px 0px;
	width:140px;
	color:#acacac;
	text-align:right;
	float:right;
	overflow:hidden;
	}

#Header #LoginForm {
	position:absolute;
	top:8px;
	left:136px;
	width:384px;
	background:#fff;
	z-index:99999;
	}

#Header #LoginForm p {
	margin:0;
	border:0;
	padding:0;
	float:left;
	}

#Header #LoginForm p.login_link {	
	margin:3px 0px 0px 0px;
	}

#Header #LoginForm p.login_user {	
	padding:0px 0px 0px 15px;
	}

#Header #LoginForm p.login_pass {	
	padding:0px 0px 0px 5px;
	}

#Header #LoginForm p.login_submt {	
	padding:2px 0px 0px 5px !important;
	padding:3px 0px 0px 5px;
	}

#Header #LoginForm p.login_lostpw {	
	padding:2px 0px 0px 33px;
	}
		
#Header #LoginForm input.eingabe {
	width:80px;
	border:1px solid #c9c9c9;
	padding:3px;
	color:#969696;
	}
	
#Header #Login #LoginNav a, #Header #Warenkorb a, #Header #LoginForm a {
	color:#1a70b1;
	}

#Header #Login #LoginNav a:hover, #Header #Warenkorb a:hover, #Header #LoginForm a:hover {
	color:#000;
	}
	
/* WARENKORB-FELD IM HEADER */
	
#Header #Warenkorb {
	position:relative;
	margin:0;
	border:0;
	padding:0px 0px 0px 15px;
	width:259px;
	height:91px;
	float:right;
	overflow:hidden;
	}
	
#Header #Warenkorb h2 {
	display:block;
	margin:10px 0px 0px 0px;
	border:0;
	padding:0;
	width:104px;
	height:13px;
	background:url(../img/headline_warenkorb.gif);
	}

#Header #Warenkorb p {
	margin:9px 0px 0px 0px;
	font-size: 13px;
	}
	
#Header #Warenkorb strong {
	font-size: 13px;
	}		
	
#Header #Warenkorb #WarenkorbLink {
	position:absolute;
	top:10px;
	right:6px;
	margin:0;
	border:0;
	padding:0;
	width:80px;
	}

/* META NAVIGATION */
	
#Header #MetaNav {
	/*margin:102px 0px 0px 137px !important;*/
	margin:104px 0px 0px 137px;
	border:0;
	padding:0;
	width:591px;
	height:14px;
	}

#Header #MetaNav h2 {
	display:none;
	}	

#Header #MetaNav ul {
	list-style:none;
	margin:0;
	border:0;
	padding:0;
	}

#Header #MetaNav ul li {
	display:block;
	margin:0;
	border:0;
	padding:0;
	height:14px;
	float:left;
	}

#Header #MetaNav ul li a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	height:14px;
	}
	
#Header #MetaNav ul li#expertenservice a {
	width:106px;
	background:url(../img/metanav_expertenservice.gif);
	}
	
#Header #MetaNav ul li#verlag a {
	width:74px;
	background:url(../img/metanav_verlag.gif);
	}

#Header #MetaNav ul li#verlag a:hover {
	width:74px;
	background:url(../img/metanav_verlag-x.gif);
	}
	
#Header #MetaNav ul li#buchhaendler a {
	width:92px;
	background:url(../img/metanav_buchhaendler.gif);
	}

#Header #MetaNav ul li#buchhaendler a:hover {
	width:92px;
	background:url(../img/metanav_buchhaendler-x.gif);
	}
	
#Header #MetaNav ul li#autoren a {
	width:64px;
	background:url(../img/metanav_autoren.gif);
	}

#Header #MetaNav ul li#autoren a:hover {
	width:64px;
	background:url(../img/metanav_autoren-x.gif);
	}
	
#Header #MetaNav ul li#kontakt a {
	width:62px;
	background:url(../img/metanav_kontakt.gif);
	}

#Header #MetaNav ul li#kontakt a:hover {
	width:62px;
	background:url(../img/metanav_kontakt-x.gif);
	}
	
#Header #MetaNav ul li#impressum a {
	width:84px;
	background:url(../img/metanav_impressum.gif);
	}

#Header #MetaNav ul li#impressum a:hover {
	width:84px;
	background:url(../img/metanav_impressum-x.gif);
	}
	
#Header #MetaNav ul li#agb a {
	width:41px;
	background:url(../img/metanav_agb.gif);
	}

#Header #MetaNav ul li#agb a:hover {
	width:41px;
	background:url(../img/metanav_agb-x.gif);
	}
	
#Header #MetaNav ul li#sitemap a {
	width:61px;
	background:url(../img/metanav_sitemap.gif);
	}

#Header #MetaNav ul li#sitemap a:hover {
	width:61px;
	background:url(../img/metanav_sitemap-x.gif);
	}
	
/* HAUPTNAVIGATION */
	
#Header #MainNav {
	position:relative;
	margin:20px 0px 0px 0px;
	border:0;
	padding:0;
	background:#fff;
	width:624px;
	height:152px;
	overflow:hidden;
	}

#Header #MainNav h2 {
	display:none;
	}

#Header #MainNav ul {
	display:block;
	margin:0;
	border:0;
	padding:0;
	list-style:none;
	}

#Header #MainNav ul li {
	display:block;
	border:0;
	margin:0px 1px 0px 0px;
	width:155px;
	height:152px;
	float:left;
	}

#Header #MainNav ul li#medizin a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:155px;
	height:152px;
	background:url(../img/nav_medizin.gif) top left no-repeat;
	}

#Header #MainNav ul li#medizin a:hover {
	background:url(../img/nav_medizin.gif) top right no-repeat;
	}
	
#Header #MainNav ul li#zahnmedizin a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:155px;
	height:152px;
	background:url(../img/nav_zahnmedizin.gif) top left no-repeat;
	}

#Header #MainNav ul li#zahnmedizin a:hover {
	background:url(../img/nav_zahnmedizin.gif) top right no-repeat;
	}
	
#Header #MainNav ul li#sozialrecht a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:155px;
	height:152px;
	background:url(../img/nav_sozialrecht.gif) top left no-repeat;
	}

#Header #MainNav ul li#sozialrecht a:hover {
	background:url(../img/nav_sozialrecht.gif) top right no-repeat;
	}
	
#Header #MainNav ul li#pflege a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:155px;
	height:152px;
	background:url(../img/nav_seminare.gif) top left no-repeat;
	}

#Header #MainNav ul li#pflege a:hover {
	background:url(../img/nav_seminare.gif) top right no-repeat;
	}

#Header #MainNav div.main_subnav {
	position:absolute;
	margin:0;
	border:0;
	padding:0;
	width:155px;
	height:120px;
	background-image:url(../img/hr_white.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:left;
	z-index:9999;
	}

#Header #MainNav #main_subnav_medizin {
	top:0px;
	left:0px;
	background-color:#21B790;
	}

	
#Header #MainNav #main_subnav_zahnmedizin {
	top:0px;
	left:156px;
	background-color:#3E9CCF;
	}

#Header #MainNav #main_subnav_sozialrecht {
	top:0px;
	left:312px;
	background-color:#A20361;
	}

#Header #MainNav #main_subnav_pflege {
	top:0px;
	left:468px;
	background-color:#f4a654;
	}
	
#Header #MainNav ul li#medizin_active a {
	display:block;
	margin:0;
	border:0;
	padding:120px 0px 0px 0px;
	width:155px;
	height:32px;
	background:url(../img/nav_medizin.gif) top left no-repeat;
	}
	
#Header #MainNav ul li#zahnmedizin_active a {
	display:block;
	margin:0;
	border:0;
	padding:120px 0px 0px 0px;
	width:155px;
	height:32px;
	background:url(../img/nav_zahnmedizin.gif) top left no-repeat;
	}

#Header #MainNav ul li#sozialrecht_active a {
	display:block;
	margin:0;
	border:0;
	padding:120px 0px 0px 0px;
	width:155px;
	height:32px;
	background:url(../img/nav_sozialrecht.gif) top left no-repeat;
	}

#Header #MainNav ul li#pflege_active a {
	display:block;
	margin:0;
	border:0;
	padding:120px 0px 0px 0px;
	width:155px;
	height:32px;
	background:url(../img/nav_seminare.gif) top left no-repeat;
	}
	
#Header #MainNav div.main_subnav h3 {
	display:none;
	}
	
#Header #MainNav div.main_subnav ul {
	display:block;
	margin:6px 0 0 0;
	border:0;
	padding:0;
	list-style:none;
	}

#Header #MainNav div.main_subnav ul li {
	display:block;
	margin:0px 0px 0px 10px;
	border:0;
	padding:0;
	width:135px;
	height:auto;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:none;
	}

#Header #MainNav div.main_subnav ul li a {
	display:block;
	margin:0;
	border:0;
	padding:0px 0px 0px 9px;
	background:url(../img/main_subnav_line.gif) 0px 8px no-repeat;
	font-size:11px;
	color:#fff;
	line-height:16px;
	text-decoration:none;
	}

#Header #MainNav div.main_subnav ul li a:hover {
	text-decoration:underline;
	}
	
/* SUCH-FELD IM HEADER */
	
#Header #Suche {
	position:absolute;
	top:138px;
	left:624px;
	margin:0;
	border:0;
	padding:0;
	width:274px;
	height:152px;
	background:#006bb5;
	overflow:hidden;
	}

#Header #Suche h2 {
	margin:15px 0px 0px 20px;
	border:0;
	padding:0;
	width:92px;
	height:13px;
	background:url(../img/headline_produktsuche.gif);
	}

#Header #Suche #PSucheFeld {
	margin:10px 0px 0px 20px;
	}

#Header #Suche #SucheFeld {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:160px;
	color:#000;
	}
	
#Header #Suche #PSucheButton {
	position:absolute;
	top:40px !important;
	top:41px;
	left:196px;
	}

#Header #Suche #PSucheLink {
	margin:10px 0px 0px 20px;
	}
	
#Header #Suche a {
	color:#fff;
	}
	
#Header #Suche a:hover {
	color:#E6E6E6;
	}	

#Header #Suche #PSucheFundgrube {
	position:absolute;
	top:130px;
	left:20px;
	}

#Header #Suche #PSucheGesamtverzeichnis {
	position:absolute;
	top:130px;
	left:110px;
	}

#Header #Suche #PSucheFundgrube, #Header #Suche #PSucheGesamtverzeichnis {
	border-left:1px solid #fff;
	padding-left:6px;
	height:12px;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	overflow:hidden;
	}
	
#PSucheFundgrube,#PSucheGesamtverzeichnis {
	letter-spacing: 1px;
	}	
	
#Header #Suche #PSucheFundgrube a, #Header #Suche #PSucheGesamtverzeichnis a {
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
	}

#Header #Suche #PSucheFundgrube a:hover, #Header #Suche #PSucheGesamtverzeichnis a:hover {
	text-decoration:underline;
	}
	
/*************************************************
* CONTENT
*************************************************/

#Content {
	margin:0;
	border:0;
	padding:0;
	background:#fff;
	text-align:center;
	}

#Content div.Center {
	padding:0px 0px 50px 0px;
	background:url(../img/bg_content.gif);
	}
	
#Content #ContainerContentLeft {
	border:0;
	margin:0;
	padding:0;
	width:624px;
	float:left;
	overflow:hidden;
	}	

#Content #ContainerContentLeft #ContentLeft {
	margin:0;
	border:0;
	padding:0px 39px;
	}

#Content #ContainerContentLeft #ContentLeft h1 {
	margin:25px 0px 0px 0px;
	border:0;
	padding:0;
	font:normal normal normal 23px Tahoma;
	line-height:29px;
	color:#a3a3a3;
	clear:both;
	}

#Content #ContainerContentLeft #ContentLeft h2 {
	margin:12px 0px 0px 0px;
	border:0;
	padding:0;
	font:normal normal normal 17px Tahoma;
	line-height:23px;
	color:#a3a3a3;
	}

#Content #ContainerContentLeft #ContentLeft h2.suche {
	margin:30px 0px -15px 0px;
	border:0;
	padding:0;
	font:normal normal normal 17px Tahoma;
	line-height:23px;
	color:#a3a3a3;
	}
	
#Content #ContainerContentLeft #ContentLeft h2.error {
	margin:14px 0px 0px 0px;
	font:normal normal bold 14px Tahoma;
	line-height:23px;
	color:red;
	}	
	
#Content #ContainerContentLeft #ContentLeft h2.success {
	margin:14px 0px 0px 0px;
	font:normal normal bold 14px Tahoma;
	line-height:23px;
	color:#09AC00;
	}		
	
#Content #ContainerContentLeft #ContentLeft h3 {
	margin:15px 0px -15px 0px;
	border:0;
	padding:0;
	font:normal normal bold 13px Tahoma;
	line-height:19px;
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft p {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	}
	
#Content #ContainerContentLeft #ContentLeft p.success {
	color:#09AC00;
	}	
	
#Content #ContainerContentLeft #ContentLeft p.error {
	color: red;
	}		

#Content #ContainerContentLeft #ContentLeft ul {
	margin:10px 0px 0px 15px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	list-style:disc inside;
	}
	
#Content #ContainerContentLeft #ContentLeft ul.error {
	margin:2px 0px 0px 0px;
	padding-bottom: 10px;
	}		

#Content #ContainerContentLeft #ContentLeft ul li {
	margin:2px 0px 0px 0px;
	font-size:13px;
	line-height:19px;
	}

#Content #ContainerContentLeft #ContentLeft ul.error li {
	margin:2px 0px 0px 17px;
	color: red;
	}	

#Content #ContainerContentLeft #ContentLeft ol {
	margin:10px 0px 0px 40px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	list-style:decimal outside;
	}

#Content #ContainerContentLeft #ContentLeft strong {
	font-size:13px;
	line-height:19px;
	}

#Content #ContainerContentLeft #ContentLeft a {
	font-size:13px;
	color:#1A70B1;
	line-height:19px;
	}

#Content #ContainerContentLeft #ContentLeft a:hover {
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft ol li {
	margin:5px 0px 0px 0px;
	font-size:13px;
	line-height:19px;
	}
	
/* AKTUELLER PRODUKT-TIPP AUF DER STARTSEITE */

#Content #ContainerContentLeft #ContentLeft h1.TitelProdukTipp  {
	padding: 18px 0 16px 0;
	border:0;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp {
	margin:0px;
	border:0;
	padding:0 20px 0 0;
	background:#f7f7f7;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2 {
	margin:0;
	border:0;
	padding:0px 0px 0px 24px;
	height:16px;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	line-height:17px !important;
	line-height:16px;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.zahnaerzte {
	background:url(../img/icon_zahnaerzte.gif) top left no-repeat;
	color:#3e9ccf;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.zahnaerzte a {	
	color:#3e9ccf;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.medizin {
	background:url(../img/icon_medizin.gif) top left no-repeat;
	color:#14a37e;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.medizin a {
	color:#14a37e;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;

	}	
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.sozialrecht {
	background:url(../img/icon_sozialrecht.gif) top left no-repeat;
	color:#a20361;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.sozialrecht a {
	color:#a20361;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.pflege {
	background:url(../img/icon_pflege.gif) top left no-repeat;
	color:#cca02a;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.pflege a {
	color:#cca02a;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}	
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.fundgrube {
	background:url(../img/icon_fundgrube.gif) top left no-repeat;
	color:#006BB5;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2.fundgrube a {
	color:#006BB5;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}	
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h2 a:hover {
	color:#000;
	text-decoration:underline;
	}
		
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp h3 {
	margin:10px 0px 0px 0px;
	border:0;
	padding:0px 0px 0px 24px;
	width:330px;
	font-weight:bold;
	font-size:13px;
	line-height:19px;
	color:#000;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp p.pic {
	margin:10px 0 10px 0;
	border:0;
	padding:0;
	width:156px;
	float:right;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp p.pic img {
	border:1px solid #d3d3d3;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp p.text {
	margin:5px 0px 20px 0px;
	border:0;
	padding:0px 0px 0px 24px;
	width:330px;
	font-size:13px;
	line-height:19px;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp a {
	font-size:11px;
	color:#1A70B1;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp a:hover {
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta {
	clear: both;
	margin:0px 0px 0px 24px;
	border:0;
	padding:0;
	width:498px;
	background:url(../img/hr_produkte.gif) top left repeat-x;
	clear:both;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.preis {
	margin:11px 0px 0px 0px !important;
	margin:14px 0px 0px 0px;
	border:0;
	padding:0;
	width:300px;
	font-size:13px;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.preis strong {
	font-size:13px;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.anzahl {
	margin:10px 0px 0px 0px !important;
	margin:13px 0px 0px 0px;
	border:0;
	padding:0px 0px 10px 0px;
	font-size:13px;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.anzahl span {
	display:block;
	width:50px;
	font-size:13px;
	line-height:21px !important;
	line-height:19px;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.anzahl input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:30px;
	color:#000;
	text-align:center;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.link {
	margin:11px 0px 0px 0px !important;
	margin:13px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #AktuellerProduktTipp div.meta p.link a {
	font-size:11px;
	font-weight:bold;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen {
	margin:40px 0px 0px -10px !important;
	margin:40px 0px 0px -20px;
	border:0;
	padding:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:556px !important;
	width:566px;
	}

/* NEUERSCHEINUNGEN AUF DER STARTSEITE */
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen h1 {
	display:block;
	margin:0px 0px 15px 10px !important;
	margin:0px 0px 5px 20px;
	border:0;
	padding:0;
	width:169px;
	height:20px;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung {
	margin:10px 0px 0px 10px !important;
	margin:10px 0px 0px 10px;
	border:0;
	padding:0;
	width:268px;
	height:320px;
	background:#f5f5f5;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung a {
	font-size:11px;
	color:#1A70B1;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung a:hover {
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2 {
	margin:0;
	border:0;
	padding:0px 0px 0px 24px;
	height:16px;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	line-height:17px !important;
	line-height:16px;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2bread.medizin {
	background:url(../img/icon_medizin.gif) top left no-repeat;
	color:#14a37e;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.medizin a {
	color:#14a37e;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.zahnaerzte {
	background:url(../img/icon_zahnaerzte.gif) top left no-repeat;
	color:#3e9ccf;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.zahnaerzte a {
	color:#3e9ccf;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.sozialrecht {
	background:url(../img/icon_sozialrecht.gif) top left no-repeat;
	color:#a20361;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.sozialrecht a {
	color:#a20361;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.pflege {
	background:url(../img/icon_pflege.gif) top left no-repeat;
	color:#cca02a;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.pflege a {
	color:#cca02a;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}	
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.fundgrube {
	background:url(../img/icon_fundgrube.gif) top left no-repeat;
	color:#006BB5;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2.fundgrube a {
	color:#006BB5;
	text-decoration:none;
	line-height:17px !important;
	line-height:16px;	
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h2 a:hover {
	color:#000;
	text-decoration:underline;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung h3 {
	margin:10px 0px 0px 0px;
	border:0;
	padding:0px 24px;
	font-weight:bold;
	font-size:11px;
	line-height:17px;
	color:#000;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung p.text {
	margin:0px;
	border:0;
	padding:0px 24px;
	font-size:11px;
	line-height:17px;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.pic {
	margin:10px 0px 0px 0px;
	border:0;
	padding:0px 10px 0px 24px;
	width:102px;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.pic p {
	margin:0;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.pic img {
	border:1px solid #d3d3d3;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta {
	margin:10px 0px 0px 0px;
	width:132px;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.preis {
	margin:0;
	border:0;
	padding:0;
	font-size:13px;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.preis strong {
	font-size:13px;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.anzahl {
	margin:5px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:13px;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.anzahl span {
	display:block;
	width:50px;
	font-size:13px;
	line-height:21px !important;
	line-height:19px;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.anzahl input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:30px;
	color:#000;
	text-align:center;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.link {
	margin:5px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	clear:both;
	}

#Content #ContainerContentLeft #ContentLeft #Neuerscheinungen div.neuerscheinung div.meta p.link a {
	font-size:11px;
	font-weight:bold;
	}

/* BREADCRUMB-NAVIGATION */
	
#Content #ContainerContentLeft #ContentLeft #Breadcrumb {
	margin:15px 0px -15px 0px;
	border:0;
	padding:0;
	width:546px;
	height:17px;
	font-size:11px;
	line-height:17px;
	color:#9f9f9f;
	overflow:hidden;
	}
	
#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb {
	margin:15px 0px 0px 39px;
	border:0;
	padding:0;
	width:546px;
	height:17px;
	font-size:11px;
	line-height:17px;
	color:#9f9f9f;
	overflow:hidden;
	}	

#Content #ContainerContentLeft #ContentLeft #Breadcrumb h1,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb h1 {
	display:none;
	}
	
#Content #ContainerContentLeft #ContentLeft #Breadcrumb a,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb a {
	font-size:11px;
	line-height:17px;
	color:#9f9f9f;
	text-decoration:none;
	}

#Content #ContainerContentLeft #ContentLeft #Breadcrumb a:hover,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb a:hover {
	color:#9f9f9f;
	text-decoration:underline;
	}
	
#Content #ContainerContentLeft #ContentLeft #Breadcrumb p,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb p {
	display:block;
	margin:0;
	border:0;
	padding:0;
	height:17px;
	font-size:11px;
	line-height:17px;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Breadcrumb ol,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb ol {
	display:block;
	margin:0;
	border:0;
	padding:0;
	height:17px;
	font-size:11px;
	line-height:17px;
	list-style:none;
	float:left;
	overflow:hidden;
	list-style-position:outside;
	}

#Content #ContainerContentLeft #ContentLeft #Breadcrumb ol li,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb ol li {
	margin:0px 0px 0px 5px;
	border:0;
	padding:0px 0px 0px 11px;
	height:17px;
	background:url(../img/breadcrumb_arrow.gif) left 5px no-repeat;
	font-size:11px;
	line-height:17px;
	list-style:none;
	float:left;
	overflow:hidden;
	list-style-position:outside;
	}

#Content #ContainerContentLeft #ContentLeft #Breadcrumb ol li.first,#ContentSeminars #ContainerContentLeft #ContentLeft #Breadcrumb ol li.first {
	margin:0;
	padding:0px 0px 0px 5px;
	background:none;
	}

/* SHOP-ÜBERSICHTS-SEITEN */
	
#Content #ContainerContentLeft #ContentLeft #ShopPage {
	margin:25px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	clear:both;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage h1 {
	display:block;
	margin:0;
	border:0;
	padding:0;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage h1#zahnmedizin {
	width:132px;
	height:19px;
	background:url(../img/headline_zahnmedizin.gif);
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage h2 {
	margin:0;
	}
	
#Content #ContainerContentLeft #ContentLeft p.shop_subnav,#ContentSeminars #ContainerContentLeft #ContentLeft p.shop_subnav  {
	margin:8px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:13px;
	color:#1A70B1;
	}	

#Content #ContainerContentLeft #ContentLeft p.shop_subnav a {
	font-size:13px;
	color:#1A70B1;
	}
	
#Content #ContainerContentLeft #ContentLeft p.shop_subnav a:hover {
	color:#000;
	}

#Content #ContainerContentLeft #ContentLeft p#produkt_backlink {
	margin:30px 0px -15px 0px;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage p.intro {
	margin:10px 0px 0px 0px;
	border:0;
	border-top:1px solid #C2C9CF;
	padding:7px 0px 0px 0px !important;
	padding:6px 0px 0px 0px;
	font-size:13px;
	line-height:17px;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage p.filter {
	margin:35px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage p.filter a {
	color:#1A70B1;
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage p.filter a:hover {
	color:#000;
	}
	
/* SEITEN IM SHOP DURCHBLÄTTERN */
	
#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation {
	margin:25px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	height:25px;
	background:#eaeaea;
	font-size:11px;
	line-height:25px;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation h2 {
	display:none;
	}	

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation p.back {
	margin:0;
	border:0;
	padding:0px 0px 0px 5px;
	width:95px;
	font-size:11px;
	line-height:25px;
	text-align:left;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation p.current {
	margin:0;
	border:0;
	padding:0;
	width:346px;
	font-size:11px;
	line-height:25px;
	text-align:center;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation p.current strong {
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation strong {
	font-size:11px;
	line-height:25px;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation p.forward {
	margin:0;
	border:0;
	padding:0px 5px 0px 0px;
	width:95px;
	font-size:11px;
	line-height:25px;
	text-align:right;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation a {
	color:#1A70B1;
	font-weight:bold;
	font-size:11px;
	line-height:25px;
	text-decoration:underline;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage div.PageNavigation a:hover {
	color:#000;
	font-weight:bold;
	line-height:25px;
	text-decoration:underline;
	}

/* PRODUKTE IM SHOP */
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products {
	margin:0;
	border:0;
	padding:0;
	width:546px;
	overflow:hidden;
	}

/* ERSTES PRODUKT WEICHT AB */
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.Product, #Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductFirst {
	margin:0px 0px 0px 0px;
	border:0;
	padding:20px 0 20px 0;
	width:546px;
	overflow:hidden;
	}

/* RESTLICHE PRODUKTE */
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.Product {
	margin-top:30px;
	border-top:1px solid #C2C9CF;
	padding:20px 0 20px 0;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductPic {
	margin:-16px 0px 0px 0px;
	border:0;
	padding:0;
	width:160px;
	overflow:hidden;
	text-align:left;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductPic p {
	margin:0;
	border:0;
	padding:0;
	}
		
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductPic img {
	margin:0;
	border:0;
	padding:0;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo {
	margin:0;
	border:0;
	padding:0;
	width:376px;
	overflow:hidden;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo h1 {
	font-size:13px;
	line-height:19px;
	color:#000;
	font-weight:bold;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo p {
	margin:5px 0px 0px 0px;
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.release {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:276px;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.detaillink {
	margin:20px 0px 0px 0px;
	border:0;
	padding:16px 0px 0px 0px;
	width:100px;
	font-size:11px;
	line-height:17px;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.detaillink a {
	font-size:11px;
	line-height:17px;
	color:#1a70b1;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.detaillink a:hover {
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.release p, #Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.detaillink p {
	margin:0;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.ProductInfo div.detaillink p {
	text-align:right;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta {
	margin:10px 0px 0px 0px;
	border:0;
	padding:0;
	width:376px;
	background:url(../img/hr_produkte.gif) top left repeat-x;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.preis {
	margin:12px 0px 0px 0px !important;
	margin:16px 0px 0px 0px;
	border:0;
	padding:0;
	width:175px;
	font-size:13px;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.preis strong {
	font-size:13px;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.anzahl {
	margin:13px 0px 0px 0px !important;
	margin:16px 0px 0px 0px;
	border:0;
	padding:0px 0px 10px 0px;
	font-size:13px;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.anzahl span {
	display:block;
	width:50px;
	font-size:13px;
	line-height:21px !important;
	line-height:19px;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.anzahl input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:30px;
	color:#000;
	text-align:center;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.link {
	margin:13px 0px 0px 0px !important;
	margin:16px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.link a {
	color:#1a70b1;
	font-size:11px;
	font-weight:bold;
	}

#Content #ContainerContentLeft #ContentLeft #ShopPage #Products div.meta p.link a:hover {
	color:#000;
	}
	
#Content #ContainerContentLeft #ContentLeft h2.produkt_seite {
	margin:5px 0px 8px 0px;
	border:0;
	padding:0;
	font-size:13px;
	color:#000;
	line-height:21px;
	font-weight: bold;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_seite {
	margin:0px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	text-align:left;
	overflow:hidden;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_infos {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:214px;
	float:left;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_pic {
	margin:0;
	border:0;
	padding:0;
	width:214px;
	text-align:left;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_pic p {
	margin:0px auto;
	border:1px solid #cacaca;
	padding:5px 0px;
	width:212px;
	text-align:center;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_pic p img {
	margin:0px auto;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_meta {
	margin:0;
	border:0;
	padding:17px 0px 3px 0px;
	width:214px;
	background:url(../img/spacer_produkte.gif) top left no-repeat;
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_meta p {
	margin:0;
	border:0;
	padding:0;
	font-size:11px;
	line-height:17px;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_meta p.leseprobe {
	margin:5px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	line-height:17px;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_meta p.leseprobe a {
	display:block;
	margin:0;
	border:0;
	padding:0px 0px 0px 18px;
	height:19px;
	background:url(../img/pdf_no.gif) 0px 2px no-repeat;
	font-size:11px;
	font-weight:bold;
	line-height:19px;
	}
		
#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_meta p strong {
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order {
	margin:0;
	border:0;
	padding:21px 0px 5px 0px;
	width:214px;
	background:url(../img/spacer_produkte.gif) top left repeat-x;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.preis {
	margin:0;
	border:0;
	padding:0;
	width:96px;

	text-align:left;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.anzahl {
	margin:0;
	border:0;
	padding:0;
	width:88px;

	font-size:13px;
	text-align:right;
	float:right;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.anzahl span {
	display:block;
	width:50px;
	font-size:13px;
	line-height:21px !important;
	line-height:19px;
	float:left;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.anzahl input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:30px;
	color:#000;
	text-align:center;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.link {
	margin:0;
	border:0;
	padding:0;
	width:214px;
	text-align:right;
	clear:both;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_infos div.produkt_order p.link a {
	font-size:11px;
	font-weight:bold;
	}
	
#Content #ContainerContentLeft #ContentLeft div.produkt_text {
	margin:0;
	border:0;
	padding:0;
	width:317px;
	float:right;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft div.produkt_text p {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	}
	
#Content #ContainerContentLeft #ContentLeft #SitemapSite {
	margin:0px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite #SitemapLeft {
	margin:0;
	border:0;
	padding:0;
	width:268px;
	text-align:left;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite #SitemapRight {
	margin:0;
	border:0;
	padding:0;
	width:268px;
	text-align:left;
	float:right;
	overflow:hidden;
	}
	
#Content #ContainerContentLeft #ContentLeft #SitemapSite ul {
	display:block;
	margin:15px 0px 0px 0px;
	border:0;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	padding:0;
	width:268px;
	list-style:none;
	list-style-position:outside;
	background:#f7f7f7;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:268px;
	list-style:none;
	list-style-position:outside;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li a {
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	}
	
#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li span {
	display:block;
	margin:0;
	border:0;
	padding:0px 0px 0px 5px;
	width:263px;
	height:26px;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li ul {
	display:block;
	margin:0;
	border:0;
	padding:0px 0px 5px 15px;
	width:253px;
	list-style:none;
	list-style-position:outside;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li ul li {
	display:block;
	margin:0px 0px 0px 0px;
	border:0;
	padding:0;
	height:26px;
	line-height:26px;
	list-style:none;
	list-style-position:outside;
	}

#Content #ContainerContentLeft #ContentLeft #SitemapSite ul li ul li a {
	padding-left:12px;
	background:url(../img/sitemap_arrow.gif) left center no-repeat;
	font-size:13px;
	font-weight:normal;
	line-height:26px;
	}

/* DIREKTBESTELLUNG */
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	text-align:left;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table {
	margin:0;
	border:0;
	padding:0;
	width:546px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table th {
	height:28px;
	background:#eaeaea;
	font-size:11px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table th.head-isbn {
	padding:0px 0px 0px 5px;
	width:115px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table th.head-menge {
	width:69px;
	text-align:center;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table th.head-name {
	width:288px;
	}
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table th.head-preis {
	width:69px;
	text-align:center;
	}
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td {
	padding:3px 0px 4px 0px;
	background:url(../img/hr_produkte.gif) bottom left repeat-x;
	font-size:11px;
	line-height:17px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.inhalt-isbn {
	padding:3px 0px 4px 5px;
	width:115px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.inhalt-menge {
	padding:3px 0px 4px 0px;
	width:69px;
	text-align:center;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.inhalt-name {
	padding:3px 0px 4px 0px;
	width:288px;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.inhalt-preis {
	padding:3px 0px 4px 0px;
	width:69px;
	text-align:center;
	}
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-isbn {
	padding:0px 0px 0px 5px;
	width:115px;
	background:none;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-isbn input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:100px;
	color:#969696;
	text-align:left;
	}
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-menge {
	padding:0;
	width:69px;
	height:35px;
	background:none;
	text-align:center;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-menge input {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:30px;
	color:#969696;
	text-align:center;
	}
	
#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-link {
	padding:0;
	width:357px;
	background:none;
	text-align:right;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.input-link a {
	font-size:11px;
	font-weight:bold;
	}

#Content #ContainerContentLeft #ContentLeft #DirektbestellungFormular table td.verlauf {
	padding:0;
	width:546px;
	background:none;
	text-align:left;
	}

/* AKTUELLES */

#Content #ContainerContentLeft #ContentLeft #Aktuelles {
	margin:0px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	text-align:left;
	overflow:hidden;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation {
	margin:25px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	height:25px;
	background:#eaeaea;
	font-size:11px;
	line-height:25px;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation h2 {
	display:none;
	}	

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation p.back {
	margin:0;
	border:0;
	padding:0px 0px 0px 5px;
	width:95px;
	font-size:11px;
	line-height:25px;
	text-align:left;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation p.current {
	margin:0;
	border:0;
	padding:0;
	width:346px;
	font-size:11px;
	line-height:25px;
	text-align:center;
	float:left;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation p strong {
	font-size:11px;
	line-height:25px;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation p.forward {
	margin:0;
	border:0;
	padding:0px 5px 0px 0px;
	width:95px;
	font-size:11px;
	line-height:25px;
	text-align:right;
	float:right;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation a {
	color:#1A70B1;
	font-weight:bold;
	font-size:11px;
	line-height:25px;
	text-decoration:underline;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.PageNavigation a:hover {
	color:#000;
	font-weight:bold;
	line-height:25px;
	text-decoration:underline;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:546px;
	text-align:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h2 {
	margin:0;
	border:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 {
	margin:0;
	border:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 a {
	margin:0;
	border:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 a:hover {
	text-decoration:underline;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 span.medizin a {
	color:#14a37e;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 span.zahnmedizin a {
	color:#2782b4;
	}
		
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 span.sozialrecht a {
	color:#a20361;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser h3 span.pflege a {
	color:#cca02a;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser p {
	margin:3px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	color:#000;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles div.NewsTeaser p a {
	font-weight:normal;
	}
	
#Content #ContainerContentLeft #ContentLeft #Aktuelles #NewsBild {
	margin:20px 20px 20px 0px;
	border:1px solid #cacaca;
	padding:5px 0px;
	width:212px;
	text-align:center;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentLeft #ContentLeft #Aktuelles #NewsBild img {
	margin:0px auto;
	}

/* SUCH-ERGEBNISSE */

#Content #ContainerContentLeft #ContentLeft div.SucheContainer {
	margin:20px 0px 0px 0px;
	border:0;
	border-top:1px solid #C2C9CF;
	padding:0;
	width:546px;
	overflow:hidden;
	}
	
#Content #ContainerContentLeft #ContentLeft div.SucheContainer h2 {
	margin-bottom: 25px;
	}	

#Content #ContainerContentLeft #ContentLeft div.SucheContainer h3 a {
	color:#000;
	text-decoration:none;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer h3 a:hover {
	text-decoration:underline;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer a.desclink {
	color:#000;
	text-decoration:none;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer a.desclink:hover {
	color:#000;
	text-decoration:underline;
	}
	
#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_produkt_cat {
	margin:14px 0px -14px 0px;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat {
	margin:15px 0px -10px 0px;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat a {
	margin:0;
	border:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat a:hover {
	text-decoration:underline;
	}
	
#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat span.medizin a {
	color:#14a37e;
	}
	
#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat span.zahnmedizin a {
	color:#2782b4;
	}
		
#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat span.sozialrecht a {
	color:#a20361;
	}

#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.suche_news_cat span.pflege a {
	color:#cca02a;
	}
	
#Content #ContainerContentLeft #ContentLeft div.SucheContainer p.toplink {
	text-align:right;
	}
	
/* SIDEBAR RECHTS */
		
#Content #ContainerContentRight {
	margin:0;
	border:0;
	padding:0px 20px;
	width:234px;
	float:right;
	}

#Content #ContainerContentRight p {
	margin:10px 0px 0px 0px;
	}
	
/* PRODUKT-TIPP-BOX RECHTS */
	
#Content #ContainerContentRight div.RightProduktTipp {
	margin:0;
	border:0;
	border-bottom:1px solid #c7ced3;
	padding:15px 0px 30px 0px;
	width:234px;
	text-align:left;
	}
	
#Content #ContainerContentRight div.RightProduktTipp h1 {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:88px;
	height:15px;
	background:url(../img/headline_produkttipp2.gif);
	}

#Content #ContainerContentRight div.RightProduktTipp h2 {
	margin:9px 0px 0px 0px;
	border:0;
	padding:0;
	}

#Content #ContainerContentRight div.RightProduktTipp p.pic {
	margin:10px 0px 0px 0px;
	border:0;
	padding:0px 10px 10px 0px;
	width:102px;
	float:left;
	overflow:hidden;
	}

#Content #ContainerContentRight div.RightProduktTipp p.pic img {	
	border:1px solid #cacaca;
	}

#Content #ContainerContentRight div.RightProduktTipp p.link {
	margin:10px 0px 0px 0px;
	border:0;
	padding:148px 0px 10px 0px;
	width:122px;
	height:15px;
	float:right;
	overflow:hidden;
	}

#Content #ContainerContentRight div.RightProduktTipp p.link a {
	color:#1A70B1;
	}

#Content #ContainerContentRight div.RightProduktTipp p.link a:hover {
	color:#000;
	}
	
#Content #ContainerContentRight div.RightProduktTipp p.desc {
	margin:0;
	border:0;
	padding:0;
	clear:both;
	}

/* NEWSLETTER-BOX RECHTS */
	
#Content #ContainerContentRight div.RightNewsletter {
	position:relative;
	margin:0;
	border:0;
	border-bottom:1px solid #c7ced3;
	padding:15px 0px 28px 0px;
	width:234px;
	text-align:left;
	}

#Content #ContainerContentRight div.RightNewsletter h1 {
	margin:0;
	border:0;
	padding:0;
	width:73px;
	height:13px;
	background:url(../img/headline_newsletter.gif);
	}

#Content #ContainerContentRight div.RightNewsletter form {
	padding:5px 0px 0px 0px;
	}
	
#Content #ContainerContentRight div.RightNewsletter p.PNewsletterEingabe {
	margin:5px 0px 0px 0px;
	}

#Content #ContainerContentRight div.RightNewsletter input.NewsletterEingabe {
	margin:0;
	border:1px solid #c9c9c9;
	padding:3px;
	width:160px;
	color:#969696;
	}
	
#Content #ContainerContentRight div.RightNewsletter #PNewsletterButton {
	/*position:absolute;*/
	/*top:106px !important;*/
	/*top:109px;*/
	/*top:106px;
	left:156px;*/
	margin:-19px 41px 0px 0px !important;
	margin:-20px 11px 0px 0px;
	border:0;
	padding:0;
	float:right;
	}

/* NEWS-BOX RECHTS */
	
#Content #ContainerContentRight div.RightAktuelles {
	margin:0;
	border:0;
	border-bottom:1px solid #c7ced3;
	padding:15px 0px 30px 0px;
	width:234px;
	text-align:left;
	}

#Content #ContainerContentRight div.RightAktuelles h1 {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:62px;
	height:13px;
	background:url(../img/headline_aktuelles.gif);
	}

#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser {
	margin:13px 0px 0px 0px;
	border:0;
	padding:0;
	width:234px;
	text-align:left;
	}

#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser h2 {
	margin:0;
	border:0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
	}

#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser h2.medizin {
	color:#14a37e;
	}
	
#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser h2.zahnmedizin {
	color:#2782b4;
	}
		
#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser h2.sozialrecht {
	color:#a20361;
	}

#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser h2.pflege {
	color:#cca02a;
	}
		
#Content #ContainerContentRight div.RightAktuelles div.NewsTeaser p {
	margin:0;
	border:0;
	padding:0;
	}

#Content #ContainerContentRight div.RightAktuelles a {
	color:#1a70b1;
	text-decoration:underline;
	}

#Content #ContainerContentRight div.RightAktuelles a:hover {
	color:#000;
	}
	
/* AUTOREN-SERVICE-BOX RECHTS */

#Content #ContainerContentRight div.ContainerBox {
	margin:12px 0 0 0;
	border:0;
	padding:6px 0 0 0;
	}	

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos {
	margin:0;
	padding:4px 14px 14px 14px;
	color: #fff;
	background:#aeaeae;
	}

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos h1 {
	display:block;
	margin:0;
	border:0;
	padding:0;
	height:54px;
	background:url(../img/headline_service_autoren.gif) top left no-repeat;
	}

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos p {
	margin:0;
	border:0;
	padding:15px 0 15px 0;
	font-size:13px;
	line-height:17px;
	color:#fff;
	}

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos p.mehr {
	padding:0px;
	}

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos p.mehr a {
	font-size:13px;
	line-height:17px;
	color:#fff;
	text-decoration:underline;
	}

#Content #ContainerContentRight .ContainerBox .Farb01BoxPos p.mehr a:hover {
	color:#E6E6E6;
	text-decoration:underline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*************************************************
* CONTENT: Seminars
*************************************************/	

#ContentSeminars {
	margin:0;
	border:0;
	padding:0;
	background:#fff;
	text-align:center;
	}

#ContentSeminars div.Center {
	padding:0px 0px 22px 0px;
	border:0;
	background:url(../img/bg_contentseminare.gif) repeat-y left top;
	}
	
/* "ContainerContentLeft" wird zur Hauptcontainer "Seminare" ueber die gesamte Seitenbreite */	
#ContentSeminars #ContainerContentLeft {
	border:0;
	margin:0;
	padding:0;
	width:898px;
	float:none;
	overflow:hidden;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft {
	margin:0;
	border:0;
	padding:0;
	}	

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars {
	position:relative;
	margin:8px 24px 0 24px;
	padding:0 0 20px 0;
	width:850px;	
	border:0;
	background:#f1f1f1 url(../img/bg_contentseminare-verlauf.gif) repeat-x left top;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #HeaderSeminars {
	margin:0;
	padding:0 0 0 14px;
	height:140px;
	background:url(../img/header_seminare.jpg) right top no-repeat;
	border-bottom:1px solid #fff;
	overflow:hidden;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #HeaderSeminars h1 {
	margin:7px 0 0 0;
	font:normal normal normal 31px/41px Tahoma;
	color:#f49532;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #HeaderSeminars h1.Smaller {
	margin:9px 0 0 0;
	font:normal normal normal 29px/39px Tahoma;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #HeaderSeminars h2 {
	margin:20px 0px 0px 0px;
	border:0;
	padding:0;
	font:normal normal normal 23px Tahoma;
	line-height:29px;
	color:#a3a3a3;
	clear:both;
	}
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain {
	float:left;
	margin:0;
	padding:0;
	width:590px;
	border:0;
	background:transparent;
	}	
	
	
	
	
	
	
/* ----- */	

	
#ContentSeminars #ContainerContentLeft #ContentLeft h2.error {
	margin:14px 0px 0px 0px;
	font:normal normal bold 14px Tahoma;
	line-height:23px;
	color:red;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft h2.success {
	margin:14px 0px 0px 0px;
	font:normal normal bold 14px Tahoma;
	line-height:23px;
	color:#09AC00;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft p.success {
	color:#09AC00;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft p.error {
	color: red;
	}		

#ContentSeminars #ContainerContentLeft #ContentLeft ul {
	margin:20px 0px 20px 25px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	list-style:disc;
	}
	
#ContentSeminars #ContainerContentLeft #ContentLeft ul.error {
	margin:2px 0px 0px 0px;
	padding-bottom: 10px;
	}		

#ContentSeminars #ContainerContentLeft #ContentLeft ul li {
	margin:2px 0px 0px 0px;
	font-size:13px;
	line-height:19px;
	}

#ContentSeminars #ContainerContentLeft #ContentLeft ul.error li {
	margin:2px 0px 0px 17px;
	color: red;
	}	

#ContentSeminars #ContainerContentLeft #ContentLeft ol {
	margin:10px 0px 0px 40px;
	border:0;
	padding:0;
	font-size:13px;
	line-height:19px;
	list-style:decimal outside;
	}

#ContentSeminars #ContainerContentLeft #ContentLeft a {
	font-size:13px;
	color:#1A70B1;
	line-height:19px;
	}

#ContentSeminars #ContainerContentLeft #ContentLeft a:hover {
	color:#000;
	}
/* ----- */	


	
/* SEMINARE UEBERSICHTSSEITE + ANMELDESEITEN */	

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain p.SeminarHelpText {
	margin:20px 16px 0 16px;	
	width:554px;
	height:100px;
	border:0;
	padding:0;
	font:normal normal normal 11px Tahoma;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain p.SeminarHelpText a {
	font:normal normal normal 11px Tahoma;
	}	
	

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary {
	margin:12px 0 12px 12px;	
	width:554px;
	border:0;
	padding:8px 18px 10px 18px;
	background:#fff;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary h3 {
	font:normal normal normal 18px/23px Tahoma;
	margin:0;
	padding:0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary h3 a {
	font:normal normal normal 18px/23px Tahoma;
	color:#000;
	text-decoration:none;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary h3 a:hover {
	text-decoration:underline;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary h4 {
	margin:4px 0 0 0;
	padding:0;
	font:normal normal bold 11px/15px Tahoma;
	color:#a3a3a3;
	line-height:17px;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary a {
	font:normal normal normal 11px Tahoma;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary p {
	margin:14px 0 0 0;
	padding:0;
	font:normal normal normal 11px Tahoma;
	color:#000;
	line-height:15px;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary p.SeminarNumber {
	margin:0 0 10px 0;
	padding:0;
	font:normal normal normal 11px Tahoma;
	line-height:15px;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary p.Link {
	margin:10px 0 0 0;
	text-align:right;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary p.Link a {
	font:normal normal bold 11px Tahoma;
	}
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary span.Price {
	font-size:13px;
	line-height:17px;
	font-family:Tahoma;
	}				
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table {
	margin:14px 0 0 0;
	padding:0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	font:normal normal normal 11px Tahoma;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table th {
	text-align:left;
	color:#fe8100;
	font-weight:normal;
	background:#e8eff7;
	padding:3px 3px 3px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
	}	
		
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td {
	padding:3px 3px 3px 4px;
	color:#474747;
	background:#e8eff7;	
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Checkbox {
	padding:11px 0px 0 12px;
	color:#474747;
	background:#e8eff7;	
	border-right:none;
	border-bottom:1px solid #fff;
	}	
		
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Place {
	width:280px;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Date {
	padding:9px 0 0 12px;
	border-right:none;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Date span {
	display:inline-block;
	width:43px;
	color:#ff8200;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Name {
	width:290px;
	padding:6px 10px 10px 0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Name div {
	margin:0 0 4px 0;
	width:290px;
	white-space:nowrap;
	text-align:right;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td.Name a {
	display:inline-block;
	float:right;
	margin:0;
	font:normal normal normal 11px/17px Tahoma;
	}			
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarSummary table td input.TdField {
	width:100px;
	border:1px solid #c9c9c9;
	padding:3px;
	margin-left:2px;
	line-height:13px;
	}				
	
	
/* SEMINARE DETAILSEITE */		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails {
	margin:12px 0 12px 12px;	
	width:554px;
	border:0;
	padding:12px 18px 30px 18px;
	background:#fff;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails h3 {
	margin:20px 0 6px 0;
	padding:0;
	font:normal normal normal 22px/28px Tahoma;
	}	
		
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails h4 {
	margin:0 0 20px 0;
	padding:0;
	font:normal normal bold 13px/19px Tahoma;
	color:#a3a3a3;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails p {
	font:normal normal normal 13px/19px Tahoma;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails p.Summary {
	font:normal normal normal 11px/17px Tahoma;
	margin:40px 0 0 0;
	padding:10px 0 0 0;
	border-top:2px solid #e8eff7;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails p.SeminarNumber {
	font:normal normal normal 11px/17px Tahoma;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails span.Price {
	font-size:13px;
	line-height:17px;
	font-family:Tahoma;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails a.register {
	display:inline-block;
	margin:0 0 0 15px;
	font:normal normal bold 11px/17px Tahoma;	
	float:right;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails a.button {
	display:block;
	float:right;
	margin:10px 5px 0 30px;
	width:138px;
	height:39px;
	background:url(../img/button_anmelden-seminar.gif) left top no-repeat;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails a.button span {
	display:none;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails table {
	margin:14px 0 14px 0;
	padding:0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	font:normal normal normal 11px Tahoma;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails table th {
	text-align:left;
	color:#fe8100;
	font-weight:normal;
	background:#e8eff7;
	padding:3px 3px 3px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
	}	
		
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails table td {
	padding:3px 3px 3px 4px;
	color:#474747;
	background:#e8eff7;	
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.SeminarDetails table td.Place {
	width:280px;
	}		

	
/* SEMINARE REFERENTEN */		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.Referent {
	margin:12px 0 12px 12px;	
	width:554px;
	border:0;
	padding:12px 18px 30px 18px;
	background:#fff;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.Referent div.Img {
	float:left;
	width:110px;
	margin:0 18px 0 0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnMain div.Referent p {
	float:right;
	width:415px;
	font:normal normal normal 11px/17px Tahoma;	
	margin:0;
	}														
	
		

/* SEMINARE RECHTE SPALTE */

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight {
	float:right; 
	margin:12px -4px 0 0;
	width:243px; 
	overflow:hidden; 
	border:0; 
	}
	
/* Box Kontakt */	

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxContact {
	margin:0 0 7px 0;
	padding:4px 4px 12px 14px;
	width:225px;
	background:#f6b36b url(../img/bg_boxseminare_kontakt.gif) left bottom no-repeat;
	border:0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxContact div.Img {
	float:right;
	width:68px;
	margin:0 0 0 4px;
	border:0;
	}		
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxContact p {
	margin:4px 0px 0px 0px;
	font:normal normal normal 11px Tahoma;
	line-height:15px;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxContact p span.Tel {
	display:block;
	margin:6px 0px 0px 0px;
	font:normal normal bold 13px Tahoma;
	line-height:15px;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxContact p.Name {
	clear:both;
	display:block;
	margin:12px 0px 0px 0px;
	font:normal normal normal 11px Tahoma;
	color:#fff;
	line-height:15px;
	}				
	
/* Box Flyer */		

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxFlyer {
	margin:0 0 7px 0;
	padding:8px 4px 15px 14px;
	width:225px;
	background:#e4e4e4 url(../img/bg_boxseminare_flyer.gif) left bottom no-repeat;
	border:0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxFlyer h3 {
	margin:0px 0px 0px 0px;
	padding:0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars  #ColumnRight #BoxFlyer h3 a {
	margin:0px;
	padding:0;
	font:normal normal bold 12px/19px Tahoma;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxFlyer a.cover {
	display:block;
	margin:15px 0 0 28px;
	width:160px;
	overflow:hidden;
	border:1px solid #c6c6c6;
	}			
	
/* Box Rabatt */	

#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxRabatt {
	position:relative;
	margin:0 0 7px 0;
	padding:8px 8px 15px 14px;
	width:221px;
	background:#e4e4e4 url(../img/bg_boxseminare_rabatt.gif) left bottom no-repeat;
	border:0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxRabatt #BoxIcon {
	position:absolute;
	right:0;
	top:0;
	width:82px;
	height:70px;
	border:0;
	background:url(../img/bg_boxseminare_rabatt-icon.gif) left top no-repeat;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxRabatt h3 {
	margin:0;
	padding:0;
	font:normal normal normal 18px/21px Tahoma;
	color:#ff8200;
	}
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxRabatt p {
	margin:8px 0 0 0;
	}	
	
#ContentSeminars #ContainerContentLeft #ContentLeft #ContainerSeminars #ColumnRight #BoxRabatt a.boxlink {
	font:normal normal normal 11px/15px Tahoma;
	}					
			
			
/* SIDEBAR RECHTS */
		
#ContentSeminars #ContainerContentRight {
	display:none;
	}	
	
	
/*************************************************
* FOOTER
*************************************************/

#Footer {
	margin:0px auto;
	border:0;
	padding:0 0 16px 0;
	background:#bebebe;
	color:#8e8e8e;
	text-align:center;
	}

#Footer a {
	color:#8e8e8e;
	text-decoration:none;
	}

#Footer a:hover {
	text-decoration:underline;
	}
	
#Footer #FooterNav {
	margin:0;
	border:0;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
	width:897px;
	background:#fff;
	text-align:left;
	float:left;
	}
	
#Footer #FooterNav p {
	padding:16px 0 12px 20px;
	}
	
#Footer #FooterCopyright {
	border:0;
	padding:16px 16px 12px 0;
	float:right;
	width: 254px;
	text-align:right;
	}

