html * {margin: 0; padding: 0;;}

body {font-size:12px;}

input, option, textarea, select {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

p, h2, h1, h3, h4, h5, h6, form {margin-bottom: 8px; font-size:12px;}

h1{font-size:14px;}
h2 {margin-top: 16px;}

p, dt, dd, blockquote, td, th {line-height: 14px;}

table, label, textarea, dl {margin-bottom: 8px;}
td {padding:10px;}

ul li {list-style-type: none; line-height:14px;}
ul li ul{list-style-type: none; line-height:14px; margin-left:10px;}

a img, :link img, :visited img {border: none;}
a, a:link, a:visited, a:active, h4, h3 {text-decoration:none;}
a:hover {text-decoration:underline;}

fieldset {padding: 20px;}
legend {padding: 0 10px 0 10px;}

/*-------container--------*/

#wrapper {
	margin: 5px auto 0;
	width: 996px;
	height:600px;
	text-align: left;
}

#header {
	width:996px;
	height:100px;
	background-image:url(header.png);
	background-repeat:no-repeat;
}

#navi{
	float:left;
	background-image:url(navigation.png);
	background-repeat:no-repeat;
	text-align:left;
	width:370px;
	height:500px;
}

#navi ul li a{text-decoration:none;}
#navi ul li a:hover{text-decoration:none;}
#navi li a:hover{text-decoration:none;}

a.rex-current{text-decoration:none;}

/* 626 x 500 */
#content_flash{
	float:left;
	width:626px;
	height:500px;
}

#content_text{
	float:left;
	width:626px;
	height:500px;
	background-color:#fff;
}

#content_notdienst{
	float:left;
	width:586px;
	height:160px;
	padding:320px 20px 20px 20px;
	background-image:url(http://www.staude.de/shared/apotheken/img/notdienste.jpg);
	background-repeat:no-repeat;
}

#content_kontakt{
	float:left;
	width:566px;
	height:470px;
	padding:30px 20px 0 40px;
	background-image:url(kontakt.png);
	background-repeat:no-repeat;
}

#content_bestellung{
	float:left;
	width:521px;
	height:500px;
	padding:0 20px 0 85px;
	background-image:url(http://www.staude.de/shared/apotheken/img/bestellung.png);
	background-repeat:no-repeat;
}

#content_bestellung input, #content_bestellung textarea {width:190px; margin-bottom:10px;}
#content_bestellung label div{width:100px;float:left;}

#content_service{
	float:left;
	width:446px;
	height:460px;
	padding:20px 0px 20px 180px;
	background-image:url(http://www.staude.de/shared/apotheken/img/service.png);
	background-repeat:no-repeat;
}

#content_service img{ border:1px solid #636363;}


#content_kontakt_oxi{
	float:left;
	width:556px;
	height:400px;
	padding:80px 20px 20px 50px;
	background-image:url(http://www.staude.de/shared/apotheken/img/info_oxi.png);
	background-repeat:no-repeat;
}

#content_impressum{
	float:left;
	width:558px;
	height:430px;
	padding:50px 20px 20px 48px;
	background-image:url(impressum.png);
	background-repeat:no-repeat;
}

#content_paro{
	float:left;
	width:498px;
	height:465px;
	padding:15px 80px 20px 48px;
	background-image:url(impressum.png);
	background-repeat:no-repeat;
}

#content_scroll{
	float:left;
	width:586px;
	height:460px;
	padding:20px;
	overflow:auto;
}

.kontakt1{
	padding:160px 0 0 0;
	float:left;
	width:470px;
	background-image: url(kontakt.png);
	background-repeat: no-repeat;
}

.kontakt1_left{
	float:left;
	width:100px;
}

.kontakt1_right{
	float:left;
	width:200px;
}

.kontakt_label {
	height:18px;
	padding:5px 0px 0px 10px;
}

.kontakt_form {
	height:18px;
	padding:5px 0px 0px 0px;
}

.kontakt_form_area {
	height:75px;
	padding:5px 0px 0px 0px;
}

/*-----------------------site specific-----------------------*/

.red{color:#FF0000;}
.red_bold{color:#FF0000; font-weight:bold;}
.missing{color:#000;}
.stretch{width:285px;}
.hidden {visibility:hidden; display:none;}
/*-----------------------clearfix-----------------------*/

#content{background-color:#fff;}
#archiv{background-color:#fff;}
.copyright{font-size:9px; font-family:Arial, Helvetica, sans-serif;}
.Stil1 {
	font-size: 9px;
	font-style: italic;
}

/******kontaktformular*******/
/* 
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 */
#content_kontakt .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: 10px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	color: #ff0000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 80px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #003366;
}

.formgen input:focus,
.formgen select:focus,  
.formgen textarea:focus {
	border-bottom-color: #000000;
	background-color: #FFCC66;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;

}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	text-align: center;
	margin-left:120px;

}



/* 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: #ff0000;
}

.formgen .formcaptcha
{
	border: 2px solid #ff0000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.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 */

/*****News*****/
