/*-------------------------------------------------------------*/
/*Textformatierungen*/
/*-------------------------------------------------------------*/
.text {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 19px;
	color: #51565B;
}

.text_small {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #51565B;
}

.text_headline {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #51565B;
}

.text_sitelog {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.text_download {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

.text_subsubmenu {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.text_subline {
	font-weight: bold;
}

/*-------------------------------------------------------------*/
/*Farbformatierung*/
/*-------------------------------------------------------------*/
.color_1_back {
	background-color: #F08C00;
}

.color_2_back {
	background-color: #FCB200;
}

.color_3_back {
	background-color: #A60A0A;
}

.color_4_back {
	background-color: #51565B;
}

/*-------------------------------------------------------------*/
/*Linkformatierung*/
/*-------------------------------------------------------------*/
A:link {
	font-family: Tahoma, Verdana;
	color: #A60A0A;
	text-decoration: none;
}

A:visited {
	font-family: Tahoma, Verdana;
	color: #A60A0A;
	text-decoration: none;
}

A:hover {
	font-family: Tahoma, Verdana;
	color: #A60A0A;
	text-decoration: underline;
}

A.link_downl:link{
	font-family: Tahoma, Verdana;
	color: #000000;
	text-decoration: none;
}

A.link_downl:visited {
	font-family: Tahoma, Verdana;
	color: #000000;
	text-decoration: none;
}

A.link_downl:hover {
	font-family: Tahoma, Verdana;
	color: #000000;
	text-decoration: underline;
}

A.link_small:link {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #A60A0A;
	text-decoration: none;
}

A.link_small:visited {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #A60A0A;
	text-decoration: none;
}

A.link_small:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #A60A0A;
	text-decoration: underline;
}

A.link_subsubmenu:link {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

A.link_subsubmenu:visited {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	line-height: 14px;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	
}

A.link_subsubmenu:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	line-height: 14px;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 1px;
}

/*-------------------------------------------------------------*/
/*Else*/
/*-------------------------------------------------------------*/
.list {

	list-style-position: outside;
	text-indent: 0px;
	white-space: 0;
	
}

.list2 {
	list-style-type: disc;
}
