/* GENERAL */


* { margin: 0; padding: 0; }

body {
	padding-top: 0.5em; font: normal 10px Arial, Verdana, Helvetica, sans-serif;
	color: black; background: #d3e9ef url(../images/bg_body.png) left top repeat-x;
}
img { font-size: 10px; border: none; vertical-align: top; }

/* titles */
h1 { font: bold 18px Arial, Verdana, Helvetica, sans-serif; }
h2 { font: bold 15px Arial, Verdana, Helvetica, sans-serif; }
h3 { font: bold 12px Arial, Verdana, Helvetica, sans-serif; } 

/* list-Links */
ul, ol { list-style-type: none; }
a { text-decoration: none; cursor: pointer; color: black; }
a:hover { text-decoration: underline; }

/* forms */
input, select { padding: 0.1em 0.5em; font-size: 11px; vertical-align: middle; border: 1px solid #aaa9a9; }

/* table */
table { border-collapse: collapse; } 

/* classes */
.clear { clear: both; height: 0; font-size: 1px; line-height: 1px; }
/* hack Ie */ .noClear { *display: none; }
.indentText { display: none; text-indent: -9000px; overflow: hidden; }

/* all */
#all { 
	position: relative; width: 94em; margin: 0 auto; padding: 0.7em 1.3em 1em 0.7em; 
	background: white url(../images/bg_shadow_all.png) right top repeat-y; 
}
#all .allCornerTl { background-image: url(../images/corner_all_tl.png); }
#all .allCornerTr { background-image: url(../images/corner_all_tr.png); }
/*
#all .allCornerBl { background-image: url(../images/corner_all_bl.gif); }
#all .allCornerBr { background-image: url(../images/corner_all_br.gif); }
*/
#header { position: relative; z-index: 200; }
#content {
	z-index: 1;
	margin: 2em 0 4em; font-size: 11px;
}
#leftContent, #rightContent, #activContent { position: relative; display: inline; }
#leftContent { float: left; width: 17.5em; }
#rightContent { float: right;  width: 15.9em; }
#activContent { float: left; width: 47em; padding-left: 2.4em; }
