/* overall settings */
HTML {
	height:100%;
}

BODY {
	height:100%;

	margin:0;
	padding:0;

	background-color:#f8f8f8;
	font-family:"Trebuchet MS","Arial","Helvetica",sans-serif;
}

/* frames */
#top, #bottom, #left, #main {
	position:fixed;
}

#top, #bottom, #left {
	left:0;
	padding:0;

	background-color:#d0e0e0;
}

#top, #bottom {
	width:100%;
}

#top {
	top:0;
	height:3.25em;

	padding-top:0.5em;
	padding-bottom:0.5em;

	border-bottom:2px solid #9ca8a8; 
}

#bottom {
	bottom:0;
	height:1em;

	padding-top:0.5em;
	padding-bottom:1em;

	border-top:2px solid #9ca8a8;
}

#left {
	top:4.25em;
	bottom:2.5em;
	width:10em;

	padding-top:2em;

	border-right:2px solid #9ca8a8;
}

#main {
	overflow:auto;

	left:11em;
	top:5.75em;
	bottom:4.5em;
	right:0;

	padding-left:1em;
	padding-top:0.5em;
	padding-bottom:1em;
	padding-right:2em;
}

#table_top {
	width:100%;
}

#td_top_left {
	padding-left:1em;
}

#td_top_right {
	padding-right:1em;
	text-align:right;
}

#table_bottom {
	width:100%;
}

#td_bottom_left {
	padding-left:1em;
}

#td_bottom_right {
	padding-right:1em;

	text-align:right;
}

.alert {
	color:maroon;
	font-weight:bold;
}

/* headings */
H1 {
	margin:0;

	font-size:1.9em;
}

H2 {
	margin-top:0;
	margin-bottom:1em;
}

H3 {
	margin-top:2em;
	margin-bottom:0.5em;
}

H4 {
	margin-top:1em;
	margin-bottom:0.5em;
}

/* paragraphs */
P {
	margin-top:0;
}

/* lists */
UL {
	margin-top:0;
}

LI.active {
	list-style-type:square;
	font-weight:bold;
}

LI.inactive {
	list-style-type:none;
}

/* links */
A {
	border:none;
	text-decoration:none;
}

A:link, A:visited {
	color:#0000c0;
	text-decoration:inherit;
}

A:hover {
	text-decoration:underline;
}

A.nolink {
	border:inherit;
	color:inherit;
	text-decoration:inherit;
}

/* tables */
TABLE.table {
	margin-bottom:1em;

	border-collapse:collapse;
}

TABLE.table TH, TABLE.table TD {
	border:1px solid black;

	padding-top:5px;
	padding-bottom:5px;
	padding-left:1em;
	padding-right:1em;
}

/* images */
IMG {
	border:none;
}

IMG.email {
	vertical-align:baseline;
	position:relative;
	top:7px;

	width:375px;
	height:23px;
}

IMG.doc, IMG.pdf {
	border:none;
	padding-right:5pt;

	width:16px;
	height:16px;
}

#logo {
	float:right;
}

#img_stemmler {
	float:right;

	padding-left:2em;
	padding-bottom:2em;
}
