/* CSS Document */
/* Farben
	dunkelblau #007CC3
	hellblau #DBEDF8
	gelb #FFFF00
	grau #E4E5E5
*/

/* content --------------------------------------------- */
#content h1, .weeditor h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #007CC3;
}
#content h2, .weeditor h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #5c5c5c;
}
#content h3, .weeditor h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #5c5c5c;
}
#content p, .weeditor p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
#content .link, .weeditor .link { /* Linklisten im Text (Texteditor) */
	line-height: 20px;
	vertical-align: middle;
}
#content img, .weeditor img {
	border: 0px;
}
#content ul, .weeditor ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#content li, .weeditor li {
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px 0px 0px 17px;	
	background-image: url(/pictures/basic/bullet.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#content a:link, .weeditor a:link {
	text-decoration: underline;
	color: #000000;
}
#content a:visited, .weeditor a:visited {
	text-decoration: underline;
	color: #000000;
}
#content a:hover, .weeditor a:hover {
	text-decoration: underline;
	color: #007CC3;
}
#content a:active, .weeditor a:active {
	text-decoration: underline;
	color: #007CC3;
}

#content .label, .weeditor .label {
	font-weight: bold;
	color: #007CC3;
}
#content .labelBlock {/* für Abstände zwischen Datenblöcken (s. Mitarbeiter)*/
	display: inline-block;
	padding: 0px 0px 8px 0px;
}
/* bilder links, text rechts ------------------------------------------------------------------------------- */
.picLeft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.textRight {
	margin: 0px 0px 0px 20px;
}

/* overview_news ------------------------------------------------------------------------------- */
.newsheader {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}


/* Inhalt-Container bspw. für Flashfilme und Bilder -------------------------------------------- */
.contentAddon {
	margin: 0px 0px 20px 0px;
}

/* Tabellenformat soll in we einer Tabelle zugewiesen werden k�nnen, deshalb mu� die Klasse
hier stehen, auch wenn sie leer ist */
#content .Tabelle-1, .weeditor .Tabelle-1  { /* Auszeichnungen */
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 0px;
}
#content .Tabelle-1 tbody, .weeditor .Tabelle-1 tbody  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content .Tabelle-1 tr:hover, .weeditor .Tabelle-1 tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#content .Tabelle-1 td, .weeditor .Tabelle-1 td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-1 p, .weeditor .Tabelle-1 p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content .Tabelle-2, .weeditor .Tabelle-2 { /* Partner */

}
#content .Tabelle-2 td, .weeditor .Tabelle-2 td {
	vertical-align: top;
	padding-bottom: 40px;
	text-align: center;
}
/* Tabelle-3 index-Seite (Slogan) ---------------------------- */
#content .Tabelle-3, .weeditor .Tabelle-3 {
	width; 468px;	
	margin-bottom: 40px;
}
#content .Tabelle-3 td, .weeditor .Tabelle-3 td { /* padding 5px */
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-3 .td1, .weeditor .Tabelle-3 .td1 {
	width: 100px;
}
#content .Tabelle-3 .td2, .weeditor .Tabelle-3 .td2 {
	width: 368px;
}
#content .Tabelle-3 p, .weeditor .Tabelle-3 p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/* Formularelemente */
#content label {
	color: #007CC3;
}
#content label.error {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #CC0000;
}
#content input {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
}
#content textarea {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content input.error {
	padding-right: 0px;
	color: #000000;
	border: 1px solid #CC0000;
	background-image: url(http://www.hf-gmbh.de/pictures/basic/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
}
#content select.error {
	background-color: #FFFCE2;
	color: #000000;
}
#content input:focus, select:focus {
	border: 1px solid #CC0000;
	background-color: #EFEFEF;
}
#content .but1 {
	text-align: center;
	color: #ffffff;
	border: 1px solid #007CC3 !important;
	background-color: #007CC3;
	width: 120px;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}
#content .but1:hover {
	cursor: pointer;
	color: #000000;
}


