/*
	CSS für alle anderen Angaben die nicht in anderen CSS-Dateien vorkommen (z.B. Klassen).
*/

/*----- Klassen -----*/
.intro {
	display:none;
}
.logo_mode {
	position:absolute;
	top:0;
}
#language img {
	margin-left:0.5em;
	width:20px;
	height:12px;
}

/**********************Suche********************/
#suche form input {
	margin:0em 0 0 1em;
	padding:0;
	width:60%;
	float:left;
}
#suche label {
	margin:0em 0 0 7.6em;
	padding:0em 0 0 0em;
	color:#000;
	font-size:0.8em;
	width:70px;
}
#suche input.searchbox-button {
	position:absolute;
	top:1em;
	left:9.5em;
	margin:0;
	padding:0;
	width:19px;
	height:20px;
}
/***********************News********************/
.news {			
	position:relative;	
	left:0;
	color:#000;
	margin:0 0 14px 0;
	font-size:1.1em;
	width:166px;
	height:166px;
	/*background-color:#ededed;*/
background-color:#ffffff;
	line-height:1em;
}
.news-latest-container {
padding:1em;
}
.news-latest-container p {
display:none;
}
.news-latest-container h2 {
color:#ff6600;
padding-left:0.2em;
}
.news-latest-container hr.clearer {
display:none;
}

.news-latest-container a{
font-size:0.9em;
color:#000;
line-height:1.2em;
}
.news-latest-item {
margin-left:0.2em;
}
.news-latest-item h3 a {
font-size:0.9em;
text-decoration:none;
font-weight:normal;
}
.news-latest-date a {
color:#ff6600;
text-decoration:none;
}
.news-latest-morelink a {
display:none;
}
.news-latest-gotoarchive {
display:none;
}
.news p
{
	margin:16px;
	font-size:14px;
}

/*News Ende*/

/*----- Textklassen -----*/
#main {
	font-size:1em;
	line-height:1.2em;
}
#main a:link {
	color:#FF6600; 
	text-decoration:underline;
	
}
#main a:active {
	color:#FF6600;  
	text-decoration:underline;
}
#main a:visited {
	color:#FF6600;  
	text-decoration:underline;

}
#main a:hover {
	color:#FF6600;  
	text-decoration:underline;
}

.date {
	padding-left:1em;
}
.title {
	padding-left:1em;
}
.title a:link {
	font-weight:bold;
	color:#010101;
	text-decoration:none;
	
	display:block;
}
.title a:hover {
	color:#EB7F02;
	font-weight:bold;
	text-decoration:none;
	
	display:block;
}
.title a:active {
	font-weight:bold;
	color:#EB7F02;
	text-decoration:none;
	
	display:block;
}
.title a:visited {
	font-weight:bold;
	color:#ff6600;
	text-decoration:none;
	
	display:block;
}
.location {
	padding:0 0 1em 1em;
}

input.reset {
	background-color:#fff;
	border:1px solid #ff6600;
	color:#000000;
	font-size:1em;
}
input.submit {
	background-color:#fff;
	border:1px solid #ff6600;
	color:#000000;
	font-size:1em;
}
input.searchbox-sword {
	font-family:Eurostile, Tahoma, Trebuchet MS, sans-serif;
	background-color:#fff;
	border:1px solid #ff6600;
	color:#000000;
	font-size:0.9em;
	padding:0em 0 0.3em 0.3em;
	margin:0 0 1.5em 0;
	float:left;
}




/*----- Standardklassen für Typo3-----*/
/*Überschriften*/
.csc-firstHeader { /*----- für die erste Überschrift im Content-----*/

}
/*Text*/
.bodytext {

}
.csc-textpic-text ul  {
	list-style-position:inside;	
}
/*Listen*/
ul.csc-bulletlist {
	list-style-position:inside;	
}
ul.csc-bulletlist li {

}
ul.csc-bulletlist li a{

}
/*Links*/
.external-link {
	
}
.external-link-new-window {
	
}
.internal-link {
	
}
.internal-link-new-window {
	
}
.mail {

}
.download {

}

/*Tabellen*/
.contenttable {
	border:#ededed 1px solid;
	margin:0.4em 0 0.4em 0.1em;
}
.tr-even {
	background-color:#ededed;

}
.tr-even td {
	border-right:#ededed 1px solid;
}
.tr-odd {

}
.tr-last {

}
td.td-last { 
	border-right:#ededed 1px solid;
}
table.tableNoBorder tr td {
	border:0;
	padding-left:0.6em;
}
table.tableNoBorder {
	width:100%;
}
/*
	-- Text mit Bildern --
	Typo3 hat eigene CSS für diese Art von Seiteninhalt
	erst schauen wie die Ausgabe ist
*/

.csc-textpic {
	padding-bottom:5px;
}
.csc-textpic-image {
	padding-bottom:5px;
}
.csc-textpic-imagewrap {
	padding-bottom:5px;
	
}
/*
	-- Formulare --
	Typo3 hat eigene CSS für diese Art von Seiteninhalt
	erst schauen wie die Ausgabe ist und es besteht die möglichkeit 
	Formulare über DIV oder Tabelle auszugeben
*/
.csc-mailform { /*Fieldset*/
	
}
.csc-mailform-field {/*Formularreihe*/
	
}
.csc-mailform-check {/*Checkbox*/
	
}
.csc-mailform-radio {/*Radio*/
	
}
.csc-mailform-submit {/*Submitbutton*/
	
}

/*Tabellen*/
.csc-sitemap li{
	margin-left:20px;
}
/*************************************************/

#main table .tx-indexedsearch-redMarkup {
 color:#7c2828;

}
/*************************************************/
/* HELPER */

.float {
	float:left;
}
.clear {
	clear:both;
	height:0;
	width:100%;
}
	


.strong {
	font-weight:bold;
}
.width50 {
	width:50%;
}
/* Formulare aus Typo3 */
.csc-mailform-check,
.csc-mailform-radio input
{
	width:20px;
	float:left;
	margin-top:2px;
	margin-bottom:10px;
}

.csc-mailform-field
{
	margin:0 0 15px 0;
	clear:both;
}
.csc-mailform-submit
{
	background:#FF6600;
	width:100px;
	cursor:pointer;
	padding:2px;
}
.csc-mailform-field div.formleft
{
	margin:0 0 0 230px;
}
.error_list
{
	padding:20px;
	color:#ff9900;
	font-weight:bold;
}
.csc-mailform-field div#captcha_img img
{
	margin:0 0 0 10px;
}

/*----- Klassen end -----*/
