p.align-right { text-align: right; }
p.align-left { text-align: left; }
p.align-center { text-align: center; }

/* .csc-mailform { text-align: left; } */



body {
	height: 100%;
	width: 100%
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	word-spacing: 3 px;
	line-height: 130%;
	color: #333333;
	background-color: white;
}

html {
	height: 100%;
	width: 100%
}

#maintable {
	height: 100%;
}	



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #333333;
	word-spacing: 3 px;
	line-height: 130%;
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: 	#726A0B;
	text-decoration: underline;
	font-style: normal;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	font-style: normal;
}

h1 {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	color: #D81921;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 6px;
	margin-bottom: 0px
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color: #336699;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

/* START Headline-Texfeld */
.headline {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.headlineEditMode {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-width: 1px;
	border-style: dotted;
	border-color: #FD8C06;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
/* ENDE Headline-Textfeld */

/* START Headline2-Texfeld */
.headline2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #001C82;
	line-height: 20px;
}
.headline2EditMode {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #001C82;
	border-width: 1px;
	border-style: dotted;
	border-color: #FD8C06;
	line-height: 20px;
}
/* ENDE Headline2-Textfeld */

/* START Login */
.LoginTextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
/* END Login */

/* START Doccheck */

#doccheck {
	position: absolute;
	left: 317px;
	top: 767px;
	display: none;
}

/* END Doccheck */

/* START : Forms  */

.TextBox {
	width : 250px;
	height : 20px;
	border : 1px solid black;
 	font-size : 10px;
	font-family : Verdana,sans-serif;
	font-weight : bold;
	padding : 3px;
}

.TextArea {
	width : 250px;
	border : 1px solid black;
 	font-size:10px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	padding : 3px;
	height : 80px;
}

.CheckBox {

}

.RadioButton {
	
}

.Button {
	width : 116px;
 	font-size: 12px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
}

.FormTable {
	text-align : left;
	background-color : #EEEEEE;
	width : 520px;
}

.FormTableFachkreis {
	text-align : left;
	background-color : #EEEEEE;
	width : 450px;
}

.FormTable td {
	vertical-align : top;
	padding : 5px;
}

.FormTextBox {
	width : 300px;
	height : 20px;
	border : 1px solid black;
 	font-size : 12px;
	font-family : Verdana,sans-serif;
	font-weight : normal;
	padding : 3px;
}

.FormTextArea {
	width : 300px;
	border : 1px solid black;
 	font-size:12px;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	padding : 3px;
	height : 80px;
}

.FormLabel {
	text-align : right;
}

.loginTable
{
	border:1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding-left : 10px;
}

/* END : Forms */


/* START : EditMode */ 
.EditMode {
	border-width: 1px;
	border-style: dotted;
	border-color: #FD8C06;
}
.EditMode td 
{
	border-style: solid;
	border-width: 1px;
	border-color: #FD8C06;
}
/* END : EditMode */



/* START breadCrumbNav */
/* Text-Link */
.breadCrumbNav a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484444;
	font-variant: normal;
	font-weight: normal;
	text-decoration : none;
}
 /* Text-Link Roll-Over */
.breadCrumbNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #90882C;
	font-variant: normal;
	font-weight: normal;
	text-decoration : none;
}
 /* Zwischenzeichen */
.breadCrumbNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #90882C;
	font-variant: normal;
	text-decoration : none;
	word-spacing: normal;
}

.breadCrumbNav Img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #90882C;
	font-variant: normal;
	text-decoration : none;
	vertical-align : middle;
}
/* END breadCrumbNav */



/* START : HauptNav */ 
/* Zelleneigenschaften */
.HauptNavItem 
{
	padding: 0, 6, 0, 6;
}
/* Zelleneigenschaften der selektierten Zelle */
.SelHauptNavItem
{
	padding: 0, 6, 0, 6;
}
/* Text-Link */
.HauptNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* Text-Link Roll-Over */
.HauptNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* Text-Link der selektierten Zelle */
.SelHauptNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* Text-Link Roll-Over der selektierten Zelle */
.SelHauptNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* END : HauptNav */



/* START : SubNav */ 
/* Zelleneigenschaften */
.SubNavItem 
{
	padding: 0, 3, 6, 0;
}

/* Text-Link */
.SubNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* Text-Link Roll-Over */
.SubNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/* Zelleneigenschaften Inv*/
.SubNavItemInvisible
{
	padding: 0, 0, 3, 0;
}
/* Text-Link inv */
.SubNavItemInvisible a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}
/* Text-Link Roll-Over inv*/
.SubNavItemInvisible a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


/* Zelleneigenschaften der selektierten Zelle */
.SelSubNavItemInvisible
{
	padding: 0, 0, 3, 0;
	/*border-left : 1px #999999 solid;
	border-bottom : 1px #999999 solid;*/
}
/* Text-Link der selektierten Zelle */
.SelSubNavItemInvisible a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* Text-Link Roll-Over der selektierten Zelle */
.SelSubNavItemInvisible a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


/* Zelleneigenschaften der selektierten Zelle */
.SelSubNavItem
{
	padding: 0, 0, 6, 0;
	/*border-left : 1px #90882C solid;
	border-bottom : 1px #90882C solid;*/
}
/* Text-Link der selektierten Zelle */
.SelSubNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over der selektierten Zelle */
.SelSubNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* END : SubNav */



/* START : VertSubNav */ 
/* Zelleneigenschaften */
.VertSubNavItem 
{
	padding: 0, 0, 3, 0;
}
/* Zelleneigenschaften der selektierten Zelle */
.VertSelSubNavItem
{
	padding: 0, 0, 3, 0;
	/*border-left : 1px #90882C solid;
	border-bottom : 1px #90882C solid;*/
}
/* Text-Link */
.VertSubNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over */
.VertSubNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link der selektierten Zelle */
.VertSelSubNavItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over der selektierten Zelle */
.VertSelSubNavItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
/* END : VertSubNav */


/* START : SubNavX (TopLevel-Subnav beim Internen Portal) */ 
/* Zelleneigenschaften */
.SubNavXItem 
{
	padding: 0, 0, 3, 0;
}

/* Text-Link */
.SubNavXItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #B83255;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over */
.SubNavXItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #B83255;
	text-decoration: none;
	font-style: normal;
}

/* Zelleneigenschaften Inv*/
.SubNavXItemInvisible
{
	padding: 0, 0, 3, 0;
}
/* Text-Link inv */
.SubNavXItemInvisible a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over inv*/
.SubNavXItemInvisible a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}


/* Zelleneigenschaften der selektierten Zelle */
.SelSubNavXItemInvisible
{
	padding: 0, 0, 3, 0;
	/*border-left : 1px #999999 solid;
	border-bottom : 1px #999999 solid;*/
}
/* Text-Link der selektierten Zelle */
.SelSubNavXItemInvisible a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over der selektierten Zelle */
.SelSubNavXItemInvisible a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}


/* Zelleneigenschaften der selektierten Zelle */
.SelSubNavXItem
{
	padding: 0, 0, 3, 0;
	/*border-left : 1px #90882C solid;
	border-bottom : 1px #90882C solid;*/
}
/* Text-Link der selektierten Zelle */
.SelSubNavXItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #B83255;
	text-decoration: none;
	font-style: normal;
}
/* Text-Link Roll-Over der selektierten Zelle */
.SelSubNavXItem a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #B83255;
	text-decoration: none;
	font-style: normal;
}
/* END : SubNav X*/


/* START headerNav */
/* Text */
.headerNav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #D2E5F0;
}
/* Text-Link */
.headerNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #D2E5F0;
	text-decoration : none;
	font-style: normal;
}
/* Text-Link Roll-Over */
.headerNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : none;
	font-style: normal;
}
/* EditMode */ 
.headerNavEditMode {
	border-width: 1px;
	border-style: dotted;
	border-color: #FD8C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #D2E5F0;
}
/* Text-Link im EditMode */
.headerNavEditMode a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #D2E5F0;
	text-decoration : none;
}
/* END headerNav */



/* START footerNav */
/* Text */
.footerNav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
/* Text-Link */
.footerNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
	font-style: normal;
}
/* Text-Link Roll-Over */
.footerNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	font-style: normal;
}
/* EditMode */ 
.footerNavEditMode {
	border-width: 1px;
	border-style: dotted;
	border-color: #FD8C06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
/* Text-Link im EditMode */
.footerNavEditMode a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
}

/* END footerNav */

.LoginMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	text-decoration : none;
}

.ArtikelBild {
	padding:  0 6 6 0;
}

.BlindBild {
	display: none;
}

.ArtikelTeaser {
	font-weight: bold;
}
/* INTERES DB ZEUG */

/* Nav1_Sub (Liste der Therapiegebiete)*/
.nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;	
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.nav a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.nav a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.nav a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}

.navAktiv
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navAktiv a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.navAktiv a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.navAktiv a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.navAktiv a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.navAktiv a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;	
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
.searchLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.searchLink a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}

.ArtikelTable
{
	border: 1px solid #DFDFDF;
	width: 100%;
}
.ArtikelTable th
{
	background-color: #FFFFFF;
	padding: 2px;
	color: #333333;
	font-size:12px;
	font-weight: bold;
	text-align: left;
}
.ArtikelTable td
{
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px; 
	padding-right: 4px;
	color: Black;
	font-size:12px;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
}

.ArtikelHeader
{
	color: Black;
	font-size: 18px;
	font-weight: bold;
}

.ArtikelBeschreibung
{
	color: Black;
	font-size: 12px;
	font-weight: normal;
}

.WirkstoffHeader
{
	color: Black;
	font-size: 16px;
	font-weight: bold;
}

.WirkstoffBeschreibung
{
	color: #454545;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFCCF;
}

.LoadMeldung
{
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.LoadMeldungText
{
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-color : #D5E9F4;
}

.auswahl
{
	/* border-left: 1px solid #666666;
	border-bottom: 1px solid #666666; */
	width: 100%;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color : #E3F1F9;
	margin-bottom: 10px;
}

.onlinehelp
{
	padding: 10px;
	background-color: #E3F1F9;
	border: 1ps solid #D2E5F0;
}
.onlinehelpheader
{
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
	color: #666666;
	background-color: #D2E5F0;
}

.ImgStyle
{
	border: 1px solid #666666;
}

.PraeparatFooter
{
	font-size: 10px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.DetailBody {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.DetailHeader {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.DetailDetails {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #E3F1F9;
}

.charlabel
{
	font-size: 16px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 13px;
	padding-left: 6px;
	padding-bottom: 2px;
}

.darreichungsform
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 10px;
}

.darreichungsform a:link
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 10px;
	font-style: normal;
}
.darreichungsform a:visited
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 10px;
	font-style: normal;
}
.darreichungsform a:hover
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	font-style: normal;
}

.darreichungsformActive
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}
.darreichungsformActive a
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}
.darreichungsformActive a:link
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}
.darreichungsformActive a:visited
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}
.darreichungsformActive a:hover
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}
.darreichungsformActive a:active
{
	font-size: 9px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B83255;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}

.subline
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 10px;
}

.DBSuche
{
	color: #454545;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 100%;
}

.SearchTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 14px;
}

.pharmakologieBox
{
	padding-top: 16px;
	padding-bottom: 16px;
}
.pharmakologieBorder
{
	width: 100%;
	height: 2px;
	color: White;
}
/* END INTERES DB ZEUG */



TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* #Content column */
TD#content {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 00px;
	vertical-align: top;
	background-image: url(../images/logotabelle.jpg);	 
	background-repeat: no-repeat;
/*	widht: 90%; */
/*	border-top-width: 1px; */
/*	border-top-style: solid; */
/*	border-top-color: #336699; */
}


/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 220px;	
	height: 100%;
	border-right-color: #336699;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(../images/menubackground.jpg);
	background-repeat: no-repeat;

}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: black;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  font-weight: bold;  
  padding-top:10px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight: bold;
  font-size: 11px;
  padding-top:10px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#336699;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
  padding-top:8px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  color:#336699;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
  padding-top:8px;
  text-decoration: underline;
}






/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

align-center {
    text-align:center;
}