html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #E5E5E5;
	font-family: arial,verdana,sans-serif;
	font-size: small;
	color: #000;
}

img {
	border: 0;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color:#000;
  text-decoration:underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}

p.login {
	padding: 0;
	margin: 0;
}

p.specialident {
	text-indent: 15px;
	font-size: 1em;
	padding: 0;
	margin: 0.1em 0 0.1em 15px;
	text-align: justify;
}

p.noident {
	font-size: 1em;
	padding: 0;
	margin: 0.1em 0 0.1em 15px;
}

p.normal {
	text-indent: 15px;
	font-size: 1em;
	padding: 0;
	margin: 0.1em 0 0.1em;
}

p.ident {
	text-indent: 30px;
	font-size: 1em;
	padding: 0;
	margin: 0 0 0.1em;
}

p.small { 
	font-size: 0.9em;
	padding: 0;
	margin: 0 0 0.1em;
}

p.title { 
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.3em;
}

p.titlespacer { 
	font-size: 0.4em;
	padding: 0;
	margin: 0 0 0 0;
}

p.maintitle { 
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.3em;
}

p.center {
	font-size: 1em;
	text-align: center;
}

p.justify {
	text-indent: 15px;
	font-size: 1em;
	margin: 0 0 0 10px;
	text-align: justify;
}

.big {
	font-size: 1.4em;
}

input.logintext {
	border: 1px solid #375022;
	font-family: Arial, Helvetica;
	font-size: small;
}

input.loginbutton {
	margin-top: 3px;
	border: 1px solid #375022;
	font-family: Arial, Helvetica;
	font-size: small;
	background-color: #EBF0E8;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin-left:0px; /* center, not in IE5 */
	background-image: url("images/div_backg.gif");
	background-color: #FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 0;
	margin: 0;
	height: 134px;
	background-image: url("images/div_header.jpg");
	background-repeat: no-repeat;
	border: 0;
}

	span.menu {
		position: absolute;
		top: 110px;
		left: 166px;		
		font-weight: bold;
		font-size: 1em;
		margin: 0;
	}

div#content {
	width: 970px;
	margin: 0;
	padding: 0px 0px 5em 0px;
	border: 0px solid #000;
}

	table#contenttable {
		width: 100%;
	}
	
	table#contenttable td {
  		border: 0px solid #000;
	}
	
		#login {
			width: 130px;
			vertical-align: top;
		}
		
		#loginform {
			width: 113px;
			padding: 5px 3px 5px 8px;
			margin-left: 2px;
			border: 1px solid #375022;
		}
		
		#maincontent {
			vertical-align: top;
			padding-top: 20px;
		}
		
		
	table.titletable {
		border: 0;
		width: 100%;
		padding:0;
		margin:0;
	}
	
		table.titletable td.first {
			border: 0px;
			width: 13px;
			padding:0;
			margin:0;
			background-image: url("images/title.gif");
			background-repeat: no-repeat;
		}
	
		table.titletable td.second {
			padding: 0px 20px 10px 5px;		
		}

	table.subtitletable {
		border: 0;
		width: 100%;
		padding:0;
		margin:0;
	}
	
		table.subtitletable td.first {
			border: 0px;
			width: 28px;
			padding:0;
			margin:0;
			background-image: url("images/subtitle.gif");
			background-repeat: no-repeat;
		}
	
		table.subtitletable td.second {
			padding: 0px 20px 10px 5px;		
		}


div#footer {
	width: 850px;
	position: absolute;
	bottom: 0; /* stick to bottom */
	padding-left: 150px;
	border-top: 6px double #D0D4D5;
}

