/* allerlei ------------------------------------------------------------------------------------------------------------ */

.csc-frame-frame2 {
    border: 1px solid #3169af;
    background-color: #cbd8e9;
    padding: 10px;
    width: 70%;
    margin: auto auto;
}

.csc-frame-frame2 h1, 
.csc-frame-frame2 h2 {
    margin-bottom: 0.5em;
}

.csc-frame-frame2 h3, 
.csc-frame-frame2 h4, 
.csc-frame-frame2 h5 {
    margin-bottom: 0.8em;
}




/* Kontaktformular ----------------------------------------------------------------------------------------------------- */

#mailformNachricht { display:block; border: 1px solid #999999; background-color: transparent; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; width: 500px; margin-top:7px; }
#mailformNachricht:focus, * html #mailformNachricht, *+html #mailformNachricht { border: 1px solid #999999; color:#333333; }

#mailformFirma, #mailformName, #mailformAdresse, #mailformPLZOrt, #mailformTelefon, #mailformFax, #mailformeMail { display:block; border: none; border: 1px solid transparent; font-size:10px; background-color: #efefef; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; width:500px; height:18px; margin-top:5px; margin-bottom: 15px;}
#mailformFirma:focus, #mailformName:focus, #mailformAdresse:focus, #mailformPLZOrt:focus, #mailformTelefon:focus, #mailformFax:focus, #mailformeMail:focus, * html #mailformFirma, * html #mailformName, * html #mailformAdresse, * html #mailformPLZOrt, * html #mailformTelefon, * html #mailformFax, * html #mailformeMail, *+html #mailformFirma, *+html #mailformName, *+html #mailformAdresse, *+html #mailformPLZOrt, *+html #mailformTelefon, *+html #mailformFax, *+html #mailformeMail { border: 1px solid #999999; color:#333333; background-color: transparent; }

.csc-mailform-submit { border: 1px solid #999999; background-color: #efefef; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; vertical-align:middle; margin-top:10px; }
.csc-mailform-submit:hover { border: 1px solid #333333; background-color: #cccccc; cursor:pointer; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;  vertical-align:middle; margin-top:10px; }

fieldset { border: 0; margin-top: 15px;}






/* News --------------------------------------------------------------------------------------------------------------- */

hr.clearer, 
hr {
    height: 1px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-list-date {
    font-size: 75%;
    font-weight: normal;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.news-list-item h3, 
.news-list-item img {
    margin-bottom: 10px;
}

.tx-ttnews-browsebox a {
    margin-right: 5px;
}







/* Suchformular ------------------------------------------------------------------------------------------------------- */

#suchtabelle {
	margin-bottom: 20px;

}


#suchform select {
	width: 220px;
	border: 1px solid #90BBE2;
	margin-bottom: 3px;

}

#suchsubmit {
	border: 1px solid #90BBE2;
	height: 22px;
	width: 220px;
	background-color: #EFEFEF;
}




/* VOLLTEXTSUCHE KOPF */

.EAG_textbox, 
#suche .EAG_textbox {
width: 100px;
height: 16px;
border: 1px solid #000;

}


* html .EAG_textbox, 
* html #suche .EAG_textbox {
	height: 16px;
	
	margin-top: 2px;
}


.EAG_submit, 
#suche .EAG_submit {
width: 18px;
height: 18px;
margin: 0;
border: 0;
margin-left: 5px;
vertical-align: top;
background-image: url(../../files/bilder/such_bu.gif);
cursor: pointer;
}

*+html .EAG_submit, 
*+html #suche .EAG_submit {
	margin-top: 1px;
}

* html .EAG_submit, 
* html #suche .EAG_submit {
	margin-top: 3px;
	background-image: url(../../files/bilder/such_bu_ie6.gif);
	background-repeat: no-repeat;
}



/* RESULTATANZEIGE IM KOPF VERSTECKEN */

#suche .csc-searchResultHeader, #suche .csc-searchResult, #suche .csc-searchResultRange {
display: none;
}

#suche .csc-searchResultInfo, #suche .csc-noSearchResultMsg, #suche .csc-searchResultPrevNext, #suche p, #suche h3, #suche table, #suche td, #suche tr, #suche br{
display: none;
}


/* SUCHFORMULAR IN SEITE VERSTECKEN */

#rightcol .csc-searchform{
display: none;

}


#rightcol .csc-searchResultHeader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 1em;
	line-height: 2em;

}





