/*
	CSS für alle anderen Angaben die nicht in anderen CSS-Dateien vorkommen (z.B. Klassen).
*/
/*----- HEAD -----*/
#kontakt_left
{
	margin:0 20px 0 0;
}
#kontakt_left p,
#kontakt_right p,
#kontakt_left a,
#kontakt_right a
{
	font-size:10px;
	font-weight:normal;
	line-height:120%;
	color:#000000;
	margin:0;
	padding:0;
	
}
/*----- CONTENT-----*/
.csc-firstHeader
{ 
	font-size:18px;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}
#center li 
{
	list-style:none;
	margin:0 0 0 1em;
	background:url(../images/icons/bullet.gif) no-repeat 0 0.4em;
	padding:0 0 0 12px;
}
#center a.external-link-new-window
{
	background:url(../images/icons/extern.gif) no-repeat 0 center;
	padding:0 0 0 15px;
}
#center a.internal-link
{
	background:url(../images/icons/intern.gif) no-repeat 0 center;
	padding:0 0 0 15px;
}
#center a.mail
{
	background:url(../images/icons/mail.gif) no-repeat 0 center;
	padding:0 0 0 15px;
}
#center img 
{
	margin-top:4px;
}
.csc-textpic
{
	margin:0 0 20px 0;
}

/*-- Tabellen --*/
tbody .tr-even {
	background:#ebe9e4;
}
tbody .tr-odd {

}


/*
	-- 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*/
	width:auto;
}

/*-- Footer --*/
#copy p
{
	padding:10px 0 0 20px;
	font-size:10px;
}


/*-- Helper --*/
.clear {
	clear:both;
	height:0;
	width:100%;
}
.hidden
{
	display:none;
}
div.default
{
	clear:both;
}
div.team
{
	clear:both;
	min-height:200px;
}