/* text formats  */
/* ------------- */


/* standard text definition  */
body, p, td, tr, div, input, textarea, select	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	color: #091219;
	line-height:130%;
}

/* links  */
a:link 	{
	color: #003333;
	text-decoration: none;
}
a:visited 	{
	color: #003333;
	text-decoration: none;
}
a:hover	{
	color: #35686A;
	text-decoration: none;
}
a:active 	{
	color: #35686A;
	text-decoration: none;
}

/* bold text  */
.bold {
	font-weight:bold;
}
.boldSmall {
	font-weight:bold;
	font-size:10px;
}
/* kursiver text  */
.italic {
	font-style: italic;
}
/* kleiner text */
.small {
	font-size:10px;
}
/* textblock  */
.textblock {
	text-align: justify;
}
/* weiss fett */
.whiteBold {
	color: #FFFFFF;
	font-weight:bold;
}
/* grün fett */
.greenBold {
	color: #003333;
	font-weight:bold;
}

/* navigation */
.navOver{
	line-height:26px;
	padding-right: 8px;
}

.nav{
	line-height:26px;
	padding-right: 8px;
}

a.nav, a.nav:link, a.nav:visited	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover, a.nav:active	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #35686A;
	font-weight:bold;
	text-decoration: none;
}
a.navOver, .navOver, a.navOver:link, a.navOver:visited, a.navOver:hover, a.navOver:active	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #35686A;
	font-weight:bold;
	text-decoration: none;
}

