/*
	CSS für alle anderen Angaben die nicht in anderen CSS-Dateien vorkommen (z.B. Klassen).
*/

/*----- Head -----*/
#head img 
{
	width:37.8em;
}

img.dekobalken 
{
	float:left;
	margin:0;
	padding:0;
	width:4.24em;
}
/*----- linke Splate -----*/
#left ul 
{
	padding:0 0 1em 2em;
}
/*----- rechte Splate -----*/
#right .hibox 
{
	position:relative;
	width:16em;
	border:#984343 solid 1px;
	background-color:#eee7ce;
	margin-bottom:1em;
	text-align:justify;
	padding:0.4em;
}

#right h1 
{
	text-align:center;
	font-size:1em;
	padding:0.4em 0 1em 0px;
	color:#984343; 
}

#right a:link 
{
	color:#984343; 
	text-decoration:none;
}

#right a:active 
{
	color:#984343; 
	text-decoration:none;
}

#right a:visited 
{
	color:#984343; 
	text-decoration:none;
}

#right a:hover 
{
	color:#984343; 
	text-decoration:underline;
}
#right .hibox ul li
{
	list-style-type:none;
}

/*----- Glossar und Ergebnisliste-----*/
.tx-sgglossary-pi1 form#searchform_tx_sgglossary_pi1 p.search_abc a
{
	width:auto!important;
	display:block;
	float:left;
	margin-right:3px;
	
}
.gl_link 
{
	display:block;
}
.gl_entry
{
	border:#984343 solid 1px;
	background-color:#eee7ce;
	margin:0.3em 1em 1em 0;
	padding:0.4em;
	width:17em;
	float:left;

}
.gl_details
{
	
}
.gl_ergebnis_box a:link 
{
	color:#984343; 
	text-decoration:none;
}

.gl_ergebnis_box a:active 
{
	color:#984343; 
	text-decoration:none;
}

.gl_ergebnis_box a:visited 
{
	color:#984343; 
	text-decoration:none;
}

.gl_ergebnis_box a:hover 
{
	color:#984343; 
	text-decoration:underline;
}
.back a:link 
{
	color:#984343; 
	text-decoration:none;
}

.back a:active 
{
	color:#984343; 
	text-decoration:none;
}

.back a:visited 
{
	color:#984343; 
	text-decoration:none;
}

.back a:hover 
{
	color:#984343; 
	text-decoration:underline;
}
/*----- Standardklassen für Typo3-----*/

/*Überschriften*/

/*----- für die erste Überschrift im Content-----*/
.csc-firstHeader 
{ 
	color:#984343;
}

/*Text*/
.bodytext 
{

}
.bodytext a:link
{
	color:#984343;
}
.bodytext a:active
{
	color:#984343;
}
.bodytext a:visited
{
	color:#984343;
}
.bodytext a:hover
{
	color:#984343;
	
}
/*Bildunterschriften*/

dd.csc-textpic-caption
{
	font-style:italic;
	padding-bottom:1em;
}

/*Bilder*/

dl.csc-textpic-image dt img
{
	
	padding-bottom:0;
}





/*Listen*/
ul.csc-bulletlist 
{

}

ul.csc-bulletlist li 
{

}

ul.csc-bulletlist li a
{

}

/*Links*/

.csc-sitemap ul li a:link
{
	color:#984343;
	text-decoration:none;
}
.csc-sitemap ul li a:active
{
	color:#984343;
	text-decoration:none;
}
.csc-sitemap ul li a:visited
{
	color:#984343;
	text-decoration:none;
}
.csc-sitemap ul li a:hover
{
	color:#984343;
	text-decoration:underline;
}

.external-link 
{
	
}

.external-link-new-window 
{
	
}

.internal-link 
{
	
}

.internal-link-new-window 
{
	
}

.mail 
{

}

.download 
{

}

/*Tabellen*/
.contenttable 
{
	
}

.tr-even 
{
	
}

.tr-odd 
{
	background-color:#eee7ce;
}

.tr-last
{

}

.td-last 
{

}

/*
	-- Text mit Bildern --
	Typo3 hat eigene CSS für diese Art von Seiteninhalt
	erst schauen wie die Ausgabe ist
*/

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image 
{ 
	float: none;
}

.csc-textpic-image img
{
	padding:0 1em 1em 0;
}


/*
	-- 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
*/
/*Fieldset*/
.csc-mailform 
{ 
	
}

/*Formularreihe*/
.csc-mailform-field 
{
	
}

/*Checkbox*/
.csc-mailform-check 
{
	
}

/*Radio*/
.csc-mailform-radio 
{
	
}

/*Submitbutton*/
.csc-mailform-submit 
{
	
}

/*Helper*/
.clear 
{
	clear:both;
	height:0;
	width:100%;
}
/*----- Klassen end -----*/