body { font-family:Verdana, Geneva, sans-serif; font-size:12px; }
#site { width: 1024px; margin-left:auto; margin-right:auto;  }
#page { margin: 0 15px; height:720px; }
#header {float:right; background-image:url(marcard-media_2.jpg); background-repeat:no-repeat; width:350px; height:58px; margin:20px;}


.shadow_r { background-image:url(s_right.jpg); width:27px; height:720px; float:right; }
.shadow_l { background-image:url(s_left.jpg); width:27px; height:720px; float:left;  }
.shadow_u { background-image:url(s_unten2.jpg); width:1054px; height:27px;  }
.shadow_ur { background-image:url(s_corner_right_unten.jpg); width:27px; height:27px; float:right;  }
.shadow_ul { background-image:url(s_corner_left_unten.jpg);  width:27px; height:27px; float:left;  }




/*.shadow_o { background-image:url(s_oben.jpg); width:1000px; height:27px;  }
.shadow_or { background-image:url(s_corner_right_oben.jpg); width:27px; height:27px; float:right;  }
.shadow_ol { background-image:url(s_corner_left_oben.jpg); width:27px; height:27px; float:left;  }*/
#inhalt { width: 935px; float:right; }
#navi {   }
#main {  float:left; width:700px; }
h1 { font-size:16px; margin-bottom:5px; }
p { font-size:12px; padding:2px;}
ul { font-size:12px; list-style-position:inside; margin-top:5px; margin-bottom:10px; }
a { font-size:12px; color: 333; }
a:link { font-size:12px; color: #333;}
a:active { font-size:12px; color: #333;}
a:visited { font-size:12px; color: #333;}
a:hover { font-size:12px; color: #333; }




li { font-size:12px; padding:2px;  }

#right_boxes { float:right; }
.box {  border-width:2px;
  border-style:solid;
  border-color:#666;
 
  margin-right:18px;
  margin-bottom:10px;
  
  
  } 
  
.box_ohne_rand {  
 
  margin-right:25px;
  margin-bottom:10px;
  } 
  
.box h1 { font-size:14px; font-variant:small-caps; background-color:#751416; padding:5px; margin:0; color:#FFF; }
.box p { padding:10px; margin:0; }


.box input { margin:5px; }
.box button { margin:5px; }

#footer { color:#333; text-decoration:none; padding-top:650px; padding-left:50px; font-size:12px; font-variant:small-caps; }
#footer a:link { color:#333; text-decoration:none; }
#footer a:hover {color:#333; text-decoration:underline; }
#footer a:visited { color:#333; text-decoration:none; }
#footer a:active { color:#333; text-decoration:none; }


.floatLeft { float:left; margin-right:15px; }
.floatRight { float:right; }
.p { float:right; margin:0; }


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

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


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


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


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	margin-bottom:5px;
	
	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;
	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #333;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	width: 150px;
	text-align: center;
	background-color: #333;
	border: 1px solid #000;
	float: left;
	color: #FFFFFF;
}



/* 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 {
	
}

.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 */


/*simple shop */
fieldset { border:0; }
.simpleshop_form input { }