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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

**********************************************************************************/
/* ### BODY ###################################################################### */

body,table,td {
	color: #2d2378;
	font-family:verdana, helvetica, sans-serif;
	font-size: 12px;
	}
	
.weiss {
	color: #fff;
	font-family:verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	}
	
.blacks {
	color: #000;
	font-family:verdana, helvetica, sans-serif;
	font-size: 12px;
	}
	
a { color:#c50001;
		text-decoration:none;
		font-family:verdana;
		font-weight:normal;
		font-size:12px;	 }
		
a:hover { text-decoration:none;
color:#2d2378;
		text-decoration:none;
		font-family:verdana;
		font-weight:normal;
		font-size:12px	 }



a.topnav {
		color:#000;
		text-decoration:none;
		font-family:verdana;
		font-weight:normal;
		font-size:12px;	}
	
a.topnav a:hover {
		color:#c50001;
		text-decoration:underline;
		font-family:verdana;
		font-weight:normal;
		font-size:12px		}
		
		
a.topnavB {
		color:#c50001;
		text-decoration:underline;
		font-family:verdana;
		font-weight:normal;
		font-size:12px		}

a.topnavB a:hover {
		color:#c50001;
		text-decoration:underline;
		font-family:verdana;
		font-weight:normal;
		font-size:12px		}	

/* ### undo #################################################################### */


ul,ol { list-style:none }
h1 { font-size:13pt; font-weight:bold; }
h2 { font-size:10pt; font-weight:bold; }
h3 { font-size:10pt; font-weight:bold; }
h4,h5,h6,pre,code { font-size:14pt; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:10px; }




/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}





.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
.topheadline {
	color: #000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	}
	

	/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.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 {
width: 490px;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 0px;
}


/* 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: 5px;	
	
}
 .forminfo 
{
	width: 460px;
	margin-bottom: 15px;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 2px dashed #990000;
}

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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 75px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
}


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

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





/* Label Name etc */
.formgen label {
	width: 210px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: #2d2378;
	margin-bottom: 5px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 255px;
	background-color: #fff;
	margin-left: 4px;
	margin-bottom: 5px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 450px;
	text-align: center;
	background-color: #c50001;
	border: 1px solid #2d2378;
	color: #FFFFFF;
	float: left;
}



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

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


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

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

.formgen .formreq {
	color: #990000;
}

.formgen .formheadline {
	color: #993300;
	background-color: #fff;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 460px;
}

/* Radio etc */
.formradio {
	clear : both;
	float: right;
	margin-bottom: 5px;
	margin-right: 130px;
}

.formgen .formradio2 {
	margin-bottom: 20px;
	width: 300px;
	height: 30px;
	float: left;
}







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