body {
	color:white;
	background-color:#a060c0;
	height:100%;
}
html, body {
	height:100%;
	margin:0;
	font-family:Verdana;
	font-size:10pt;
}
td {
	vertical-align:top;
}
h1 {
	font-size:14pt;
	font-weight:bold;
	border-bottom:1px solid yellow;
	width:80%;
	text-align:left;
	margin-top:30px;
}

#seite {
	width:900px;
	height:100%;
	background-color:#b57dd6;
	text-align:left;
}
#logo {
	height:162px;
}
#menue {
	width:100%;
	background-color:white;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color: #b57dd6;
}
#menue td {
	margin-left:0px;
	margin-right:0px;
	padding-left:3px;
	padding-right:3px;
	color: #b57dd6;
}
#menue a:link{color:#b57dd6;text-decoration:none;font-weight:bold;}
#menue a:visited{color:#b57dd6;text-decoration:none;font-weight:bold;}
#menue a:hover{color:#b57dd6;text-decoration:none;font-weight:bold;}
/* Linke Spalte */
#left {
	height:100%;
	width:80px;
}
#left img {
	margin-bottom:20px;
}
/* content */
#content {
	width:700px;
	padding-right:30px;
}
#content a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#right {
	width:120px;
}
#right a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#lt p {
	width:70%;
}
p {
	text-align:justify;
}
p.link {
	margin-left:30px;
	margin-top:10px;
}
.nicetitle {
	color:white;
	height:25px;
}
.nicecontent {
	/* border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black; */
	padding-left:4px;
	padding-right:4px;
	padding-bottom:10px;
}
td.hl {
	height:28px;
	background-image: url(../topbg.jpg);
	font-size:1.1em;
	font-weight:bold;
}
.img-circle {
	border-radius: 50%;
	height:24px;
	width:24px;
	margin-top:2px;
	margin-left:4px;
}

td.dt {
	border-top:0px solid white;
	border-right:0px solid white;
/*	border-bottom:1px solid white; */
	text-align:right;
	padding-right:4px;
	background-image: url(../topbg.jpg);
	font-weight: bold;
	font-size:1.1em;
}
td.ct {
	border-left:0px solid white;
	border-right:0px solid white;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:10px;
	text-align:justify;
}
td.co {
	border-left:0px solid white;
	border-bottom:0px solid white;
	padding-left:4px;
	padding-bottom:4px;
	vertical-align:bottom;
}
td.pr {
	border:0;
	text-align:right;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:4px;
	font-size:10pt;
	font-weight:normal;
	vertical-align:bottom;
}
hr.trenner {
		color: transparent; 
		background-color: transparent;
		border: 1px dotted transparent; 
		border-style: none none dotted; 
		margin-top:25px;
		margin-bottom:15px;
}
