body {
	background-color: #323250;
	background-image: url('gfx/dgm-main-back.jpg'); 
	background-repeat: no-repeat;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	color: #9999cc
}

.headline {
	font-family : "Impact";
	font-size : 28px;
	color: #FFD900
}

.subtitel {
	color: yellow;
}

p {
}

input {
	font-family : sans-serif;
	font-size : 11px;
}

textarea {
	font-family : sans-serif;
	font-size : 11px;
}


td {
	font-size : 13px;
}
th{
	text-transform:uppercase; 
	font-weight:bold; 
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
}

.service {
	text-transform: none;
	color: white;
}
a.service:hover {
	color: white;
	background-color: black;
}
.servicenavi {
	font-size: 12px;
}

a.navi {
}
a.navi:hover {
	background-color: black;
}
.hauptnavi {
	font-size : 14px;
	text-transform:uppercase;
	padding: 8px;
	padding-bottom: 0px;
}
.active {
	font-size : 14px;
	text-transform:uppercase;
	padding: 8px;
	background-color: #323250;
	color:yellow
}

.subactive {
	font-size : 14px;
	text-transform:uppercase;
	padding: 8px;
	background-color: #323250;
	color:white
}
.teaser {
	font-size : 12px;
	padding-left: 27px;
	padding-right: 15px;
	line-height: 12px;
	padding-bottom: 5px;
}

.subnavi {
	text-transform: uppercase;
	text-decoration : none;
	color: white;
	font-size : 12px;
	padding-left: 22px;
}
a.subnavi:hover {
	color: white;
	background-color: black;
}


 .liste {
	border-style:solid; 
	border-width:1; 
	border-collapse:collapse; 
	border-color: white;
	padding:3px; 
	vertical-align:top;
}
.fehler {
	font-weight: bold;
	color : red;
}
.hinweis {
	font-weight: bold;
	color : green;
}
.button{
	background-color:#996666; 
	color:white; 
	font-family : sans-serif;
	font-size : 10px;
}
.button:hover{
	color:black;
}
