body {
	scrollbar-base-color : #626273;
	background-image: url(../design/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	background-color: #2F2F37;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a.border img {
   border-top: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
   border-left: 1px solid;
   border-color:CCFF00;
}

a.border:hover img {
   border-top: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
   border-left: 1px solid;
   border-color:#FFFFFF;
}


a:link  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #FFF;
	text-decoration : none;
	font-weight: bold;
}

a:active  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #CCFF00;
	text-decoration : none;
}

a:visited  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #FFF;
	text-decoration : none;
}

a:hover  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #CCFF00;
	text-decoration : none;
}

a.menu:link  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #FFFFFF;
        text-decoration : none;
}

a.menu:active  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #CCFF00;
        text-decoration : none;
}

a.menu:visited  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #CCCCCC;
        text-decoration : none;
}

a.menu:hover  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #CCFF00;
        text-decoration : none;
}
h2 {
	font-size: 12px;
	font-style: italic;
}
H1, H2 , H3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	margin: 3px;
}

H1 {
	font-size: 14px;

}
h3 {
	font-size: 11px;
}


.highlightgrey {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 14px;
	color : #CCC;
	font-weight : bold;
}
.highlightwhite  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;
}

.highlightyellow {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 14px;
	color : #FC0;
	font-weight : bold;
}
.subtitle  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bold;
				
}
.subtitlespalte  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #FFCC00;
	font-weight : bold;
}

.text  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #EBEBEB;
}
.textcourier  {
        font-family : Courier New, Courier, Mono;
        font-size : 12px;
        color : #EBEBEB;
}


.textgrau  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #CCCCCC;
}

.textsmall  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 9px;
	color : #EBEBEB;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	font-style: normal;
	font-weight: lighter;
}


.textspalte  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #FFCC00;
}

.textkapitaelchen {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 12px;
	color : #EBEBEB;
}

.textKapit {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	color : #FFF;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1pt;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 133px;
	background-image: url(../design/bg_frametop_1920x133.gif);
}

#intro {
	position: fixed;
	top: 132px;
	left: 0;
	bottom: 133px;
	right: 75%;
	padding: 0 0.5em;
	overflow: auto;
}
#main {
	position: fixed;
	top: 132px;
	left: 0px;
	right: 0;
	overflow: auto;
	bottom: 54px;
}
#copyright {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 54px;
	background-image: url(../design/bg_framebottom1920x54.gif);

}
