/* CSS Document */

h3 {
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

/* Links normal */

a:link {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

/* Links Menue */

div#menue a:link {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

div#menue a:visited {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

div#menue a:hover {
	color: #f19300;
	border-bottom: none;
	text-decoration: none;
}

div#menue a:active {
	color: #999999;
	border-bottom: none;
	text-decoration: none;
}

/* Links Content */

div#content a:link {
	color: #999999;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:visited {
	color: #999999;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:hover {
	color: #f19300;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:active {
	color: #999999;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

