/* LAYOUT */
#fs_c_c_c_ContentCol1, #ts_c_c_c_ContentCol1 { width: 190px;}
#fs_c_c_c_ContentCol2, #ts_c_c_c_ContentCol2 { width: 379px;}
#fs_c_c_c_ContentCol3, #ts_c_c_c_ContentCol3 { width: 190px;}

#fs_c_c_ContentCol1, #ts_c_c_ContentCol1 { width: 569px; }
#fs_c_c_ContentCol2, #ts_c_c_ContentCol2 { width: 190px; }

#fs_center {
    margin: 0 auto;
    position: relative;
    width: 760px;
}


/* FIXES */
/*div {zoom: 1;} often helps*/



/* MAIN CONTENT CONTAINER */
.csc-default {
    border: #e3e3e3 1px solid;
    margin: 0px 0 10px 0;
    padding: 19px 19px /*0*/;
    zoom: 1;
}
#fs_c_c_ContentCol1 .csc-default,
#ts_c_c_ContentCol1 .csc-default,
#fs_c_c_c_ContentCol1 .csc-default, #fs_c_c_c_ContentCol2 .csc-default,
#ts_c_c_c_ContentCol1 .csc-default, #ts_c_c_c_ContentCol2 .csc-default
{ margin-right: 10px;}

/*.csc-header{
    zoom: 0;  needed for ie6 
}*/
.bodytext {
    margin: 0;
    /*padding: 0 0 14px 0;*/
}
p.bodytext + p{padding-top:14px;}
/*#fs_c_c_c .bodytext {width: 316px;}*/
/*#fs_c_c .bodytext {width: 320px;}*/
/*#fs_c .bodytext {width: 690px;}*/
.contenttable{
    margin: 0 0 14px 0;
}
.contenttable th{
    background: none;
    color: #595959;
    text-align:left;
    border-bottom: 1px solid #595959;
}
.contenttable td{
    padding: 4px;
}


/* STANDARD ELEMENTS */
h2{
    background:url(images/3_text1.gif) top right no-repeat;
    color:#FFF;
    padding:4px 0 0 12px;
    font-size: 11px;
    height: 22px;
    margin: -20px -20px 12px;
}
table{
    border-collapse: collapse;
}
th{
    background-color: #595959;
    color: #fff;
    padding: 1px 4px;
}
td {
    vertical-align: top;
}

ol, ul {
    margin: 0 0 14px 0;
}
/*
li {
    margin: 0;
    display: inline; /* needed to fix ie6 bug with double left margins on floated elements
}
ul {
    list-style: outside url(images/checkmark.png);
    padding: 0 0 8px 0;
    margin: 0 0 0 1.8em;
}
li {
    float:none;
    display:list-item;
    margin: 5px 0 0 0;
    font-size: 10.5pt;
}
*/



/* MISCELLANEOUS */
/*h1#pageTitle {
    padding: 0px 40px 0px 47px;
    margin: 47px 0px 0px;
    font-size: 25px;
    font-weight: normal;
    color: #40403f;
}*/
#fs_login{height:50px;}

#fs_siteName{
    padding: 60px 0 0 35px;
}
#fs_siteName a{
    color: #FFF;
    font-size: 30px;
}
#fs_logo {
    position: absolute;
    top: 10px;
    left: 600px;
}
#fs_logo img {
    height: 160px;
    width: 211px;
}
.fs_flash{
    margin: 0 -19px;
}

/* IMPRINT HEADER */
h4.imprint { font-weight: bold; }


/* FOOTER */
#fs_footer{ margin:18px 0 20px 0; padding-bottom: 20px; }
#fs_copyright{ float:left; }
#fs_footerRight { float:right; }
#fs_poweredBy{ margin: 0 100px 0 0;}
#fs_imprintLink { /*float:right;*/display: inline; }
#fs_imprintLink a {  }



/* DOWNLOADS */
.csc-uploads {
}
.csc-uploads p {
    margin: 0;
    padding: 0 10px 14px 0;
}




/* ADxMenu: optional styles */
.menu{}
.menu ul li {
    color: #eee;
    background: #3b3b3b;
}
.menu ul {
    /*width: 11em;*/
    margin-top: -10px;
}
.menu a {
    text-decoration: none;
    color: #eee;
    padding: .4em 1em;
    display: block;
    position: relative;
}
.menu a:hover, .menu li:hover>a {
    color: #fc3;
}
.menu li li {
    /*border: 1px solid #ccc;*/
    width: 100%; /*rs*/
}
.menu ul>li + li {
    border-top: 0;
}
.menu li li:hover>ul {
    top: 5px;
    left: 90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
    placed here to clarify the terminology I use when referencing submenus in posts
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
    color: #567;
}
*/




/* NEWS */
.news-latest-container {
    border: none;
    background: none;
    /*margin: 0 0 14px 0*/
    margin: -10px;
    padding: 0;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0px;
	margin:0px;
	border: none;
	background: none;
}




/* Search, tx_indexedsearch */

.tx-indexedsearch { 
    margin: 0 19px;
}
/*
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }
*/




/* CONTACT FORM */
div.tx-spbettercontact-pi1 {
    /*padding: 0 14px 7px 19px;*/
}
div.tx-spbettercontact-pi1 input,
div.tx-spbettercontact-pi1 textarea {
    /*background-color: #FDFDFD;
    border: 1px solid #A1A1A1;
    padding: 2px 3px;*/
    width: 300px;
}
div.tx-spbettercontact-pi1 input:focus,
div.tx-spbettercontact-pi1 textarea:focus {
    border: 1px solid #0385FF;
}

div.tx-spbettercontact-pi1 textarea {
    height: 100px;
}
div.tx-spbettercontact-pi1 p.tx_spbettercontact_button input {
    /*background-color: #FDFDFD;
    border: 1px solid #A1A1A1;
    cursor: pointer;
    height: 23px;
    text-align: center;
    padding-top: 0px;*/
    position:relative;
    left: 98px;
    width: auto;
}
div.tx-spbettercontact-pi1 p.tx_spbettercontact_button input:focus {
    outline: none;
}
div.tx-spbettercontact-pi1 br {
    clear: left;
}
.tx_spbettercontact_form {

}
.tx_spbettercontact_info {
    font-weight: bold;
}
.tx_spbettercontact_info_positive {
    color: #01b101;
}
.tx_spbettercontact_info_negative {
    color: #FF8F33;
}
.tx_spbettercontact_message {

}
.tx_spbettercontact_messages ul li {
    list-style-type: square;
}
label.tx_spbettercontact_label {
    width: 100px;
    float: left;
    padding-top: 4px;
}
p.tx_spbettercontact_button {
    display: block;
    /*width: 410px;
    text-align: right;*/
}
.tx_spbettercontact_hidden {
    visibility: hidden;
    display: none;
}

/* LOGIN */
.tx-felogin-pi1 input {width: 120px;}
.tx-felogin-pi1 input[type="submit"] {width: auto;}

/* USER REGISTRATION */
/*#tx-srfeuserregister-pi1-fe_users_form {height:80px;}*/

.tx-attendance-pi1 fieldset.not_attending {
    margin-bottom: 10px;
}
.tx-attendance-pi1 fieldset.attending {
    margin-bottom: 10px;
}
.tx-attendance-pi1 .not_attending td {
    color: #cf400f;
}
.tx-attendance-pi1 .attending td {
    color: #316300;
}
.tx-attendance-pi1 td.c1 {
    width: 130px;
}
.tx-attendance-pi1 td.c2 {
    width: 150px;
}
/*.tx-attendance-pi1 td.c3 {
    width: 150px;
}*/