body { 
	background-color: #3378bd;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
}

img {
	border:0px;
}

.normal { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
}

.portal_1 { 
	width: 698px;
	padding-left: 22px;
}
.portal_2 { 
	width: 309px;
	padding-right: 22px;
}

.headmenu { 
	font-family: Arial, Helvetica, sans-serif;
	color: #407226;
	font-size: 14px;
	font-weight: bold;
	vertical-align: text-top;
	text-decoration: none;
}

.headmenu:link, .headmenu:visited { 
	text-decoration: none;
	color: #407226;
}

.headmenu:hover { 
	text-decoration: none;
	color: #ff9900;
}

.headmenu_linie { 
	font-family: Arial, Helvetica, sans-serif;
	color: #92ac38;
	font-size: 14px;
}

a, a:link, a:visited { 
	text-decoration: none;
	color: #4B4B4B;
	border: 0px;
	border-width: 0px;
}

a:hover { 
	color: Highlight;
}

.headline3er { 
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #a7a7a7;
	font-size: 22px;
	font-weight: bold;
	line-height: 49px;
	vertical-align: middle;
}

.subheadline { 
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.subheadline_orange { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.subheadline_orange2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.footer3er { 
	font-family: Arial, Helvetica, sans-serif;
	color: #a7a7a7;
	font-size: 10px;
	font-weight: bold;
	line-height: 29px;
	vertical-align: middle;
}

.liste { 
	color: #808080;
	font-size: 11px;
	border: 0px;
	text-transform: uppercase;
}

.klein { 
	color: #808080;
	font-size: 10px;
	border: 0px;
}

.klein_schwarz { 
	color: #000000;
	font-size: 11px;
	border: 0px;
}

.bild { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.news { 
  width:231px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px #fb7a00 dotted;
}

.newswerbung {
  width:231px;
  height: 87px;
  margin:0px;
  padding:0px;
}

.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: do form!
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 {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* 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 : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 15px;	
	
}
 .forminfo 
{
	margin-left: 10px;
	width: 430px;
	margin-bottom: 15px;
	background-color: #DFEEAB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px dashed #407226;
	color: #FF3300;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 150px;
	margin-left: 4px;
	border: 1px solid #407226;
	background-color: #FFFFFF;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #407226;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #DFEEAB;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 30px;
	font-weight: normal;
	color: #407226;
	margin-left: 10px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 350px;
	background-color: #33FF33;
	margin-left: 10px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	margin-left:120px;
	width: 250px;
	height: 25px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #407226;
	float: left;
	color: #407226;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #ffffff;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #ff3300;
}

.formgen .formcaptcha
{
	border: 2px solid #ff3300;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #407226;
	background-color: #DFEEAB;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

.ns_Image
{
	padding-right: 10px;
}


