/********************************************
Für das news.php File
**********************************************/

/********************************************
           Allgemeine Dinge 
*********************************************/

a {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 line-height: 14px; 
 text-decoration : none;
 color : #3366FF;
}

a:visited {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 line-height: 14px; 
 text-decoration : none;
 color : #3366FF;
}

a:hover {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 line-height: 14px; 
 text-decoration : underline;
 color : #3366FF;
}



/*Standart-Design*/
BODY,SELECT, INPUT, TEXTAREA, BUTTON  {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		 line-height: 14px; 
}

body {
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
}

/*Definition für die ganze News-Tabelle*/
.news_titel {
	font-size: 10px;
	color: #000000;
	border-color:#FFFFFF;
	border:none;
}

/*Definition der linken Spalte*/
.news_datum {
	font-size: 10px;
	color: #000000;
	width: 90px;
	vertical-align:top;
	text-align:center;
}

/*Definition des Tabellentitels (Neuigkeiten)*/
.tabellen_titel {
	font-size: 12px;
	font-weight : bold;
	color: #FFFFFF;
	border-color:#FFFFFF;
	background-color:#333399;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

/*Definition der "inneren Tabelle" */

/*Definition der Zeilen*/
.zeile1 {
	background-color : #EFF3F7;
	font-weight : normal;
	color: #000000;
}

.zeile2 {
	 background-color : #D4E2F1;
	font-weight : normal;
	color: #000000;
}

/*Feste Breite der Spalte wegen 2 Buttons*/
.admin_buttons {
	width:80px;
	vertical-align:top;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/************************************************
Für das newsdetail.php File
*************************************************/
/*Definition für die ganze News-Tabelle*/
.newtabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-color:#FFFFFF;
	width:536px;
	border:none; 
	padding:0; 
	border-spacing :0; 
}

.seitentitel {
	font-size: 32px;
	color: #3E6993;
	text-align:left;
	height:40px; 
	colspan:2;
	vertical-align:top;
}

.newstitel {
	font-size: 10px;
	text-align:center;
	color: #FFFFFF;
	border-color:#FFFFFF;
	background-color:#333399;
}


.copyright {
	border:none; 
	padding:0; 
	border-spacing :0;
	height:34px;
}

.newstext {
	font-size: 10px;
	color: #000000;
	border-color:#FFFFFF; /*bgcolor="#EFF3F7"*/
	background-color:#EFF3F7;
	width:100%;
	vertical-align:top;
	padding:0;
	border-spacing :0;
}



/*************************************************************/


/********************************************
           Admin-Bereich: Allgemeine Dinge 
*********************************************/

/* Default Schriftgrösse 10pt */
.admin_default {       
        font-size:10pt;
}

/* Kleinere Schrift */
.admin_small {       
        font-size:10pt;
}

/********************************************
           Admin-Bereich: Tabellenformatierung 
*********************************************/


/*Definiert die linke Spalte der Tabelle  */
.admin_form-label-cell {
	 border-style:solid;
	 border-color:#aaaaaa;
	 border-top-width:0px;
	 border-bottom-width:1px;
	 border-left-width:1px;
	 border-right-width:1px;
}
/*Definiert die rechte Spalte der Tabelle */
.admin_form-value-cell {
	 border-style:solid;
	 border-color:#aaaaaa;
	 border-top-width:0px;
	 border-bottom-width:1px;
	 border-left-width:0px;
	 border-right-width:1px;
}

/*Definiert den Zellenkopf der Tabelle*/
.admin_form-head-cell {
	 background-color:#ededed;
	 border-style:solid;
	 border-color:#aaaaaa;
	 border-top-width:1px;
	 border-bottom-width:1px;
	 border-left-width:1px;
	 border-right-width:1px;
}

/********************************************
           Admin-Bereich: Error- und Erfolgsmeldungen sowie andere System-Antworten
*********************************************/

.confirmation_box {
	font-size: 12px;
	font-weight : bold;
	background-color : red;
	margin : 2px;
	padding : 5px;
}

.system_messages_box {
	font-size: 12px;
	margin : 5px;
}

.system_success {
	font-weight : bold;
	color : #009933;
}

.system_error {
	font-weight : bold;
	color : #CC3333;
}

.system_notice {
	font-weight : bold;
	color : black;
}

.bold {
	font-weight: bold;
}
