@charset "utf-8";

body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

/* Arbeit ANFANG */
/*a:link {
	color:#000;
	cursor: default;
	text-decoration: none;
}
a:visited
{
	color:#000;
	cursor: default;
	text-decoration: none;
}
a:hover
{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
*/
/* Arbeit ENDE */
a.link_bold_blue:link {
	color:blue;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
a.link_blue:visited
{
	color:blue;
	cursor: default;
	text-decoration: none;
}
a.link_blue:hover
{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
a.link_blue:link {
	color:blue;
	cursor: default;
	text-decoration: none;
}
a.link_bold_blue:visited
{
	color:blue;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
a.link_bold_blue:hover
{
	color: blue;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.text_large {
	color: #000;
	font-size: 14px;
}
.text_large_bold
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.text_standard {
	color: #000;
	font-size: 12px;
}
.text_standard_bold
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.text_small {
	color: #000;
	font-size : 10px;
}

.text_small_bold
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
.text_mini
{
	color: #000;
	font-size: 8px;
}
.text_mini_bold
{
	color: #000;
	font-size: 8px;
	font-weight: bold;
}
.text_error_standard
{
	color: red;
	font-size: 12px;
}
.text_error_standard_bold
{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.text_error_small
{
	color: red;
	font-size: 10px;
}
.text_error_small_bold
{
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.text_error_mini
{
	color: red;
	font-size: 8px;
}
.text_error_mini_bold
{
	color: red;
	font-size: 8px;
	font-weight: bold;
}


