/* Start of CMSMS style sheet 'Titelbild' */
/*  - - - - - - - - - - - - - -  body - - - - - - - - - - - - - -  */
body {

	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 86%;
	margin: 0px;
	padding: 0px;

	text-align: center
	background-color: white;
	background-image: url(/images/bg-1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a img {
	border: 0px;
}
#top-links {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	margin-right: 0px;
}
a {
	color: #E00000;
	text-decoration: underline;
}
.imglink  {
	border-bottom: 0px;
}
a:hover.imglink  {
	border-bottom: 0px;
}
a:hover {
	color: #E00000;
	text-decoration: none;
}
/* End of 'Titelbild' */

