/* Layout-Elemente  */

body                      { color: #646464; font-size: 44px; font-family: Lato, sans-serif; font-weight: 400; line-height: 60px; background-color: #999999; list-style-image: url("../gif/li.gif"); margin: 0 }

div      { color: #646464; font-size: 44px; line-height: 60px; font-family: "Lato", sans-serif; font-weight: 400; }
td       { color: #646464; font-size: 44px; font-family: Lato, sans-serif; font-weight: 400; line-height: 60px; }
h1 		 { color: #003f7d; font-size: 66px; font-family: Lato, sans-serif; font-weight: 400; line-height: 80px; margin: 0 }
h2 		  { color: #2b2b2b; font-size: 40px; font-family: Lato, sans-serif; font-style: normal; font-weight: normal; line-height: 52px; margin: 0 }
h3 		    { color: #000; font-size: 15px; font-family: "Lato", sans-serif; font-weight: 900; line-height: 22px; margin: 0 0 -13px }
h4 		 { color: #0a51a1; font-size: 26px; font-family: Lato, sans-serif; font-weight: 400; line-height: 32px; margin: 15px 0 0 }
h5 		   { color: #58585a; font-size: 13px; font-family: Lato, sans-serif; font-style: normal; font-weight: normal; line-height: 18px; margin: 0 }

a:link 	       { color: #003f7d; text-decoration: none }
a:visited 	    { color: #003f7d; text-decoration: none }
a:active 	  { color: #000000; text-decoration: none }
a:hover	    { color: #000000; text-decoration: underline }

/* Menü */

#commonBar  { text-align: left; margin: 0; padding: 0 }

#menuBar     { color: #DDDDDD; background: #999999 repeat-x left top; margin: 20px; padding: 0 }

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton        { list-style: none; display: inline; margin: 0 0 0 20px; outline-color: #dddddd }

a.menuButton, a.menuButtonActive     { color: #DDDDDD; font-weight: strong; text-decoration: none; letter-spacing: 10px; padding: 4px 8px }

.menu    { background: #0000ff; text-align: left; padding: 4; z-index: 4; top: 4; left: 4 }

a.menuItem, a.menuItemActive    { color: #101010; text-decoration: none; background: #d1d1d1; display: block; margin-right: 4px; margin-left: 4px; padding: 20px 20px }

a.menuButtonActive, a.menuButton:hover  { color: #303030; background-color: #f0f0f0}

a.menuItem:hover, a.menuItemActive   { color: #003f7d; background-color: #f0f0f0 }


table#mainmenu td:hover  { background-color: #fff }