/*** Hintergrundfarbe oder -bild, Schriftgröße ***/
body {
	background: #eeeeee;
	font-size: 13px;
	line-height: 1.3;
}


/*** Farbe Ueberschriften ***/
h1, h2, h3 {
	color: 	#e2001a;
}

/*** Hauptueberschriften ***/
h1 {
	margin: 0 0 20px 0;
	font-size: 2.5em;
	line-height: 1.1;
}

/*** Farbe Links ***/
a {
	color: #e2001a;
}

/*** Seitenhintergrund  ***/
#wrapper {
	background: #ffffff;
}

/*** Farbe Menue links ***/
#leftside #submenu li a.current {
	color: #e2001a;
}
#leftside #submenu li a {
	color: #3824db;
}

/*** Bildunterschriften ***/
#content dd.csc-textpic-caption {
	color: #e2001a;
	font-size: 12px;
	line-height: 1.1;
	padding: 10px 0px 0px 0px;
}

/*** Fileliste ***/
td.csc-uploads-fileName {
	padding: 0px 0px 0px 25px;	
}
td.csc-uploads-fileSize {
	vertical-align: top;
}

/*** Tabellen ***/
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	line-height: 1;
}

td {
        border: dotted 1px #3824db;
        height: 20px;
        padding: 5px;
}
th {
        border: dotted 1px #3824db;
        background-color: #dddddd;
        height: 20px;
        padding: 5px;
}
.Lebensmittel .td-1 {
        white-space: nowrap;
}

/* Formular formatieren */

div.csc-mailform-field {
	clear: both;
	margin-bottom: 5px;
	text-align: left;
}

div.csc-mailform-field label {
	float: right; 
	color: #3824db;
	margin-bottom: 5px;
	width: 380px;
}

div.csc-mailform-field input {
	background: #dddddd;
	margin-right: 20px;
	border: 0px;
	display: block;
}

div.csc-mailform-field option {
	padding-right: 20px;
}

div.csc-mailform-field input[type=submit] {
	margin-top: 20px;
	background: #ffaaaa;
	color: #aa0000;
	font-size: 16px;
	float: left; 
	width: 580px;
}