 /****************************************************************************************
 *   Dateiname: style.css                                                               *
 *                                                                                       *
 *   Projekt:            LukasHetzi's Newsletter                                         *
 *   Version:            1.0                                                             *
 *   Kontakt:            http://lukashetzi.lu.funpic.de; Lukas-Hetzenecker@gmx.at        *
 *   Letzte Bearbeitung: 05. 06. 2005                                                    *
 *                                                                                       *
 *   Copyright (C) 2005 by Lukas Hetzenecker                                             *
 *   Lukas-Hetzenecker@gmx.at                                                            *
 *                                                                                       *
 *   This program is free software; you can redistribute it and/or modify                *
 *   it under the terms of the GNU General Public License as published by                *
 *   the Free Software Foundation; either version 2 of the License, or                   *
 *   (at your option) any later version.                                                 *
 *                                                                                       *
 *   This program is distributed in the hope that it will be useful,                     *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of                      *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                       *
 *   GNU General Public License for more details.                                        *
 *                                                                                       *
 *   You should have received a copy of the GNU General Public License                   *
 *   along with this program; if not, write to the                                       *
 *   Free Software Foundation, Inc.,                                                     *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.                           *
 *                                                                                       *
 ****************************************************************************************/
 
body, textarea {

	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;

} td {

	font-size: 8pt;
	padding: 4px;
	
} .border-focus {

   background: #dedede;
   border: 1px solid #FF0000;

} .border-normal {

   background: #FFFFFF;
   border: 1px solid #000000;

} input {

	color:#3333CC;
	border-color:#C0C0C0;
	border-width:2pixel;
	border-style:double;
	font-family:"Comic Sans MS","Century","sans-serif","serif";
	font-size:12px;
	text-decoration:none;

} .mysqlfehler {
   
   color: #FF8040;

} .copy {
 
    color:#CC0000;
    border-color:#660000;
	border-width:2pt;
	border-style:double;
	background-color:#FFFFCC;
	font-family:"Comic Sans MS","cursive","sans-serif","fantasy","monospace","serif";
	font-size:13px;
	text-align:right;
	font-weight:bold;
	padding:5px;
	Margin:5px;
	float:right;

} .hervorgehoben {
  
    padding:20px; 
    border:6px solid #DDDDDD; 
    background-color: #F3F3F3;

} .rand {

 background-color: #0780BC;
 border-bottom: 1px solid #000000;
 color: #D3DDEB;
 padding-top: 4px;
 padding-bottom: 4px;
 text-align: center;

 }