@charset "utf-8";/** * Global Definitions */* {	margin: 0;	padding: 0;	color: #000;}html, body {	background-color: #e3e8fe;	font-family: Arial, Helvetica, sans-serif;	font-size: 100.01%;	height: 100%;}.clear {	clear: both;}p {	font-size: 0.875em;	padding-bottom: 1em;}a {  font-weight: bold;	color: #469d1c;	text-decoration: none;  }  a:hover {		text-decoration: underline;	}	h1 {	font-size: 1.5em;	font-weight: bold;	color: #469d1c;	margin-bottom: 1em;}/* END Global Definitions *//** * Layout: Top Part */ #top-wrap {	min-width: 1000px;	width: 100%;	height: 280px;	position: absolute;}#head-wrap {	margin: 0 auto;	width: 980px;		height: 280px;  }  .home{    width: 460px;    height: 70px;    position: absolute;    text-indent: -9999px;  }    #search {    position: relative;  	top: 200px;  	margin: 2px 0 0 10px;    /* definitions in detail: extensions.css */   }/* END Layout: Top Part *//** * Layout: Bottom Part * excluding right column -> 3col.css */ #bottom-wrap {	background: url(../images/bg_bottom.jpg) top center no-repeat;			min-width: 1000px;	width: 100%;		min-height: 450px;	overflow: hidden!important;		position: absolute;	top: 280px;	margin: 0 auto;}#main-wrap {	background: url(../images/bg_main2.jpg) center repeat-y;	margin: 0 auto;	width: 980px;			min-height: 400px;	height: auto!important;	height: 100%;	overflow: hidden!important;}#left-col {	float: left;	position: relative;	width: 250px;		margin-bottom: 20px;	}#middle-col {	/** 	 * width ist defined in 2col.css and 3col.css	 */	float: left;	position: relative;	margin-bottom: 20px;	}	#content {		padding: 0 10px 0 20px;		}		#content h2 {			font-size: 16px!important;			font-weight: bold;			color: #000;			line-height: 1.375em;			background: url(../images/bg_h2.jpg) top left no-repeat;			margin-bottom: 0.375em;			margin-top: 0.375em;			padding-left: 0.625em;		}		#content h3 {      font-size: 1em;      font-weight: bold;    }		#content p {      line-height: 1.25em;    }		#content ul {		  font-size: 0.875em;		  padding: 0 0 1em 1.25em;      }      #content ul li ul {        padding: 0 0 0 1.25em;      }    #content ol {      font-size: 0.875em;		  padding: 0 0 1em 1.5em;      }      #content ol li ol {        font-size: 1em;        padding: 0 0 0 1.5em;      }/** * The right column ist defined in 3col.css */	#footer {	text-align: center;	background: url(../images/footer.jpg) top center no-repeat;	font-size: 12px!important;	font-weight: bold;	height: 50px;	color: #fff;	padding-top: 2px;	margin: 0 auto;}/* END Layout: Bottom Part */
