/**
* CSS
* 
* @version 02.03.2009
* @author Martin Odehnal
*/

* {
	margin: 0px;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 16px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a img { 
	border: none; 
}
#menu {
	width: 215px;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
}
#menu  strong  {
	color: #333333;
}

#menu  a {
	text-decoration: none;
	color: #333333;
}
#menu a:hover {
	text-decoration: none;
	background-color: #FFFF99;
}
#menu ul {
	list-style: none;
	margin: 12px 0;
}
#menu ul li.section-title {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #000000;
}
#menu  li.active a {
	background-color: #FFFF99;
}
#content {
	height: 100%;
	margin: 0 0 0 220px;
	top: 0;
}
.container {
	padding: 18px;
}
#content strong {
	display: block;
	margin-bottom: 12px;

}
#content br {
	line-height: 0px;
	margin: 0;
	padding: 0;
}

#content u {
	font-weight: bold;
	text-decoration: none;
}
#content p {
	width: 500px;
	margin: 0 0 12px 0;
}
.container img {
	margin: 0px 0 10px;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 0; padding: 0; 
}
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 8px 0;
}
#once { 
	clear: left; 
}
#footer {
	position: fixed;
	bottom: 25px;
}
