/* text formats  */
/* ------------- */

/* standard text definition  */
body, p, td, tr, div, input, select	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #333333;
	line-height:130%;
}


/* links  */
a:link 	{
	color: #000000;
	text-decoration: none;
}

a:visited 	{
	color: #000000;
	text-decoration: none;
}

a:hover	{
	color: #CC3333;
	text-decoration: none;
}

a:active 	{
	color: #CC3333;
	text-decoration: none;
}


/* bold text  */
.bold {
	font-weight:bold;
}

/* italic text  */
.italic {
	font-style: italic;
}

/* red  */
.red{
	color: #CC3333;
}

/* black  */
.black{
	color: #000000;
}

/* bold, 10px - titel startseite  */
.boldStart {
	font-weight:bold;
	font-size:10px;
	line-height:120%;
}

/* 10px  */
.textKlein {
	font-size:9px;
}

/* underline  */
.underline, a.underline:link  {
	text-decoration: underline;
}


/* listen formatierung  */
li{
	padding-bottom:4px;
	list-style-position: outside;
	list-style-image:  url(../images/ic_liste.gif);
}
ul{
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
}


/* links @ news */

td.newsLink a:link, td.newsLink a:visited	{ 
	color: #FFFFFF;
	background-color: #515151;
	text-decoration: none;
	
	height: 13px;
	padding-left:6px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:2px;
}
td.newsLink a:hover, td.newsLink a:active	{ 
	color: #E3AEAE;
	background-color: #AA1818;
	text-decoration: none;
	
	height: 13px;
	padding-left:6px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:2px;
}
