/* CSS Document: Text-Styles */
.nav_dark {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.nav_dark a:link {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.nav_dark a:hover {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
.nav_dark a:active {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.nav_dark a:visited {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
.nav_white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px
}
.nav_white a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px
}

.nav_white a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px
}

.nav_white a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px
}

.nav_white a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px
}
.text {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.text a:link {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.text a:hover {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
.text a:active {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.text a:visited {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.white_bold {
	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text_underline {
    
	font-family: "Century Gothic", "MS Serif", serif;
	font-size:12px;
	font-weight:normal;
	color:#444444;
	text-decoration:underline;
}
.text_bold {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.text_big {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}
.text_big_underline {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	text-decoration:underline;
}
.text_bold_underline {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration:underline;
}

.text_start {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size:24px;
	font-weight: bold;
	color: #444444;
}
.text_bold_kursiv {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	font-style:italic;
}
.text_small {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.text_small a:link {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.text_small a:hover {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
.text_small a:active {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.text_small a:visited {

	font-family: "Century Gothic", "MS Serif", serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
