/* Start of CMSMS style sheet 'unibuch' */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #000;
	font: normal 14px arial;
	background-image: url(uploads/layout/bg_top.jpg);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	color: #E10939;
	text-decoration: none;
}

a:hover {
	color: #000;
}

fieldset,
iframe  {
	border: 0;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background-image: url(uploads/layout/logo.jpg);
}

#header h1 a {
	display: block;
	width: 100%;
	height: 72px;
}

#menu {
	margin: 0 auto;
	width: 555px;
}

#menu * {
	float: left;
}

#menu li {
	margin-right: 5px;
}

#menu li a,
#menu li h3 {
	color: #fff;
	background-color: #E10939;
	padding: 3px 10px;
	font: bold 13px arial;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: none;
}

#menu li h3,
#menu li a:hover {
	background-color: #000;
}

#content {
	margin: 40px 0;
}

#content h2 {
	color: #E10939;
	font: normal 20px arial;
	padding-left: 25px;
	background: transparent url(uploads/layout/pfeil.gif) no-repeat center left;
}

#content ul {
	margin-left: 20px;
	list-style-image: url(uploads/layout/listenpunkt.jpg);
}

#links {
	width: 58%;
	float: left;
	padding-right: 2%;
}

#rechts {
	width: 40%;
	float: left;
}

#rechts h2 {
	margin-bottom: 10px;
}

#footer {
	padding: 30px 0;
	text-align: center;
	background-image: url(uploads/layout/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer p {
	color: #e10939;
	font: bold 15px trebuchet ms;
}

#footer ul {
	margin: 10px 0;
}

#footer li {
	display: inline;
}

#footer a {
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.rahmen {
	padding: 5px;
	border: 5px solid #e8e8e8;
}

.bild_fuer_news {
	padding: 5px;
	border: 5px solid #e8e8e8;
	margin-right: 10px;
	margin-bottom: 4px;
	float: left;
}

.dot {
	color: #000;
	margin: 0 7px;
}

.NewsSummary {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
}

.NewsSummaryLink,
.NewsSummaryTitle {
	font: bold 14px arial;
}

.NewsSummarySummary {
	padding: 10px 0;
}

#NewsPostDetailTitle {
	margin-bottom: 4px;
}

#NewsPostDetailContent {
	color: #333;
	line-height: 150%;
	padding: 10px 15px 10px 0;
}

.newsarchiv {
	margin-top: 5px;
}

#gutschein td {
	text-align: left;
	vertical-align:top;
}

#gutschein p {
	margin-bottom: 4px;
}

#gutschein .line {
	border-bottom:1px solid #dfdfdf;
}

#gutschein .pflicht {
	color: #E10939;
	font-weight:bold;
}

#gutschein .feld1 {
	width: 195px;
}

#gutschein .feld2 {
	width: 80px;
}

#gutschein .feld3 {
	width: 100px;
}

.rot {
	color: #E4113A;
}

.gruen {
	color: green;
}

.rot,
.gruen {
	font-weight: bold;
}

.error_message {
	margin-bottom: 10px;
}

.hoehe {
	min-height: 100%; /* Mindesthoehe in modernen Browsern */
	height: auto !important; /* !important-Regel fÃ¼r moderne Browser */
	height: 100%; /* Mindesthoehe in IE (<7) */
}
/* End of 'unibuch' */

