body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

#cmssite {
	
}

#cmssite .cmskopf {
	display: none;
}

#cmssite .cmssitetitel {
	display: none;
}


a, a:visited, a:hover, a:visited:hover {
  color: #000080;
  background: transparent;
  text-decoration: none;
}

#cmssite .newsheadline {
	width: 200px;

}

#cmssite .toolbox {
	display: none;
}


#cmssite #cmssuche {
	width: 100%;

}

#cmssite #cmssuche .titel {
	font-weight: bold;
	height: 25px;
	background-color: #D0DDEA;
	border: 1px solid #1E5A97;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;

}

#cmssite #cmssuche .buttons {	
	float: right;
}

#cmssite #cmssuche .selkrit {
	display: none;
}

#cmssite #cmssuche .koerper {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #1E5A97;
}

#cmssite #cmssuche LABEL {
	margin-right: 10px;
	font-weight: normal;
	width: 220px;
}

#cmssite #cmssuche .eintrag {
	display: block;
	margin-bottom: 10px;

}


#cmssite #cmssuche .eintrag a:link, #cmssite #cmssuche .eintrag a:visited, #cmssite #cmssuche .eintrag a:active, #cmssite #cmssuche .eintrag a:hover {	
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

#cmssite #cmssuche .eintrag h2 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0px; 
	margin-top: 0px; 
}

#cmssite #cmssuche .eintrag h3 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0px; 
	margin-top: 0px; 
}

#cmssite #cmssuche .eintrag h3 small {
	font-size: 8pt;
	font-weight: normal;	
}

