﻿/*Grundeinstellung der Website*/
body 
	{background-color: #ffffff;font-family: Verdana,Arial;}
table 
    {margin-left: auto;margin-right: auto;padding:	0px;}

/*beginn Header*/
td.headerBackground
    {background-color: #aec6ca;border-radius: 10px;}

td.headerFont
    {color: #3366CC;font-size: 25pt;padding-left: 25px;}

td.logo
   {height: 120px;padding-left:115px;
    background-image: url(../images/Logo-Womo-160x110.gif);
    background-repeat: no-repeat;background-position: center;}
/*ende Header*/

/*beginn Navigation*/
td.navigation-wrapper
   {width: 200px;vertical-align: top;}

td.navigation
   {background-color: #AEC5C9;text-align: center;border-radius: 10px;height: 60px;}

table.navigationLayout
 /*hier kann die breite der Navigation verstellt werden */
   {width: 200px;margin-top: 18px;margin-left: -2px;}

a.navigation:hover, a.navigation_active:hover
   {color: #fff;border-bottom: none;}
/*ende Navigation*/

/*beginn Werbung links unter navigation*/
table.werbelayout
{width: 200px;margin-left: -2px;text-align: center;}

table.werbelayout h5
{color: #3366CC;margin: 20px 0 -20px 0;}

table.werbelayout h6
{color: #bc2323;font-size: 14px;font-weight: bold;margin-bottom: 10px;}
/*ende Werbung links unter navigation*/

/*beginn Schriftstyle*/
h1{font-size: 14pt;font-weight: normal;} /*war urspruenglich 28px, font-weight: bold; geändert am 24.1.2020*/
h2{font-size: 20px;font-weight: bold;}
h3{font-size: 18px;font-weight: bold;}
h4{font-size: 16px;font-weight: bold;}
h5{font-size: 14px;font-weight: bold;}

p{font-size: 14px;line-height: 20px;}

.color1 {color: #008080;}
.color2 {color: #bc2323;}
.color3 {color: #3366CC;}
.color4 {color: #ffffff;}

/*hier kann die Farbe der links eingestellt werden*/
a{color: #3366CC;border-bottom: 1px dotted;text-decoration: none;}
/*font-weight: bold;*/  /*Eintrag aktivieren = fette Links Eintrag deaktivieren = normal Links*/

a:hover{color: #000;}
/*ende Schriftstyle*/

/*beginn gesamter Textblock*/
td.contentHeadLine /*Überschriftsbalken*/
{padding: 4px 15px 4px 15px;font-size: 14pt;color: #666666;text-align: center;background-color: #AEC6Ca;border-radius: 10px;}

td.contentBannerLine /*Banner unter Überschriftsbalken*/
{padding: 15px 0px 4px 0px;max-width: 100px;overflow: hidden;}

td.contentFootLine /*Fußbalken*/
{padding: 6px 15px 6px 15px;text-align: right;background-color: #AEC6Ca;border-radius: 20px;}

td.contentFootLine2 /*Fußbalken für unteren Contentblock*/
{padding: 6px 15px 6px 15px;text-align: right;background-color: #AEC6Ca;border-radius: 20px;}

p.contentLinkLine /*Fußbalken*/
{padding: 6px 15px 6px 15px;text-align: justify;background-color: #AEC6Ca;border-radius: 10px;}

a.footline /*Fußbalken Texformatierung*/
{font-size: 14px;color: #fff;text-align: right;}

table.content  /*hier kann die breite des Textblockes verstellt werden */
{padding-left: 5px;width: 830px;margin-top: 18px;}

table.content2  /*hier kann die breite des unteren Textblockes verstellt werden */
{padding-left: 0px;width: 830px;margin-top: 0px;}

td.contentHeadLine-Laufschrift  /*Laufschrift*/
{padding: 4px 15px 4px 15px;font-size: 12pt;color: #666666;text-align: center;background-color: #AEC6Ca;border-radius: 10px;text-align: left;}

td.contentLine /*Textblock*/
{color: #000000;text-align: justify;padding-top: 0px;}

