/* navigating.de - Print Stylesheet */

a:active  {
	font-weight: normal;
	color: #efc529;
	text-decoration : underline;
	}
	
a:link {
	font-weight: normal;
	color: #6c6963;
	text-decoration : underline;
	}
	
a:visited {
	font-weight: normal;
	color: #6c6963;
	text-decoration : underline;
	}
	
a:hover {
	font-weight: normal;
	color: #efc529;
	text-decoration : underline;
	}

body { 
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6c6963;
	}

#content_bereich {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #6c6963;
}

#nice_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6c6963;
}

.pixel_background {
	width: 629px;
	height: 1px;
	background-image: url(../grafiken/navigating/graphics/hz_pixels.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

td.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #6c6963;
	text-align: justify;	
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #6c6963;
	text-align: justify;
	font-style: italic;
}

input.normal {
	width: 250px;
	height: 21px;
	background-color: #f7f6f5;
	border: 1px solid #6c6963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6963;
}

textarea {
	width: 350px;
	height: 84px;
	background-color: #f7f6f5;
	border: 1px solid #6c6963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6963;
}
