/*
 * $CRT 01 Aug 2006 : hb
 *
 * $AUT Holger Burkarth
 * $DAT >>main.css<< 11 Sep 2007  15:35:14 - (c) proDAD
 *
 * $VER: 1.0.2 (11.09.2007) (@ Copyright 2007 proDAD GmbH)
 */


/*
 * Grunddefinition der Seiten.
 */
body
{
	padding:			0px;
	margin:				2px;
	color:				black;
	background-color:	white;
}







/*********************************************************************/
/*********************************************************************/
/*********** D e s i g n 01 ******************************************/
/*********************************************************************/
/*********************************************************************/

#Design01
{
	height:    100%;
	border:    0px;
	padding:   0px;
	margin:    0px;

	/* wird von ie6 nicht unterstützt, jedoch vom FireFox 1.5 */
	max-width: 55em; /* empirisch ermittelt: "heroglyph_std_details.html" */

	/* In Verbindung mit max-width den Inhalt zentrieren. */
	margin-left:auto; margin-right:auto;


	background-color:	white;
	font-family:		Arial, Verdana, Sans-Serif;
	color:				#555555;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/* Zuerst alle Images ohne Rahmen
 * Dies wird (später/unten) spezifisch überschrieben
 */
#Design01 img
{
	border: 0px;
}


/* Standard Link
 */
#Design01 a:link
{
	text-decoration: underline;
	color: #3333aa;
}

#Design01 a:visited
{
	color: #606088;
}

#Design01 a:hover
{
	color: #aa3333;
	background: #eeeecc;
}

#Design01 a:active
{
	color: #888866;
}


/*
 ******** alle klickbaren Images mit hover ausstatten
 */
#Design01 a img
{
	border: 2px solid white;
}

#Design01 a:hover img
{
	border: 2px solid #990000;
}


/* Anmerkung */
#Design01 .notice
{
	font-weight: normal;
	text-align:  right;
	color: #bbbbbb;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}


#Design01 p
{
	text-align: justify;
}

#Design01 form
{
	margin: 0px;
	padding: 0px;
}


#Design01 .linemark2
{
	color:            black;
	background-color: #fff0a0;
	padding:          1px 6px;
}




/* Layout
 *
 * siehe asp/dep.asp
 * define: LAYOUT
 */
#Design01 .layout-head table
{
	border:  0px;
	width:   100%; /* damit Newsletter+Search rechts positioniert werden */
	margin:  0px;
	padding: 2px;
}

#Design01 .layout-main
{
	width:   100%;
	border:  0px;
	margin:  0px;
	padding: 0px;
}

#Design01 .layout-head
{
	vertical-align: top;
	margin:  0px;
	padding: 0px;
	height:  60px;
	background-color: #eec000;
	background-image: url(gfx/head.png);
	background-position: left top;
}

#Design01 .layout-head a img
{
	margin: 1px;
	border: 1px solid #cccccc;
	background-color: white;
	padding: 0px 4px;
}

#Design01 .layout-head a:hover img
{
	border: 1px solid #aa4444;
}


#Design01 .layout-footnote
{
	font-size:  0.6em;
	margin:     0px;
	padding:    4px;
	padding-bottom:  12px;
	color:      #999999;
	text-align: center;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#Design01 .layout-topmenu
{
	margin:    0px;
	padding:   0px;
}

#Design01 .layout-submenu
{
	margin:    0px;
	padding:   8px;
	vertical-align: top;
}

#Design01 .layout-content
{
	font-size: 0.85em;
	margin:    2px 1em;
	padding:   2px;
	vertical-align: top;
}

/* wie oben, wird jedoch ohne horizontale Begleiter angezeigt */
#Design01 .layout-content-only
{
	font-size: 0.85em;
	vertical-align: top;
	margin:    1em;
}

/* h1 dient als Seitenüberschrift */
#Design01 .layout-content h1, #Design01 .layout-content-only h1
{
	font-size:           1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#Design01 .layout-content h1 .label, #Design01 .layout-content-only h1 .label
{
	font-size: 0.7em;
	color:     #999999; /* heller als Std */
}

/* h2 dient als Standard-Überschrift */
#Design01 .layout-content h2, #Design01 .layout-content-only h2
{
	font-size:      1.6em;
	margin-top:     2.0em; /* zum Vorgänger Platz lassen */
	margin-bottom:  0.2em; /* damit der folgende Text an die Headline anschließt */
}

/* h3 dient als Unter-Überschrift */
#Design01 .layout-content h3, #Design01 .layout-content-only h3
{
	font-size:      1.2em;
	margin-top:     1.4em; /* zum Vorgänger Platz lassen */
	margin-bottom:  0.2em; /* damit der folgende Text an die Headline anschließt */
}

#Design01 .layout-content ul, #Design01 .layout-content-only ul
{
	margin-top:  0.2em; /* damit Aufzählungen sofort beginnen */
}

#Design01 .layout-content-td
{
	vertical-align: top;
	width:          100%;
}





/*********************************************************************/
/*********** optional zu Design01 ************************************/
/*********************************************************************/


/* Text "leicht" anzeigen - dient dem Zurückstellen von Infos
 */
#Design01 .light
{
	color: #aaaaaa; /* heller als Grundfarbe*/
}


/* Status anzeigen - z.B. "Searching ..."
 */
#Design01 .state
{
	font-size: 0.9em;
	background-color:	#aa4444;
	color:				white;
	padding: 2px 1em;
}


/* Text "markiert" anzeigen
 */
#Design01 .mark
{
	background-color:	#f0f0f0;
	font-weight: bold;
	padding: 0px 2px;
}








/*
 *********** Via DIV eine farbige Box anlegen ***********
 *
 * Beispiel:
 *  <div class="blkmark" >
 *   text
 *  </div>
 */
#Design01 .blkmark
{
	background-color: #fff0a0;
	border: 1px solid #e0c080;
	padding: 5px;
}




/*
 *********** eine (Info) Box anlegen ***********
 *
 * Beispiel:
 *  <div class="box" >
 *   <h2>Überschrift</h2>
 *   text
 *  </div>
 */
#Design01 .box
{
	background-color: #f4f4f4;
	border:  2px solid #cccccc;
	margin:  2em 0px; /* Anstand der Box nach oben/unten groß halten */
	padding: 0.7em;
}

/* Titel der Box */
#Design01 .box h2
{
	margin:        0px;
	margin-bottom: 1em;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#Design01 .box dl
{
	margin: 0px 2em;
}

#Design01 .box dt
{
	font-weight:   bold;
	margin-top:    1em;
	margin-bottom: 2px;
}

#Design01 .box dd
{
	margin-bottom: 2px;
}


/* kleinen Text */
#Design01 .box .tiny
{
	color: #999999;
	font-size: 0.7em;
}


/*
 *********** eine (Info) Box anlegen ***********
 *
 * Beispiel:
 *  <div class="box2" >
 *   <h2>Überschrift</h2>
 *   text
 *  </div>
 */
#Design01 .box2
{
	background-color: #e4f4e4;
	border:  2px solid #aaccaa;
	margin:  2em 0px; /* Anstand der Box nach oben/unten groß halten */
	padding: 0.7em;
}

/* Titel der Box */
#Design01 .box2 h2
{
	margin:        0px;
	margin-bottom: 1em;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaCCaa;
}




/*
 *********** eine Legende anlegen ***********
 *
 * Beispiel:
 *  <div class="legende" >
 *   <h2>Überschrift</h2>
 *   text
 *  </div>
 */
#Design01 .legende
{
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	margin: 1em 4px; /* Anstand der Box nach oben/unten groß halten */
	padding:   0.5em;
	width:     20%;      /* möglichts klein halten */
	font-size: 0.65em;
}

/* Titel der Box */
#Design01 .legende h2
{
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 0.5em;
}


#Design01 .legende_key
{
	font-family:		Courier, Lucida-Console, Verdana;
	background-color:	#555555;
	color:				#f8f8f8;
	font-weight: bold;
	padding: 0px 2px;
	margin: 2px;
}













/*
 ******** Segmentierte Box für z.B. Liste der Produkte ***********
 */
#Design01 .segment_strong
{
	width: 96%;
	border: 1px solid #eeeeee;
	margin: 0px;
	margin-bottom: 1.3em;
	padding: 0.3em;
	padding-bottom: 1px;
	background-color: #f8f8f8;
	filter: progid:DXImageTransform.Microsoft.Gradient
	 (startColorStr='#ffffff', endColorStr='#f0f0f0', gradientType='0');
}

#Design01 .segment_strong table
{
	border:  0px;
	width:   100%;
	margin:  0px;
	padding: 0px;
}

#Design01 .segment_strong h2
{
	margin:  0px;
	padding: 0px;
	padding-bottom: 0.2em;
}

#Design01 .segment_strong strong
{
	font-weight: bold;
	color: #444444; /* dunkler als Basistext-Farbe */
}


#Design01 .segment_strong .links
{
	width: 100%;
	text-align: left;
	margin:      0px;
	margin-top:  0.2em;
	padding:     3px;
	background-color: white; /* heller als Hintergrund der gesamten Segment-Box */
	border: 1px solid #e0e0e0;

}



#Design01 .linklist
{
	font-size: 0.85em;
	width: 97%;
	text-align: left;
	margin: 1.0em 4px;
	padding: 6px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
}


















/*********************************************************************/
/*********** TopMenu - Menu zu Design01 ******************************/
/*********************************************************************/


#Design01 .TopMenu
{
}

#Design01 .TopMenu ul
{
	font-size:		0.8em;
	margin:			0px;
	padding:		4px;
	padding-left:	2em;
	padding-right:	2em;
	border-top:			1px solid #aaaa77;
	border-bottom:		1px solid #aaaa77;
	background-color:	#ffe78f;
}

#Design01 .TopMenu li
{
	display:    inline;
	list-style: none;
	margin:     0px;
	padding:    2px;
	text-align:	center;
	border:     0px;
}

#Design01 .TopMenu li a
{
	text-decoration: none;
	margin:         0px;
	padding:        2px;
	padding-left:   0.5em;
	padding-right:  0.5em;
	border:     1px solid	#ffe78f;
	white-space:    nowrap; /* Links nicht umbrechen */
	font-weight:    bold;
}

#Design01 .TopMenu li a:hover
{
	background-color:	#ffffff;
	border:     1px solid #aa4444;
}


#Design01 .TopMenu .languages
{
	display: inline;
	margin:  0px;
	padding: 0px;
	font-size: 10px;
}


#Design01 .TopMenu .languages a
{
	border:  0px;
	margin:  0px;
	padding: 0px;
}

#Design01 .TopMenu .languages a:hover
{
	border:  0px;
	margin:  0px;
	padding: 0px;
}

#Design01 .TopMenu .languages img
{
	border:  2px solid	#ffe78f;
	margin:  0px;
	padding: 0px;
	vertical-align: middle;
}

#Design01 .TopMenu .languages a img
{
	border:  1px solid	#ffe78f;
	margin:  0px;
	padding: 0px;
}

#Design01 .TopMenu .languages a:hover img
{
	border:  1px solid #aa4444;
	margin:  0px;
	padding: 0px;
}











/*********************************************************************/
/*********** Design für die Description bzw. Cms *********************/
/*********************************************************************/




#Design01 .dsc img
{
	border: 2px solid #777777;
}

#Design01 .dsc i
{
	text-decoration: none;
	color: #55AA55;
	font-weight: bold;
}

#Design01 .dsc u
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.07em;
}









/*********************************************************************/
/*********** Bewertung ***********************************************/
/*********************************************************************/


#Design01 .Rating
{
  text-align: right;
  font-size: 0.85em;
}

#Design01 .Rating fieldset
{
  width: 14em;
  padding: 0.5em;
  padding-left: 0px;
  text-align: left;
  background-color: #f8f8f8;
  filter: progid:DXImageTransform.Microsoft.Gradient
   (startColorStr='#ffffff', endColorStr='#eeeeee', gradientType='0');
}

#Design01 .Rating legend
{
  font-weight: bold;
  padding-bottom: 1.0em;
  color: #336699;
}

#Design01 .Rating ul
{
  list-style-type: none;
  margin: 1em;
  margin-top: 0.2em;
}

#Design01 .Rating li
{
	white-space: nowrap; /* Links nicht umbrechen */
}








/*********************************************************************/
/*********** nicht Design bezogen ************************************/
/*********************************************************************/



/* Anzeige unterdrücken
 */
.none
{
	display: none
}



.htmlvalidator img
{
	border: 0px;
}




