
body.main
	  {
	  background-color: #FFFFFF;
	  margin-right:0px;
	  padding:0px;
	  color: #000000;
	  font-size: 12px;
	  font-family: Arial;
	  line-height: 16px;
	  }
a 	
	    { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
a:visited 
	    { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana }
a:hover 
	  { color: #A31023; font-size: 12px; line-height: 16px; font-family: Arial, Verdana }
.topmenue        { color: #212121; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Arial, Verdana; text-decoration: none }	
a.topmenue:link     { color: #212121; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }
a.topmenue:visited     { color: #212121; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }
a.topmenue:hover       { color: #A31023; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }

.reservationheader        { color: #E3001A; font-size: 18px; line-height: 20px; font-family: Arial, Verdana; text-decoration: none }
.reservation        { color: #FFFFFF; font-size: 12px; line-height: 12px; font-family: Arial, Verdana; text-decoration: none }
.reservationselect        { color: #212121; font-size: 10px; font-family: Arial, Verdana }		

.mainmenue        { color: #4B4B4B; font-size: 12px; line-height: 12px; font-family: Arial, Verdana; text-decoration: none }	
a.mainmenue:link     { color: #4B4B4B; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }
a.mainmenue:visited     { color: #4B4B4B; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }
a.mainmenue:hover       { color: #A31023; font-size: 12px; line-height: 12px; font-family: Arial, Verdana }

table       { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }		

.contentmain        { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana; text-align: justify; text-decoration: none }	
.content        { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }	
a.contentmain:link     { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana }
a.contentmain:visited     { color: #4B4B4B; font-size: 12px; line-height: 16px; font-family: Arial, Verdana }
a.contentmain:hover       { color: #A31023; font-size: 12px; line-height: 16px; font-family: Arial, Verdana }
.header1main        { color: #212121; font-weight: bold; font-size: 15px; line-height: 12px; font-family: Arial, Verdana; text-decoration: none }

.menuebottom       { color: #131313; font-size: 11px; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
a.menuebottom:link   { color: #131313; font-size: 11px; line-height: 16px; font-family: Arial, Verdana }
a.menuebottom:visited   { color: #131313; font-size: 11px; line-height: 16px; font-family: Arial, Verdana }
a.menuebottom:hover   { color: #A31023; font-size: 11px; line-height: 16px; font-family: Arial, Verdana }
.header_oben { padding-top: 10px; padding-bottom: 10px; }
.header_oben_line { background-image: url(../../images/line.jpg); background-repeat: repeat-x; }
/* 
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: 12px;
	padding-right: 0px;
	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: 10px;
	margin-top: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	
}
 .forminfo 
{
	width: 100%;
	margin-bottom: 15px;
	background-color: #cc0000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
		font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
}

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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, Verdana, Arial;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 25px;
	color: #333333;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 20px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 50px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}



/* Sende-Button */
.formgen .formsubmit
{ width: 20%; text-align: center; background-color: #333333; border: solid 1px gray; color: #ffffff; }



/* Fieldsetbeschriftung */
.formgen legend { 
	color: #333333;
	margin: 0 12px 12px;
	padding: 12px;
	font-weight: bold;}
	
.formgen .fieldset {
	margin-bottom: 10px;
		font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
}

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


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

.formgen .formcaptcha
{
	border: 2px solid #cc0000;
	vertical-align: top;
	text-align: center;
	margin-right: 10px;
}

.formgen .formreq {
	color: #333333;
}

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

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

.column {
float:left;
padding:0 25px 0 0;
width
}
.clearfix {
clear:both;
display:block;
}

/* Newsmodul */


.ns_newsEntry
{
}

.ns_newsHeadline
{
}

.ns_HeadlineLeft
{
}

.ns_HeadlineRight
{
}

.ns_body
{
}

.ns_MoreLink
{
}

/* Ende Newsmodul */

/* Kategorie */

.Categorylist { 
   display:block; 
   clear:none; 
   float:left; 
   width:100%; 
   border-top:0px solid #666666; 
   padding:0px 0px 0px 0px; 
   margin:0px 0px 0px 0px; 
   background-color:transparent; 
} 

.CategorylistPic { 
   display:block; 
   clear:none; 
   float:left; 
   width:120px;
   margin:10px 10px 10px 10px;
} 

.CategorylistArticle { 
   display:block; 
   clear:none; 
   float:left; 
   margin:10px 10px 10px 10px; 
} 

