/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
//
////////////////////////////////////////////////////////////////
*/

@import url("/schmelz/wLayout/design/style/design.css");

body                 {font-family:arial, verdana, sans-serif;background-color:#FFFFFF;color:#333333;margin:0;font-size:1em}/*Standard Textformatierung*/

#logo                {width:100%;}

.blockMain           {width:100%; border-style:none;}
.blockTop            {background-color:#ffffff;height:140px;width:1005; border-style:none;}
.blockLeft           {            width:25%; border-style:none; vertical-align:top; background-color:#F0F0F0;}
.blockContent        {            width:617px; border-style:none; vertical-align:top;margin-top:0em;}
.blockRight          {float:left;height:100%;background-color:#88A7DE; width:180px; border-style:none;;}
.blockBottom         {height:1px;float:left; width:1005; border-style:none; clear:left;}


