/* FARBEN
  Blau          #003399
  Mittelblau    #4f83bf
  Hellblau      #cdddff
  Hellgrau      #f0f0f0
  Mittelgrau    #cccccc
  Dunkelgrau    #4e4e4e
  Blauviolett   #66669a
*/

/* Basistags */
body {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #003399;
	text-decoration: none;
	padding: 0px 100px 0px 100px;
	font-size: 11pt;
}

p {
	line-height: 150%;
	font-size: 11pt;
	margin-left:20px;
}

a { 
	font-weight: bold;
	text-decoration: none;
	color: #039;
}

/* Basisklassen für die Grundtabelle */
.header1 {
    padding: 0px 10px 6px 10px;
    border-top: 6px solid White;
    border-left: 6px solid White;
    border-right: 6px solid White;
}
.header2 {
    background-color: #4f83bf;
    border-left: 6px solid White;
    border-right: 6px solid White;
    color: #fff;
    font-size: 80%;
}
#header2li {
    background-color: #4f83bf;
    padding: 2px 10px 2px 10px;
    text-align: left;
}
#header2re {
    background-color: #4e4e4e;
    padding: 2px 10px 2px 10px;
    text-align: right;
    width: 160px;
    font-weight: normal;
}

.main {
    _background-image: url(http://www.wcss2010.org/template/bg.gif);
    border: 6px solid White;
}
.content {
    padding: 0px 10px 6px 10px;
    background-color: #f0f0f0;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
.footer {
    padding: 0px 10px 6px 10px;
    color: #FFFFFF;
}
.menu {													/* Breite über nowrap fest, der Rest ist 100% via <td> breit */	
	background-color: #cdddff;
	font-weight: bold;
	font-size: 11pt;
	white-space:nowrap;
	line-height: 22px;
}
.menu2{
	margin-left:20px;
}

* /* Styles für die Menüpunkte */
#menu_main {
    padding: 10px 4px 10px 4px;
}
#menu_main a {
    padding: 2px 6px 2px 6px;
    display: block;
}
#menu_main a:link, a:visited {
}
#menu_main a:hover, a:active {
    background-color: #f0f0f0;
}
#active {
	color:#4f83bf;
}

/* Formatierung der Überschriften */
.hh1, h1 {
	color: #4f4f4f;
	font-size: 170%;
	font-weight: bold;
	margin-top:12px;
  _white-space: nowrap;
}
.hh2, h2 {
    color: #4f4f4f;
    font-size: 140%;
    font-weight: bold;
    _white-space:nowrap;
}
.hh3 {
    color: #4f4f4f;
    font-size: 100%;
    font-weight: bold;
	line-height: 150%;
    _white-space:nowrap;
}
h3 {
	color: #4f4f4f;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	margin-left:20px;
	_white-space:nowrap;
}
.hh4 {
	color: #4f4f4f;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	_white-space:nowrap;
}
h4 {
	color: #4f4f4f;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	margin-left:20px;
	_white-space:nowrap;
}
/* besonder Styles für Text */
.eingerueckt{
	margin-left:40px;
	margin-bottom:16px;
	line-height: 150%;
}
.eingerueckt20{
	margin-left:20px;
}

.bild {
	margin-left:20px;

}
.bildunterschrift {
	font-style:italic;
	font-size: 10pt;
	margin-top:6px;
	margin-bottom:12px;
	margin-left:20px;
}
