body {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
	line-height: 1.33;
}

table {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
	line-height: 1.33;
}

p, div {
	margin: 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style-image: url(../images/icon_aufklappen.png);
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #E2001A;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #E2001A;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #E2001A;
}

.red, .important {
	color: #E2001A;
}

.headline {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}

.subline {
	font-size: 12px;
}

.versalien, .detail {
	font-size: 10px;
	text-transform: uppercase;
}

.sponsor {
	display: block;
	margin-bottom: 9px;
}


/*************** Link Styles *****************/

a:link, a:visited, a:active {
	display: block;
	color: #000000;
	text-decoration: none;
}

a:hover, a.active {
	display: block;
	color: #E2001A !important;
	text-decoration: none;
}

a.inline:link, a.inline:visited, a.inline:active, .bodytext a:link, .bodytext a:visited, .bodytext a:active {
	display: inline;
	color: #E2001A;
	text-decoration: none;
}

a.inline:hover, .bodytext a:hover  {
	display: inline;
	color: #000000;
	text-decoration: none;
}

a:focus, a.inline:focus, .bodytext a:focus {
	outline: 0;
}


/*************** Form Styles ****************/

input {
	width: 178px;
	height: 22px;
	margin-top: 9px;
	margin-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #FCD2C1;
	border: none;
}

input.radio {
	width: auto;
	height: auto;
	margin-top: 12px;
	background-color: transparent;
}

input.button {
	cursor: pointer;
	color: #E2001A;
}

textarea {
	margin-top: 9px;
	margin-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #FCD2C1;
	border: none;
}

select {
	width: 178px;
	height: 22px;
	margin-top: 9px;
	margin-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #FCD2C1;
	border: none;
}

div.button {
	overflow: hidden;
	width: 192px;
	margin-top: 9px;
	margin-bottom: 6px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../images/icon_aufklappen.png);
}

span.button {
	display: block;
	width: 100%;
	margin-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #E2001A;
	background-color: #FCD2C1;
}


/*************** TYPO3 Styles ***************/

h1.csc-firstHeader {
	margin-top: 0px;
}


/********* TYPO3 Guestbook Styles **********/

div.tx-guestbook-result {
	font-weight: normal !important;
}

div.tx-guestbook-pagination a {
	font-weight: normal !important;
	display: inline !important;
}

h2.tx-guestbook-header {
	width: auto !important;
	margin: 0px !important;
	padding: 6px !important;
	border-top: 1px solid #88A2AF !important;
	background-color: #D1DEE4 !important;
	color: #000000;
}

div.tx-guestbook-right {
	width: auto !important;
	padding-top: 6px !important;
	padding-left: 6px !important;
	padding-bottom: 6px !important;
	float: none !important;
}

div.tx-guestbook-comment-header {
	color: #E2001A !important;
	padding-top: 12px !important;
	padding-left: 18px !important;
	padding-bottom: 0px !important;
}

div.tx-guestbook-comment {
	font-size: 11px !important;
	padding-left: 18px !important;
}

p.tx-guestbook-form-error {
	font-weight: normal !important;
	color: #000000 !important;
}

span.tx-guestbook-form-obligationfield {
	color: #E2001A !important;
}

div.tx-guestbook-field {
	padding: 0px !important;
}

div.tx-guestbook-field label {
	margin-top: 9px;
}

div.tx-guestbook-field .tx-guestbook-form-inputfield-big {
	width: 18em !important;
}

div.tx-guestbook-field .tx-guestbook-form-textarea {
	width: 34em !important;
}