/*********************************************************************/
/* mamazone e.V. css                                                 */
/* designed by *105 - Multimediabüro                                 */
/* http://www.stern105.de                                            */
/*********************************************************************/

/*********************************************************************/
/* BODY                                                              */
/*********************************************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	font-size:0.7em; color:#333333; line-height:1.3;
	background:url(../images/popUp_bg_content.gif) center top #dadadc repeat-y;
	margin: 0px; padding: 0px;
		
	SCROLLBAR-FACE-COLOR: #ad0018;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
    SCROLLBAR-SHADOW-COLOR: #fff; 
    SCROLLBAR-ARROW-COLOR: #fff; 
    SCROLLBAR-BASE-COLOR: #dadadc; 
	SCROLLBAR-DARKSHADOW-COLOR: #dadadc;
	SCROLLBAR-TRACK-COLOR: #dadadc;
}


/*********************************************************************/
/* GENERALL STYLES                                                   */
/*********************************************************************/

hr {margin: 8px 0;}

* HTML #hack {width: 955px; w\idth: 906px;}
/* margin padding hack - just in case */

table {font-size:1em;}

DIV#clearer {clear:both;}

.fett {font-weight:bold;}
.red {color:#ad0018;}
.white {color:#fff;}
.black {color:#000;}
.border {border:1px solid #dcdcdc;}


/*********************************************************************/
/* OUTER AREAS DIVS                                                  */
/*********************************************************************/

DIV#outerLeft {
	position:absolute; left:0; top:0;
	width:50%; height:124px;
	background:url(../images/popUp_bg_outerLeft.gif) top right repeat-x;
}

DIV#outerRight {
	position:absolute; left:50%; top:0;
	width:50%; height:124px;
	background:url(../images/popUp_bg_outerRight.gif) top left repeat-x;
}

/*********************************************************************/
/* LAYOUT DIVS                                                       */
/*********************************************************************/

DIV#totalarea{
	position: absolute;
	width: 600px; height:101%;
    left:50%; top:0;
	margin-left:-300px;}

DIV#header {position:relative; width:600px; height:124px;}
	
DIV#contentarea { position:relative; float:left; width:600px; padding:0px 0px 50px 0px;}



/*********************************************************************/
/* CONTENT DIVS                                                      */
/*********************************************************************/
	
DIV#content {position:relative; float:left; width:495px; margin:62px 36px 0 36px;}

/* Textblock  with or without images *********************************/
DIV#content .block {float:left; margin-bottom:14px;}
DIV#content .item  {float:left;}

DIV#show {position:relative; clear:both; padding-left:182px;}

DIV#abc {float:left; margin:0 0 15px 0;}

/************   CONTENT DIVS   ****************************************/
.glossarNav {font-size:1em; background-color:#c8c8c8; line-height:0.5;}
A.glossarNavLetter {font-weight:bold;}
A:HOVER.glossarNavLetter {font-weight:bold;}
.glossarLetter {color:#ad0018; font-weight:bold;}

/**********************************************************************/
/* FOOTER DIV                                                         */
/**********************************************************************/
DIV#footer {position:relative; float:left; padding:25px 0;}



