#headline {
	position:absolute;
	top:60px;
	left:281px;
}
#main {
	background-image: url(../images/c_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:115px 245px 0px 226px;
}
#main div.mainBottom {
	background-image: url(../images/c_bl.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}
#main div.mainBottom div.mainRightBtm {
	background-image: url(../images/c_br.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#main div.mainBottom div.mainRightBtm div.mainRightTop {
	background-image: url(../images/c_tr.gif);
	background-repeat: no-repeat;
	background-position:top right;
	padding:30px 60px 180px 60px;
}

#main form {
	font-size:11px;
}


/*hab ich nicht richtig überprüft, sondern einfach übernommen: */
#bgm {
	background-image: url(../images/theme.jpg);
	background-repeat: no-repeat;
	height:100%;
	width: 100%;
}
#main div a:visited {
	color:#999999;
}

#main div a {
	text-decoration:none;
	color:#2290C6;
}
#main div a:hover {
	color:#000000;
}
#main input {
	border:1px solid #2290C6;
	/*border-width:1px 1px 1px 1px;*/
	font-size:10px;
	padding:2px;
	margin-bottom:1px;
	font-weight:normal;
}
#main textarea {
	border:1px solid #2290C6;
	/*border-width:1px 1px 1px 1px;*/
	font-size:11px;
	padding:2px;
	font-weight:normal;
}
#main input.button {
	border:1px solid #2290C6;
	/*border-width:1px 1px 1px 1px;*/
	background-color:#E5F2F8;
	font-size:10px;
	padding:2px 15px 2px 15px;
	font-weight:normal;
}
h1, h2, h3 {
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 11px;
	padding:0px;
}
h1 {
	font-size: 11px;
	color: #313341;
}
h2 {
	font-size: 11px;
	color: #313341;
}
h3 {
	font-size: 10px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
p {
	color:#313341;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	margin-top:0px;
	margin-bottom:6px;
	padding:0px;
}
p.mark {
	color:#FF0000;
}
#main ul, ol {
	color:#313341;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	margin-top:0px;
}

/* ##### Suche ##### */
.tx-indexedsearch-redMarkup {
	background-color:#E5F2F8;
}
.searchmarkup {
	background-color:#E5F2F8;
}
.tx-indexedsearch-res {
	padding:30px;
	background-image:none;
}