html,body {
	height: 100%;
	margin: 0;
}
body{
	margin:0;
	font:12px Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	background:#ffffff url(../img/bg_top.gif) repeat-x;
}
* html #main-holder {
	height:100%;
}
#main-holder{
	min-height:100%;
	width:100%;
}
#main{
	margin:0 auto;
	width:100%;
	padding:0px 0px 0px 0px;
}
#header{
	position:relative;
	top:0;
	left:0;
	height:177px;
	width:100%;
}
#header .logo{
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:191px;
	height:175px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header .ico{
	position:absolute;
	top:0;
	right:43px;
	width:53px;
	display:block;
	height:41px;
	background:url(../img/ico.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header .headline{
	position:absolute;
	top:121px;
	left:69px;
	display:block;
	width:302px;
	height:22px;
	background:url(../img/heading.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header .pic{
	position:absolute;
	top:152px;
	left:175px;
	width:727px;
	height:187px;
}
#header .main-menu{
	position:absolute;
	top:72px;
	left:220px;
	padding:6px 0 0;
	margin:0;
	list-style:none;
	height:22px;
	width:560px;
}
#header .main-menu li{
	float:left;
	margin: 0px 20px 0px 0px;
}
#header .main-menu li a{
	position:relative;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	display:block;
	height:19px;
	text-decoration:none;
	overflow:hidden;
}
#header .main-menu li a:hover,
#header .main-menu li.active a{
	color: #ab525b;
}

#header .main-menu2{
	position:absolute;
	top:97px;
	left:375px;
	padding:8px 0 0 0px;
	margin:0;
	list-style:none;
	height:22px;
	background:#ebebeb url(../img/bg_menu2.gif) repeat-x;
}

#header .main-menu2 li{
	float:left;
	margin: 0px 10px 0px 10px;
	text-transform:uppercase;
}

#header .main-menu2 li a{
	position:relative;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	display:block;
	height:19px;
	text-decoration:none;
	overflow:hidden;
}
#header .main-menu2 li a:hover,
#header .main-menu2 li.active a{
	color: #ab525b;
}

#header .sub-menu{
	position:absolute;
	top:50px;
	left:380px;
	padding:6px 0 0;
	margin:0;
	list-style:none;
	height:22px;
	width:400px;
}
#header .sub-menu li{
	float:right;
	margin: 0px 20px 0px 0px;
}
#header .sub-menu li a{
	position:relative;
	color: #dda4aa;
	font-size: 10px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
#header .sub-menu li a:hover,
#header .sub-menu li.active a{
	color: #eed5d7;
	text-decoration:underline;
}

#content {
	width:901px;
	overflow:hidden;
}
#col1{
	padding:15px 0 0 15px;
	width:170px;
	float:left;
}

#col1 .shortcuts{
	margin:0;
	padding:0;
	float:left;

}

#col1 .shortcuts h1{
	color: #ab525b;
	font-weight: bold;	
	font-size: 11px;
	margin: 0px 0px 10px 15px;
}

#col1 .shortcuts h1 a{
	font-weight: bold;
}


#col1 .shortcuts ul{
	list-style:square;	
	margin: 0px 0px 15px 15px;
	padding:0;
	font-size: 11px;
}

#col1 .shortcuts li{
	padding:0 0 10px 0px;
	margin: 0;
}
#col1 .shortcuts li a{
	display:block;
	overflow:hidden;
	color: #000000;
}

#col1 .shortcuts p {
	display:block;
	font-size: 11px;
	overflow:hidden;
	color: #000000;
	margin: 0px 0px 15px 15px;
	padding:0 0 10px 0px;
}

#col1 .shortcuts .tx-sksimplegallery-pi1 {
	margin: 0px 0px 15px 15px;
	padding:0 0 10px 0px;
}

#col1 .shortcuts p a {
	color: #000000;
	text-decoration: underline;
}

#col2{
	padding:10px 5px 0 37px;
	width:600px;
	float:left;
}

#col2 p{
	margin: 0px 0px 10px 0px;
}

#col2 .matter{
	width:540px;
	padding: 0px 0px 30px 0px;
}

#col2 .matter_wide {
	width:460px;
}

#col2 .buttons{
	margin:2px 0 0;
	padding:0;
	float:right;
	list-style:none;
}
#col2 .buttons li{
	padding:0 0 11px;
}
#col2 .buttons li a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:51px;
	width:141px;
}
#col2 .buttons li .item1{
	background:url(../img/button1.gif) no-repeat;
}
#col2 .buttons li .item2{
	background:url(../img/button2.gif) no-repeat;
}
#col2 .buttons li .item3{
	background:url(../img/button3.gif) no-repeat;
}
#col2 .buttons li .item4{
	background:url(../img/button4.gif) no-repeat;
}
#footer{
	height:32px;
	margin-top:-32px;
	width:800px;
	text-align:center;
	position:relative;
}
#footer p{
	margin:0 auto;
	width:796px;
	font-size: 11px;
	color:#666;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

a {
	color: #ab525b;
	text-decoration: none;
	font-weight: normal;
}

.tx-mininews-pi1-listrowField-title,
.tx-mininews-pi1-listrowField-title a,
.tx-mininews-pi1-singleView h2,
h1, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ab525b;
	margin: 0px 0px 10px 0px;
}

.bodytext {
	color: #000000;
}

.tx-mininews-pi1-listrow-first,
.tx-mininews-pi1-listrow-normal,
.tx-mininews-pi1-listrow-last {
	margin: 0px 0px 40px 0px;
}


.tx-mininews-pi1-listrowField-title {
	width: 425px;
	float:left;
}

.tx-mininews-pi1-singleViewField-datetime,
.tx-mininews-pi1-listrowField-datetime {
	float:right;
	color: #666666;
}

.tx-mininews-pi1-listrowField-teaser {
	clear:both;
}

hr {
	border: 0;
	border-top: 1px solid #ab525b;
}

.listview table {
	border-collapse: collapse;
}

.list_header td {
	border-bottom: 1px solid #ab525b;
	margin: 0px 0px 10px 0px;
}
.list_data td {
	padding: 10px 10px 0px 0px;
}

.tx-guestbook-field {
	margin: 0px 0px 5px 0px;
}

.tx-guestbook-field label {
	display: block; 
}

.tx-guestbook-field input {
	clear:left;
	width: 170px;
}


.tx-guestbook-field-message label {
	display: block;
}

.tx-guestbook-field-message textarea {
	clear:left;
}

.tx-guestbook-form-textarea {
	clear:left;
}

.tx-guestbook-field-submit {
	padding: 10px 0px 0px 0px;
	clear:both;
}


.tx-guestbook-fields-right {
	float:right;
}

.tx-guestbook-fields-left {
	float:left;
}

.tx-guestbook-header {
	font-size: 12px;
	border-bottom: 1px solid #ab525b;
}

.tx-guestbook-result {
	font-size:11px;
	margin: 0px 0px 10px 0px;
}

.csc-mailform {
border: none;
}

.csc-mailform-field {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.fieldset {
clear: both;
}

.csc-mailform-field label {
display: block;
padding-top: 0.5em;
}

.csc-mailform-field input {
clear: left;
width: 60%;
font-size: 13px;
}

.csc-mailform-field textarea {
width: 80%;
font-size: 13px;
}

.csc-mailform-field legend {
display: none;
}

.csc-mailform-field fieldset {
margin: 0;
padding: 0;
border: none;
}

.csc-mailform-field #mailformformtype_mail {
width: 100px;
margin-left: 0;
margin-top: 8px;
}

.csc-mailform-field fieldset input {
width: auto;
float: left;
}


input[type=text], input[type=password], textarea {
border: 1px #949494 solid;
background: #fbfbfb;
padding: 3px;
color: #888;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
background:#ffffff;
color:#000;
border: 1px solid #ab525b;
}

.termine-matter table {
	width: 550px;
	border-spacing: 0px;
}

.termine-matter h2 {
	font-size: 12px;
	margin: 30px 0px 10px 0px;
}


.termine-matter td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}


.termine-row0, .termine-row0 tr, .termine-row0 td {
	background-color:#f4f4f4;
}

.termine-row1, .termine-row1 tr, .termine-row1 td {
	background-color:#ffffff;
}

.termine-icon {
	width: 10px;
}

.termine-date {
	width: 80px;
}

.termine-title {
	width: 154px;
}

.termine-organizer {
	width: 153px;
}

.termine-location {
	width: 153px;
}

.tx-sksimplegallery-pi1 dl {
	#border: 1px solid #ab525b;
}

.teaser {
	border: 0;
	float: left;
	margin: 0px 7px 0px 0px;
}


.tx-sksimplegallery-pi1 dt {
	border: 0;
}

.tx-osdownload-pi1 a {
	font-size: 12px;
	color: #000000;
}

.tx-osdownload-pi1 p {
	width: 550px;
}

.tx-osdownload-pi1 h2 {
	font-size:12px;
}

.tx-osdownload-pi1 .row0 {
	background-color:#f4f4f4;
}

.tx-osdownload-pi1 .row1 {
	background-color:#ffffff;
}

.description {
	color: #666666;
	font-size: 10px;
	margin-top: -10px;
}

.content-element {
	margin: 0px 0px 30px 0px;
}

