body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	vertical-align: top;
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
   color: #222222;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	}
ul {
	padding: 0px;
	margin: 15px;
}

img {
	border:0px;
}

h1 {font-weight: bold; font-size: 16px; color:#003871;}
h2 {font-size: 14px;	font-weight: bold; color:#003871;}
h3 {font-size: 14px;	font-weight: bold; color:#ee7f01;}	
h6 {font-size: 10px;	font-weight: normal;}	

.headline {font-weight: bold; font-size: 16px; color:#003871; }
.subheadline { font-size: 14px;	font-weight: bold; color:#003871; }
.klein {font-size: 10px;	line-height: 14px;}
.blaufett{ font-weight: bold; color:#003871; }

a, a:link, a:visited { 
	text-decoration: none;
	color: #457eb6;
	border: 0px;
	border-width: 0px;
}

a:hover { 
	color: #ee7f01;
}

.liste { 
	color: #808080;
	font-size: 11px;
	border: 0px;
	text-transform: uppercase;
}


.news { 
  width:231px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px #fb7a00 dotted;
}

.text, .password {
	display: block;
	width: 300px;
}

/* Login
*********************************************/

.login_klein { 
	color: #FFFFFF;
	font-size: 11px;
	border: 0px;
}
/* SQL Module
*********************************************/

.abfrage:link, .abfrage:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color: #407226;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

.abfrage:hover { 
	text-decoration: none;
	color: #ff9900;
}  


/* 
REDAXO-Modul: doForm! 3 - 4
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch
 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/
 
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
 
/* Div das das Formular umschließt */
.formgen {
margin-top: 15px;
}
 
 
/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
 
}
  
.formgen form
{
line-height : 110%;
 
}
 
 
/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/
 
 
.formgen .formblock
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;	
 
}
 .forminfo 
{
	width: 470px;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: normal;
	border: 1px dashed #ff0000;
}
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 350px;
	height: 100px;
	margin-left: 4px;
	border: 1px solid #457eb6;
	background-color: #ffffff;
}
 
 
/* Textfeld */
.formgen .formtext
{
	width: 350px;
	margin-left: 4px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #457eb6;
	color: #222222;
}
 
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {

	background-color: #f3f3ec;	
}
 
 
 
/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: rgb(15, 78, 141);
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect 
{
	width: 200px;
	background-color: #f3f3ec;
	margin-left: 6px;
	color: #000000;
	margin-bottom: 10px;
		border: 1px solid #457eb6;
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	width: 350px;
	margin-left: 120px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #457eb6;
	float: left;
	color: #222222;
	line-height: 30px;
}
 
 
 
/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #f3f3ec;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}
 
/* -------------- AUSGABEN / Fehlermeldungen --------*/
 
 
/* Markierung der Labels bei Fehler */
.formgen .formerror {
 
	border-bottom-width: 1px;
	color: #ff0000;
}
 
.formgen .formcaptcha
{
	border: 2px solid #457eb6;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #ff0000;
}
 
.formgen .formheadline {
	color: #993300;
	background-color: #f3f3ec;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
 
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
 



.ns_newsEntry
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.ns_newsHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4169e1;
	font-size: 12px;
	font-weight: bold;
}

.ns_HeadlineLeft
{
}

.ns_HeadlineRight
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.ns_body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.ns_Link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

.ns_created
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
.ns_createdBy
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4169e1;
	font-size: 10px;
}
.ns_Image
{
	padding-right: 10px;
}
