/***************************************************************************************************
	Projekt:	Vorlage f�r Onlineprojekte 
	Erstellt:	OM	Juli 07

	Aufgabe dieser Datei
	Defintion von CSS-Klassen f�r das Design des Projektes.
	Beeinflusst gesamte Seite.
			
	�nderungen
	
/**************************************************************************************************/	

/************************************************/
/* Bilder					 					*/
/************************************************/
.Bild_im_Text_rechts {
	float: right;	
	padding: 0px 0px 0px 10px;
	margin-bottom:10px;
}

.Bild_im_Text_links {
	float: left;	
	padding: 0px 10px 0px 0px;
	margin-bottom:10px;
}

.Bild_im_Text_alleinstehend {
	float: none;	
	padding: 0px 0px 0px 0px;
}

.Bild_im_Text_zentriert {
	float: none;	
	padding: 0px 10px 0px 0px;
	text-align:center;
}

.Bildunterschrift {
	font-size:10px;
	text-align:left;
	float:none;
}

.hide {
	display: none;
}

.rotundfett {
	color:#a40001;
	font-weight:bold;
}

.blauundfett {
	color:#004478;
	font-weight:bold;
}

.weissundfett {
	color:#ffffff;
	font-weight:bold;
}

.schwarzundfett {
	color:#000000;
	font-weight:bold;
}

.hellblau {
	color:#7B9BC1;
	font-weight:normal;
	text-decoration: none;
}


.hellblauundfett {
	color:#7B9BC1;
	font-weight:bold;
	text-decoration: none;
}

.grau {
	color:#AAAAAA;
	font-weight:normal;
	text-decoration: none;
}

.schwarz {
	color:#000000;
	font-weight:normal;
	text-decoration: none;
}


.Rahmen_links_und_oben {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C7C7C7;
	border-left-color: #C7C7C7;
	border-left-style: solid;
	border-left-width: thin;
	background-color:#FFFFFF;
}

.Rahmen_links {
	border-left-color: #C7C7C7;
	border-left-style: solid;
	border-left-width: thin;
	background-color:#FFFFFF;
}

.Rahmen_gesamt {
	border-width: thin;
	border-style: solid;
	border-color: #C7C7C7;
	background-color:#FFFFFF;
}

/**************************/
/* alte Redakteurstabelle */
/* Tabelle_graue_Linien   */
/**************************/

table.Tabelle_graue_Linien  {
	font-family: Arial, Verdana;
	background-color: #c7c7c7;
	
}
table.Tabelle_graue_Linien th {
	background-color: #ffffff;
	padding:5px;
}
table.Tabelle_graue_Linien td {
	background-color: #ffffff;
	padding:3px;
}
table.Tabelle_graue_Linien a {
	font-weight: bolder;
	color: #004478;
}

#Content table.Tabelle_graue_Linien ul {
	margin:0px;
	padding-left:23px;
	list-style-type: square;
	list-style-position: outside;
}
#Content table.Tabelle_graue_Linien li {
	margin:0px;
	margin-left:3px;
	padding:0px;
}
