/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Ausrichtung und Hintergrundfarbe*/
body                {background-color:#ffffff; margin:0px;}
table               {margin:0px;}

/*Hintergrunfbilder*/
.bodyHome {  background-attachment: fixed; background-image:  url(/wLayout/design/img/global/bg_home.jpg); background-repeat: no-repeat}
.bodyGlobal {  background-attachment: fixed; background-image:  url(/wLayout/design/img/global/bg.jpg); background-repeat: repeat-y}
.bodyContent {  background-attachment: fixed; background-image:  url(/wLayout/design/img/global/bg_content.jpg); background-repeat: repeat-y}


/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {text-decoration:none;}


/*Formular Medizin*/
.formularinputgruen    		{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; width: 250;  background-color: #CEDEDB;}
.formularinputmittelgruen	{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; width: 155;  background-color: #CEDEDB;}
.formularinputkurzgruen		{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; width: 90;  background-color: #CEDEDB;}
.formulargruen      		{font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; background-color: #A5CAC0;}
.formularbutton				{font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#007A53; background-color: #CEDEDB;}


/*Fliesstext*/
.fliesstext              {font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; line-height: 18px;}


/*Ueberschrift*/
.headline          {font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#007A53; line-height: 18px;}
.subheadline       {font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; line-height: 18px;}


/*Farben*/
.Farbeweiss {  background-color: #FFFFFF}
.Farbeschwarz {  background-color: #000000}