@charset "utf-8";

/* _modul.css Document */


.newslist {    /* ausgabe gesamte newsliste... */
 
	float:none;
    clear:both;
	padding:5px 0px 0 5px;
	margin:0px 0px 5px 0;  /* .news 	float:left;   */
	width:auto;
}


.news  { /* --- multilist einzelne news  --- */

    width:100%;
	float:left;
	clear:both; 
		margin:5px 0px 5px 0px; 
		padding:0px 0px 0px 0px ; 
        border-bottom:1px dotted #ccc;	
}


.newsimage img {

    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    float:left;
	margin:0px 10px 10px 0px;
    /* img border */    
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:3px;
}

.newsimage img:hover{

    border:1px solid #cccccc;
    background-color:#ececec;
}

.newsimage {    /* (clearer...) */  

    float:none;
    clear:both;	
	width:auto;
}


.newstext a.listlink { /* multilist Ausgabe Link */
	font-size: 100%;
	font-weight:bold;
	text-decoration:underline;
	line-height:100%;	
}

.newstext a.listlink:hover {
	text-decoration:none;
}


.newstext p { /* multilist Ausgabe Text */
    margin-top:10px;
	font-size: 100%;
	line-height:125%; 
}


.newstext a {  /* multilist Ausgabe Link "weiterlesen" */
	font-size: 100%;
	text-decoration:none;
}

.newstext a:hover {
	text-decoration:underline;
}



#pagination { /* --- multilist "weiter blättern"  --- */
	font-size: 125%;
    text-align:center;
	color:#cccccc;
	text-decoration:none;
	line-height:100%;
	padding: 5px 0px 5px 0px;
} 

#pagination a {  

	color:#cccccc; 
	text-decoration:none;
	font-size: 125%;
}

#pagination a:hover {

	text-decoration:underline;
}
/* --- multilist Ausgabe ende --- */



/* css Bild / (für Multilist) Textile / Bild  */

.imagetext {

	float:none;
	clear:both;
	width:auto;
}

.imagetext img {

	padding:3px;
	border:1px solid #EEE;
	margin: 0px 5px 0px 0;
} 

div.page-clearer {

	float:none;
	clear:both;
	margin:0 0 25px 0;    /* Abstand unter Modulausgabetext  */
	width:auto;
}




/* --------- REXfancy Bildergalerie ------------  */

div.rexfancy-images img {

    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:3px;
    margin-right:5px;
    float:inherit;
	clear:both;
}

div.rexfancy-images a {
    padding:0px;
}


div.rexfancy-images img:hover {
    border:1px solid #cccccc;
    background-color:#ececec; 
    padding:3px;
}

div.clear-rexfancy {

    float:none;
    clear:both;
	margin:0 0 20px 0;
	width:auto;
} 
/* --------- Ende REXfancy Bildergalerie ------------  */





/* --------- Loginbereich ------------  */
#buttonSubmit {

	font-size: 100%;
	color: #1a1a1a;
	text-decoration:none;
} 

input {

	font-size: 100%;
	color: #646464;
	text-decoration:none;
} 





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

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


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


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


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

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



/* Label */
.formgen label {
	width: 150px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #666666;
margin-bottom:15px;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	width: 550px;
	text-align: center;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	float: left;
	color: #333333;
}
.formgen .formsubmit:hover
{
background-color: #333333;
color: #fff;
}

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

/* -------------- 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: #999999;  
} 

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA; 
	padding-top: 4px; 
	padding-bottom: 4px;
	margin-top: 5px; 
	margin-bottom: 5px;
	font-style: italic;
}

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

