/****************************************
©2008 Struct-O-Com ::: Tammo Lüers
www.structocom.de
Last-Modified: 2008-03-13 
****************************************/
/***** UNDO*****/
:link,:visited { text-decoration:none; }
ul,ol 		{ list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img 		{ margin:0; padding:0; vertical-align:bottom; }
address 	{ font-style:normal }
table 		{ border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em; }
tr 		{ border:none; padding:0px; margin:0px; }
td 		{ border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
legend 	{ display:none; }
div, p, li, a { background-repeat:no-repeat; }

/***** RESET *****/
dl		{ margin: 0 0 0 0;}
dl dt		{ margin: 0 0 0 0;}
dl dd+dt	{ margin-top: 0;}
dl dd		{ margin: 0 0 0 0;}

ol		{ list-style: none;}
ol li		{ margin: 0 0 0 0;}
ol li ol	{ margin: 0 0 0 0;}
ol li ul	{ margin: 0 0 0 0;}

p		{ margin-bottom: 0em;}

ul		{ list-style: none;}
ul li		{ margin: 0 0 0 0;}
ul li ul	{ margin: 0 0 0 0; list-style: none;}
ul li ol	{ margin: 0 0 0 0;}

pre		{ font-size:1.2em; }

a:hover 	{ text-decoration:none; }

/***** HTML *****/
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/***** BODY *****/
body {
	height: 99%;
	color: #505050;
	background:#B2B8B6;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	}
/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
.clear {
	clear:both;
}
.warning { color:#f00; background: inherit; }

/***** CONTENT *****/
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:99.99%;
}

/***** HEADER *****/
#header {
	position:relative;
	top:0px;
	left:0px;
	height:64px;
	padding:32px 0 16px 96px;
	line-height:32px;
}

/***** CONTENT *****/
#content {
	display:block;
	clear:both;
	position:relative;
}
/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */

/***** MAIN-BLOCK => MAINCONTENT *****/
#main-block {
	margin:0 auto;
}
#main-content-block1 {
	display:block;
	padding:32px 0 20px 118px;
	height:300px;
	min-height: 300px;
	color:#505050;
	background-color:#fff;
	overflow:hidden;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#main-content-block2 {
	display:block;
	color:#505050;
	background-color:#fff;
	padding:32px 30px 20px 112px;
	height:300px;
	min-height: 300px;
	overflow:scroll;
	overflow-x:hidden;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#main-content-block3 {
	display:block;
	margin:auto;
	padding:0 0 0 118px;
	height:352px/*182*/;
	min-height: 352px/*182*/;
	color:#505050;
	background-color:#fff;
	overflow:hidden;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/***** FOOTER *****/
#footer {
	position:relative;
	top:0;
	left:0;
	background-color:#B2B8B6;
	padding:0 0 0 96px;
	width:300px;
}
#footer p a,
#footer p a:link {
	color:#959496;
	background-color:inherit;
}
#footer p a:hover {
	color:#505050;
	background-color:inherit;
}
#footer p.copy {
	color:#959496;
	background-color:inherit;
	font-size:0.75em;
	margin:24px 0 0 22px;
	float:left;
}