/*FONTS*/
/* =========================================================> FONTS GLOABAL  */

body 			{
	font-family:Arial,Tahoma,Helvetica,Verdana;
	font-size:0.9em /* 1.0em Standart Beinflussed alles auf der Seite !!!! gut f&uuml;r Schriften vergr&ouml;ssern*/
}


h1 				{
	font-size:1.2em;
	color:#666600;
	margin-top:10px;
}

h2 				{
	font-size:1.0em;
	color:#666600;
}

h3 				{
	font-size:0.9em;
	color:#000;
}

p,table 				{	
	font-size:0.8em;
}

ul,li {
	font-size:0.9em;
}

li.subli {font-size:1.1em;}

/* =========================================================> /FONTS GLOABAL  */

/* =========================================================> FONTS SPEZIFISCH  */

#rightbar h1		{
	margin-left:5px;
}

#content p		{/*alle Absaetze im Bereich div content (auch unterdivs)*/
	font-size:0.8em;
}

#footer div		{
	font-size:0.7em;
}

.txtright {	
	font-size:0.9em;
}
/* =========================================================> /FONTS SPEZIFISCH  */

/* =========================================================> LINKS  */

#zurueck{
	text-transform:none;
	font-size:0.9em;
}


#content a:link, a:visited	{
	font-size:1.1em;
	color:#666600;
	text-decoration:none;
}

#content a:hover, a:active	{
	color:#000;
}

#rightbar a.rightbar:link, a.rightbar:visited	{
	font-size:1.0em;
	color:#669966;
	text-transform:none;
}

#rightbar a.rightbar:hover, a.rightbar:active	{
	color:#000;
}

a.createdLink:link, a.createdLink:visited	{
	color:#e2007a;
	text-decoration:none;
}

a.createdLink:hover, a.createdLink:active	{
	color:#8a004a;
}

a.global:link, a.global:visited	{
	color:#fff;
	text-decoration:underline;
	text-transform:none;
	font-size:0.9em;
}

a.global:hover, a.global:active	{
	color:#000;
	font-size:0.9em;
}

.globalsLinkopen	{
	color:#000;
}

/* =========================================================> /LINKS  */


/*/FONTS*/

.mainnav, .mainnavopen	{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding:5px;
	width:180px;
	display:block;
}

a.mainnav:link,a.mainnav:visited	{
				color:#fff;
				width:180px;
	}
				
a.mainnav:hover,a.mainnav:active	{
				background-color:#82852C;
				color:#000;
	}

a.mainnavopen {	background:url(../../library/gifs/mainnav_bg.jpg);
				background-color:#82852C;
				color:#ffffff;
				text-transform:uppercase;
				margin-bottom:10px;
	}
				
.subnav, .subnavopen {
				font-family:Arial;
				font-weight:bold;
				font-size:12px;
				text-decoration:none;
				padding-left:10px;
				padding-bottom:2px;
				padding-top:2px;
				width:180px;
				display:block;
	}

a.subnav:link,a.subnav:visited	{
				color:#fff;font-size:12px;
	}
				
a.subnav:hover,a.subnav:active	{
				background:url(../../library/gifs/subnav_bg.jpg);
				background-color:#8b8c00;
				color:#000;
	}

a.subnavopen {	background:url(../../library/gifs/subnav_bg.jpg);
				background-color:#8b8c00;
				color:#ffffff;font-size:12px;
}