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

/* Head */
img#logo 
{
	margin:0 0 0 30px;
}

/* Body */
#pagetitle
{
	position:relative;
	width:auto;
	font-size:16px;
	margin:0 0 30px 30px;
	font-family:Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

#center li 
{
	margin:0 0 0 1em;
	font-size:12px;
}

#center .bodytext a
{
	font-weight:bold;
}

#center .bodytext a:link 
{
	color:#444444;
	text-decoration:underline;
}

#center .bodytext a:visited  
{
	color:#444444;
	text-decoration:underline;
}

#center .bodytext a:focus  
{
	color:#444444;
	text-decoration:underline;
}

#center .bodytext a:active   
{
	color:#444444;
	text-decoration:underline;
}

#center .bodytext a:hover  
{
	color:#444444;
	text-decoration:underline;
}
#center img 
{
	margin-top:3px;
	margin-bottom:10px;
}
/* Extention 2Spalten */
.boxleft,
.boxright
{
	width:200px;
	margin:0;
	padding:0;
}
.boxleft
{
	float:left;
}
.boxright
{
	float:right;
}


/* Footer */
#copy p
{
	padding:10px 0 0 20px;
	font-size:10px;
	font-weight:bold;
	font-family:Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
}
/*----- Klassen -----*/
/*----- Standardklassen für Typo3-----*/
/*Überschriften*/
.csc-firstHeader { /*----- für die erste Überschrift im Content-----*/
	margin:0 0 20px 0;
}
/*Text*/
.bodytext {

}
/*Listen*/
ul.csc-bulletlist {

}
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 {

}
tbody .tr-even {
	background:#EAEBED;
}
tbody .tr-odd {

}
.tr-last {

}
.td-last {

}
/*
	-- Text mit Bilder --
	Typo3 hat eigene CSS für diese Art von Seiteninhalt
	erst schauen wie die Ausgabe ist
*/
.csc-textpic {
	
}
.csc-textpic-image {
	
}
/*
	-- 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*/
	border:none;
}
.csc-mailform-field {/*Formularreihe*/
	margin:0 0 10px 0;
}
.csc-mailform-field label{ /*Formularlabel*/
	display:block;
}
.csc-mailform-check {/*Checkbox*/
	
}
.csc-mailform-radio {/*Radio*/
	
}
.csc-mailform-submit {/*Submitbutton*/
	
}

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