a.menu {
	text-align:center;
        text-decoration:underline;
        font-size : 12px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align: left;
}

a.menu:link    { color:#FF9900; }
a.menu:visited { color:#FF9900; }
a.menu:hover   { color:#FF9900; }
a.menu:active  { color:#FF9900; }

a.menu1 {
	text-align:center;
        text-decoration:underline;
        font-size : 12px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align: left;
}

a.menu1:link    { color:#33CC00; }
a.menu1:visited { color:#33CC00; }
a.menu1:hover   { color:#33CC00; }
a.menu1:active  { color:#33CC00; }

a {
	text-align:center;
        text-decoration:underline;
        font-size : 12px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height:18px;
}

a:link    { color:white; }
a:visited { color:white; }
a:hover   { color:white; }
a:active  { color:white; }


.blots {
	color:#FF9900;
}

.text  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	text-decoration:none;
}

.texthigh  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	text-decoration:none;
	background-color: #FF9900;
	border-style:inset;
	font-weight : bold;
	border-width:1px;
	text-align:center;
}

.text1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: white;
	text-decoration:none;
}

.titel  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : white;
}

.titel1  {
	line-height:28px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : white;
	font-style: italic;
	text-decoration:none;
}

.titel2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #336699;
}

.titel3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : white;
	text-align:right;
        line-height:20px;
}

.titel4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : white;
}

.white10left  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : white;
	width:70px;
	text-align:left;
}

.suche {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.suche1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	background-color:#336699;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
}

.wbutton
{
	display: inline;
	width:25px;
	margin:0px;
	text-align:center;
        border-style:outset;
        border-color:white;
        border-width:1px;
        padding:0px;
        text-decoration:none;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        background-color:#336699;
        color:white;
}

.wbutton:hover
{
	color:white;
	background-color:#336699;
	font-weight:normal;
	border-style:inset;
}

.button
{
	display: inline;
	width:40px;
	margin:0px;
	text-align:center;
        border-style:outset;
        border-color:white;
        border-width:1px;
        padding:0px;
        text-decoration:none;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        background-color:#336699;
        color:white;
}

.button:hover
{
	color:white;
	background-color:#336699;
	font-weight:normal;
	border-style:inset;
}
	
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8px;
}

ul#navigation
{
	list-style-type: none;
	margin-top:1px;
	margin-bottom:0px;
	margin-right:40px;
}

ul#navigation li a
{
	display: block;
	margin:0px;
	text-align:center;
        border-style:outset;
        border-color:white;
        border-width:1px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:5px;
        padding-right:5px;
        text-decoration:none;
        font-size : 10px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight:normal;
}

ul#navigation li a:hover
{
	color:white;
	background-color:#336699;
	font-weight:normal;
	border-style:inset;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }