/*Bodydefinition*/
body {
	background-image:url(../images/general/bg_body.jpg); 
	background-repeat:repeat-x; 
	background-attachment:fixed; 
	margin-left:0px; 
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif}

/*Contentklassen*/
.content {font-size: 9pt;}
.contenthead {font-size: 9pt; color:#660033; font-weight:bold;}
.fettcontent {font-size: 9pt; font-weight:bold;}
.smallcontent {font-size: 7pt;}
.contentgross {font-size: 13pt;}
.contentnavi {font-size: 9pt; color:#660033; font-weight:bold;}
.contentnavigross {font-size: 11pt; color:#660033; font-weight:bold;}
.contentnavismall {font-size: 7pt; color:#660033; font-weight:bold;}

/*Überschriften*/
h1 {font-size: 16pt; font-weight: bold; font-style: italic;}
h2 {font-size: 13pt; font-weight: bold; font-style: italic;}
h3 {font-size: 11pt; font-weight: bold; font-style: italic;}

/*Navigation*/
#navMain a:link {color: #660033; text-decoration: none; background-color:#00CC33; width:100%}
#navMain a:visited {text-decoration: none; color: #660033; background-color:#00CC33; width:100%}
#navMain a:active {color: #660033; text-decoration: none; background-color:#00CC33; width:100%}
#navMain a:hover {color: #660033; text-decoration: none; background-color:#66FFFF; width:100%}

/*Navigationspfad*/
#navPfad a:link {color: #660033; text-decoration: none; background-color:#00CC33;}
#navPfad a:visited {text-decoration: none; color: #660033; background-color:#00CC33;}
#navPfad a:active {color: #660033; text-decoration: none; background-color:#00CC33;}
#navPfad a:hover {color: #660033; text-decoration: none; background-color:#66FFFF;}


/*Headerschrift*/
.headergross {font-size:22pt; font-weight: bold; color:#660033;}
.header {font-size:10pt; font-weight: bold; color:#660033;}

/*Anchordefinitionen*/
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; background-color:#66FFFF;}

/*Float*/
.links {float:left; margin:0.4em 0.4em 0.4em 0;} 
.rechts {float:right; margin:0.4em 0 0.4em 0.4em;} 
.abstand {position:relative; top:5px;}
.rechtstext{float:right; margin:0 0 0 0;}
