html {
	height: 100%;
	/*overflow: -moz-scrollbars-vertical; ruckeln verhindern im FF - hori-Scroll verschwindet*/
}

body {
	height: 100%;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.1%;
}

/* Initialisierung der verwendeten Blockelemente */
p, h1, h2, h3, h4, h5, h6, form, ul, li, div, legend, fieldset {
        margin:0;
        padding:0;
}

p,li,td,dd,label,div#content span {
	font-size: 1em;
}

td p, th p, td li, th li, th dd, td dd {
	font-size: 1em;
}

img {
	border: none;
}

a {
	color: #011F3E;
	text-decoration: none;	
}

a:focus,
a:active
{
	background-color: #B1B3B4;
}

.screenreader_info,
div#corpus_men h2,
div#corpus_women h2
 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

/* oberer Bereich */
div#frame {
	position: relative;
	margin: 0 auto 0 auto;
	height: auto;
	font-size: 0.8em;
	}

div#header {
	width: 60em;
	position: relative;
	margin: 30px auto;
	text-transform: uppercase;	
	}
	
div#header div#info {
	font-size: 1.9em;
	color: #003B77;
	margin-left: 80px;
	}
	
div#header div#info h1 {
	padding-top: 19px;
	font-size: 1.3em;
	font-weight: normal;
	}	

div#header div#info img {
	float: left;
	margin-right: 20px;
	}	
	
div#header div#info span {
	padding-left: 110px;
	}	

/*Corpus*/

div#corpus_frame {
	width: auto;
	}

div#corpus {
	width: 60em;
	position: relative;
	margin: auto auto;
	}
	
div#corpus_men,
div#corpus_women
 {
	width: 60em;
	position: relative;
	margin: auto auto;
	/*height: 216px;*/
	height: 16.9em;
	}	
	
div#corpus_men img.packung {
	margin-left: 80px;
	margin-right: 20px;
	float: left;
	}
	
div#corpus_women img.packung {
	margin-left: 20px;
	margin-right: 80px;
	float: right;
	}			
	
div#line_men {
	background: #735298 url("/images/common/startline_men.gif") left center no-repeat;
	height: 10px;
	}
	
div#line_women {
	background: #003B77 url("/images/common/startline_women.gif") right center no-repeat;
	height: 10px;
	}	
	
div#corpus_men ul {
	margin-top: 20px;	
	margin-left: 474px;	
	list-style-type: none;
	}
div#corpus_men ul li {
	list-style-image:  url("/images/common/list_men.gif");
	line-height: 20px;
	}	
	
div#corpus_men p {
	margin-top: 20px;	
	}	

div#corpus_women p {
	margin-top: 20px;	
	margin-left: 120px;	
	}	
	
*:not(hr) div#corpus_women p /*FF*/  {
        margin-top: 0px;
                   }	
				   
*:not(hr) div#corpus_women p img /*FF*/  {
        margin-top: 20px;
                   }				   
	
div#corpus_women ul {
	margin-top: 20px;	
	margin-left: 120px;	
	list-style-type: none;
	}	
	
div#corpus_women ul li {
	list-style-image:  url("/images/common/list_women.gif");
	line-height: 20px;
	}
	
.space {
	height: 20px;
		}		

/*Footer*/

div#foot {
	margin-top: 40px;
	/*border-top: 1px solid #D7DADB;*/
	height: auto;
	font-size: 0.7em;
	color: #003B77;
	text-align: center;
	}
	
div#foot a {
	text-decoration: underline;
	color: #003B77;
	}	
	
div#content hr {
	background-color:#C5C6C7;
	color:#C5C6C7; 
	border: #C5C6C7; 
	height: 1px; 
	clear: both;
}