/* CSS Document */

body, table, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #FFFFFF;
	background-color: 666666;
	background-image: url(images/muster.gif);
	
	margin: 10px;
}

table {
	color: #FFFFFF;
}

.ueberschrift_gross {
	font-size: 24px;
}

.ueberschrift_normal {
	font-size: 12px;
	font-style: italic;
}

.angebot_titel {
	font-size: 12px;
	font-weight: bold;
}

.angebot_preis {
	font-size: 18px;
}

/* Verlinkungen */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.mainnav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.mainnav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.mainnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.mainnav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Inhalt */

div.content {
	width: 100%;
	height: 480px;
	overflow: auto;
}

img.border {
	border: 1px solid white;
	filter: Alpha(opacity=100, finishopacity=0, style=2);
}

img.border_no_filter {
	border: 1px solid white;
}

.mitarbeiter_zustaendigkeitsbereich {
	color: #FF3300;
}
