/* **********  template.css  ********** */

/* **********  gesamter Monitor  ********** */
Body {
	width : auto;
	margin : 0px 0px 0px 0px;
	background-color: teal;
}

/* **********  benutzter Bereich  ********** */
#Alles {
	width : 900px;
	background-color: silver;
}

#Kopfbild {
	width : 100%;
	height : 93px;
	background : url(../images/header_bg.jpg);
	float: left;
}

#Textbereich {
	width : 100%;
	height : auto;
	margin-top : 30px;
	background-color : silver;
	float : left;
}

#Kopierrecht {
	width : 99.1%;
	height : 20px;
	margin-top : -15px;
	border : 5px outset; 
	border-color : gray gray gray gray;
	background-color : silver;
	float: left;
}

#Kopierrecht a{
	text-decoration : none;
	color: teal;
	display : block;
}

#component-contact {
	padding-left : 100px;
}

.componentheading {
	display : none;
}

#germanDate {
	float : left;
	color: white;
	padding-top : 3px;
	padding-left : 5px;
}

.moduletable_zaehler {
	float : right;
	padding-top : 2px;
	padding-right : 5px;
}

/* **********  Rückmeldungen, z.B. abgeschicktes Kontakformular  ********** */

#system-message dt{
	display : none;
}

#system-message dd{
	background-color : rgb(128,255,255);
	line-height : 150%;
	font-size : 24px;
	font-weight : bold;
}

#system-message dd li{
	list-style-type : none;
}