@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fcf09e;
	padding:0;
	margin:0;
	font: 75% Verdana,Tahoma,Arial,sans-serif;/*new*/
	line-height: 1.5em;/*new*/

}

h1.csc-firstHeader {
	margin-bottom: 20px;
}

a {
	color: #555555;
}

a img {
	border:none;
}
									   
#header {
	background-color:#fcf09e;

	padding-left:150px;
}

#bgimg {
	clear:none;
	margin-left: 350px;
}

.language {
/*	font-family: "Courier New", Courier, monospace;*/
/*	border:solid #999999 1px;*/
	width: 12px;
	margin-right:12px;
	float:left;
	margin-top:75px;
/*	margin-left:10px;*/
}

.language a, .language .langmenu_unavailable {
	text-decoration:none;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 0.9em;
}

.language .langmenu_unavailable {
	font-weight: normal;
}

.language .langmenu_selected {
	color: #555555;
}

#whitespace {
	height:74px;
	width:100%;
	background-color:#FFF;
}

#menu {
	margin:50px 0 0 0;
	width:100px;
	float:left;
}

#menu a {
/*	list-style:none;*/
	border-bottom: 7px;
	border-style: solid;
	border-color: #fcf09e;
}

#main {
	clear:none;
	margin:0 0 0 150px;
	/* BOX */
	padding:20px 10px 10px 10px;
	width:600px;
	/* BOX */
	border:solid #000 1px;
	border-top:none;

	
	font-size: 11px;
/*   line-height: 16px;*/
/*   font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;*/
}

h1,h2 {
	font-weight: bold;
	font-size: 11px;
/*	line-height: 16px;*/
/*	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;*/
}


.tx-eventlist-pi1-listrow-header {
	font-weight: bold;
}

.tx-eventlist-pi1-listrow p {
	padding: 0;
	margin: 0;
}

.tx-eventlist-pi1-listcol-date {
	width: 30%;
	padding-right: 15px;
}

.tx-eventlist-pi1-listcol-description {
	width: 70%;
	padding-right: 15px;
}

.tx-eventlist-pi1-listrow-odd {
/*	background-color: #dddddd;*/
}

table.address_wrap td {
	vertical-align: top;
	padding-right: 20px;
}

td.address_title {
	width: 120px ! important;
	padding-right: 20px;
	font-weight: bold;
}

td.address_place {
	width: 200px ! important;
	padding-right: 20px;
	padding-bottom: 15px;
}

td.address_contact {
	width: 200px ! important;
}

td.address_contact p {
	padding-top: 0px;
	margin-top: 0px;
}

div.csc-textpic-imagewrap {
/*	padding-top: 20px;*/
	padding-bottom: 20px;
}

div.csc-mailform-field label	{
	float: left;
	width: 215px;
}

fieldset {
        padding-left: 0px;
        border-width: 0px;
}

fieldset.csc-mailform label, fieldset.csc-mailform input.csc-mailform-submit {
	clear: left;
}

fieldset.csc-mailform div b {
	margin-top: 10px;
	margin-bottom: 5px;
}

span.csc-mailform-radio label {
	clear: none;
	width: auto;
	float: none;
}

span.csc-mailform-radio legend {
	visibility: collapse;
	display: none;
}
div.csc-mailform-field {
/*float: left;*/
clear: left;
}

fieldset.csc-mailform input.csc-mailform-submit {
	margin-left: 215px;
	margin-top: 10px;
}