* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
html {
	height: 100%;
	padding: 0 0 1px 0;
}
body {
	background-image: url(../images/bg_cross.png);
	background-repeat: repeat-x;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#preview {
	visibility: hidden;
	display: none;
	height: 0;
	width: 0;
}
#inhalt {
	width: 987px;
	margin: auto;
	border: 1px solid #EFF1F1;
}
ul.sitemap {
	list-style-type: none;
	line-height: 20px;
	margin: 0;
}
ul.sitemap a {
	text-decoration: none;
}

/* content styles (auch tinymce) */
h1 {
	color: #980429;
	font-size: large;
	margin: 0 0 30px 0;
	font-weight: bold;
}
h2 {
	line-height: 20px;
	margin: 35px 0 10px 0;
	color: #980429;
	font-size: medium;
}
h3 {
	line-height: 20px;
	margin: 25px 0 10px 0;
	color: #980429;
}
h6 {
        font-size: 7pt;
}
p {
	line-height: 20px;
	margin: 0 0 10px 0;
	color: #333333;
}
a, label, input, textarea {
	color: #333333;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 20px;
	line-height: 20px;
	color: #333333;
}

/* tinymce user-styles*/
.doubleborder {
	background-image: url(../images/border-top.gif);
	background-position: left 3px;
	padding-top: 3px;
	border-bottom: 1px dotted #333333;
	position: relative;
}
.elementright {
	text-align: right;
	position: absolute;
	right: 0;
}
.elementleft {
	text-align: left;
	position: absolute;
	left: 0;
}
.redtext {
	color: #980429;
}
.nodecoration {
	text-decoration: none;
}
.pdf {
	padding: 0 20px 0 0;
	background-image: url(../images/pdflink.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
.next {
	padding: 0 16px 0 0;
	background-image: url(../images/icon_next.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-decoration: none;
}
.plus {
	padding: 0 16px 0 0;
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-decoration: none;
}

/* referenzen */
div.ref_left {
	width: 522px;
	float: left;
	margin: 0 44px 50px 0;
}
table.ref {
	width: 520px;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	background-color: #828282;
	margin: 20px 0 10px 0;
}
table.ref th, table.ref td {
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
table.ref th {
	width: 85px;
	padding: 2px 5px 2px 10px;
}
table.ref th.headline {
	width: 500px;
	padding: 5px 10px 5px 10px;
	font-size: medium;
}
table.ref td {
	width: 395px;
	padding: 2px 10px 2px 15px;
}
table.ref tr.red {
	background-color: #98042B;
}
table.ref th.img, table.ref td.img {
	padding: 0;
	background-color: #FFF;
}
table.ref img {
	border: 1px solid #98042B;
}
table.ref img.second {
	margin-left: 1px;
}
table.ref img.no_border {
	border: none;
}
div.ref_img {
	width: 198px;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #98042B;
}
div.ref_img img {
	border-bottom: 1px solid #FFFFFF;
}
div.ref_img img.icon {
	border: none;
	margin: 4px;
}

/* news */
div.news_left {
	width: 522px;
	float: left;
	margin: 0 44px 0 0;
}
div.news_img {
	width: 198px;
	float: left;
}
div.news_img a {
	text-decoration: none;
}
