 /*------------------------------------------------------------
	Styles fr generelles Layout
	
	Autor: SL
	Erstellt am 24.4.2008
	Geändert am 28.9.2009 SH
	
	Inhalt:
	- Styles Typography
------------------------------------------------------------*/
/*------------------------------------------------------------
	Styles Allgemein (Body und h1, h2)
------------------------------------------------------------*/
div#preview {
	color:#fff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 1.5em;
	color: #333333;
}

address {
	font-style:normal;
	font-weight: bold;
}
div#no-script {
	color:#FFFFFF;
}

#boxyellow {
	color: #FFFFFF;
}
#boxyellow2 {
	color: #FFFFFF;
}
#infobox {
	font-size:11px;
	text-align:left;
	line-height: 14px;
}
#infobox h3 {
	color:#9BAF37;
	font-size:18px;	
	font-weight:normal;
}
#boxyellow3 {
	text-align: right;
	font-size: 18px;
}
/*------------------------------------------------------------
	Styles Navigation
------------------------------------------------------------*/
/* Hauptnavigation Graue Box */
#navPrimary li a {
	color:#A7B128;
	font-weight:bold;
	text-transform:uppercase;
}
#navPrimary li a:hover, #navPrimary li.current a {
	color: #666666;
}
/* 2te Navigation Gelbe Box */
.mainmenu01 li a, .mainmenu01 li a:visited {
	color:#FFFFFF;
}
/* Footer Navigation (?bernommen)*/
.footernav {
	font-size: 0.95em;
}
.footernav a:link, .footernav a:visited, .footernav ul li a.current:hover {
	text-decoration: none;
}
.footernav a:hover, .footernav a.current:link, .footernav a.current:visited {
	color: #666666;
}
.footernav a.end:link, .footernav a.end:visited, .footernav ul li a.endcurrent:hover {
	color: #A7B128;
}
.footernav a.end:hover, .footernav a.endcurrent:link, .footernav a.endcurrent:visited {
	color: #666666;
}

/*------------------------------------------------------------
	Styles Links
------------------------------------------------------------*/

.neg a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.neg a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.neg a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
.neg a:active {
	text-decoration: none;
	color: #FFFFCC;
}
a:link {
	COLOR: #A7B128;
	text-decoration: none
}
a:visited {
	color: #A7B128;
	text-decoration: none
}
a:hover {
	color: #666666
}
a:active {
	color: #666666
}

/*Plugin-Config */

.status1 {
	color:#339933;
	padding:0px;
	margin:0px;
}
.status2 {
	color:#FFCC00;
	padding:0px;
	margin:0px;
}
.status3 {
	color:#CC0033;
	padding:0px;
	margin:0px;
}

