/*css- für Moll Marzipan Website
  Datum: 13.08.2007
  Autor: Jörg Harling
*/

/* Blauton:
  dunkelblau: #00478d;
	hellblau: #4075aa;
*/



/***************************************************************************/
/*                           Inhaltsformatierungen                         */
/***************************************************************************/

.rot {
	color:#F00;
}

.zertifikat {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:3px solid #666666;
	border-bottom:3px solid #666666;
}

td.rezept {
	padding-left:10px;
	height:50px;
	background:url(bitmaps/rezept_top.jpg) top no-repeat;
}

.anwendungpopup {
	padding:3px;
	position:absolute;
  background-color:#e3ebf3;
	width:200px;
	visibility:hidden;
}

tr.spez {
  background-color:#e3ebf3;
}

tr.spez2 {
  background-color:#cbddee;
}

tr.blau {
  background-color:#00478d;
	color:#FFFFFF;
	font-weight:bold;
}

table.content {
  font-size:11px;
}

#language {
  position:absolute;
  left:66px;
  top:185px;
  font-size:9px;
  color:#00478d;
	float:left;
}

#language a:link, #language a:visited {
  color:#00478d;
  text-decoration:none;
}

#language a:hover {
  text-decoration:underline;
}

#content_input a:link, #content_input a:visited {
  color:#4075aa;
  text-decoration:none;
	font-weight:bold;
}

#content_input a:hover {
  text-decoration:underline;
}

#content_input a.gross:link, #content_input a.gross:visited {
  color:#4075aa;
  text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

#content_input a.gross:hover {
  text-decoration:underline;
}



/**** Farbformatierungen für Schrift *****/

#content_input span.color {
  color:#00478d;
  text-decoration:none;
}

#content_input span.colormid {
  color:#00478d;
  text-decoration:none;
	font-size:14px;
}

#content_input span.colorgross {
  color:#00478d;
  text-decoration:none;
	font-size:16px;
}

/****************************************/


.imgalignright {
  margin-left:10px;
	margin-bottom:10px;
	float:right;
}

.imgalignleft {
  margin-right:10px;
	margin-bottom:10px;
	float:left;
}

#content_input td.termin {
  background:#e3ebf3;
}

#daten {
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	background:#e3ebf3;
}


/***************************************************************************/
/*                       Marktbericht-Auswahlfelder                        */
/***************************************************************************/

#month_box, #month_box2 {
	width:426px;
	height:20px;
	background:#e3ebf3;
	color:#00478d;
	border: #00478d 1px solid;
	padding-top:2px;
	float:left;
}

#month_select, #month_select2 {
	height:16px;
	width:auto;
	float:left;
}

#month_select a:link, #month_select a:visited, #month_select2 a:link, #month_select2 a:visited {
	width:20px;
	height:20px;
	background:#e3ebf3;
	color:#00478d;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	text-decoration:none;
}

#month_select a:hover, #month_select2 a:hover {
	background:#e3ebf3;
}

span.month_act {
	width:20px;
	height:20px;
	background:#e3ebf3;
	color:#00478d;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

span.month_inact {
	width:20px;
	height:20px;
	background:#e3ebf3;
	color:#8fb1d2;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}


/***************************************************************************/
/*                           Formularformatierungen                        */
/***************************************************************************/

input, textarea, submit {
  border: #4075aa 1px solid;
  background:#e3ebf3;
}



/***************************************************************************/
/*                                Seitenlayout                             */
/***************************************************************************/

body {
  margin:0px; 
  background-color: #ffffff; 
  font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

#container {
  width: 760px;
  left: 50%;
  position:absolute;
  margin-left: -380px;
  height: auto;
  min-height:400px;
  background-color: #FFFFFF;
}

#header {
  clear:both;
  width: 760px;
  height: 212px;
  display:block;
}

#menu {
  padding-left: 42px;
  width: 160px;
  height: auto;
  margin-top:45px;
  margin-right:47px;
  margin-bottom:40px;
  float:left;
}


#content {
	margin-top:45px;
  width:400px;
  height:auto;
  min-height:400px;
  float:left;
  display:block;
}

.clearfix {
	clear:both;
}

#content_input {
  font-size: 11px;
  /*Haupttext-Farbe*/
  color: #222222;
  width:420px;
  height:auto;
  padding-left:57px;
  margin-bottom:40px;
}

#footer {
  width: 760px;
  height: 85px;
  background: url(bitmaps/footer_moll.jpg) no-repeat;
  clear:both;
	color: #ffffff;
	font-size:10px;
	padding-top:2px;
	text-align:center;
}


/**********************************************************/
/*                     Fehlerklassen                      */
/**********************************************************/


.fehler {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  color: #d40027;
}

#call_ok {
  width: 400px;
  height: auto;
  padding-top:15px;
  padding-bottom:15px;
  min-height: 60px;
  font-weight:bold;
  color:#00a33d;
  padding-left:15px;
  padding-right:15px;
  background:#bfe8ce;
  border: 1px solid #00a33d;
  margin-bottom:10px;
  float:none;
}

/* IE6-Hack */
*html #call_ok {
  height: 100px;
}

#call_fehler {
  width: 400px;
  height: auto;
  padding-top:15px;
  padding-bottom:15px;
  min-height: 60px;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  color:#d40027;
  background:#f4bfc9;
  border: 1px solid #d40027;
  margin-bottom:10px;
  float:none;
}


/* IE6-Hack */
*html #call_fehler {
  height: 100px;
}

#call_ok span.head, #call_fehler span.head{
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px;
  display:block;
}



