/* Global Resetting */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	/*	font-size: 62.5%;/* reset font-sizes to 1em == 10px */
	font-size: 81.3%; /* reset to 1em = 13px */
	font-family: DroidSansRegular, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
}
* {
	font-size: 1.0em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: inherit;
	list-style:none;
}
b, strong, dt {
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
}
a {
	color: #99CA3A;
}
a img {
	border:0;
}
dl {
	display: block;
}
dd {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	color: #CCC;
}
dt {
	font-size: 0.8em;
	display: block;
}
/* Layout CSS */
#header {
	margin:0 auto;
	width:920px;
}
#header {
	margin-top: 30px;
}
#header h1 {
	color:#fff;
	font-size:1.3em;
	padding-left:220px;
}
#navigation {
	padding-bottom: 30px;
}
#navigation li {
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
	color: #99CA3A;
	text-align: left;
	padding-left: 230px;
	display: block;
}
#navigation li.current, #navigation li.section {
	text-align: right;
	padding-left: 0px;
	width: 220px;
}
#navigation a {
	text-decoration: none;
	color: #99CA3A;
}
#navigation a:hover, #navigation a.current, #navigation a.section{
	text-decoration: none;
	color: #002652;
}

.container_green {
	background-image: url(../images/container-green.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow: hidden;
}
.container_blue {
	background-image: url(../images/container-blue.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow: hidden;
}
#content {
	overflow: hidden;
}
div.breadcrumbs {
	margin-bottom:10px;
	font-size:1.0em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}
#footer {
	clear:both;
	padding: 20px 0;
}
#footer h3 {
	color: #AAA;
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: bold;
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#footer p, #footer li {
	color: #AAA;
	font-size: 0.85em;
	line-height: 1.1em;
	margin: 4px 0 0 0;
}
#footer p {
	color: #CCC;
}
#footer a {
	color:#AAA;
	text-decoration: none;
}
#footer a:hover {
	color:#333;
	text-decoration: underline;
}
a.klitsche {
	background: transparent;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	overflow:hidden;
	float:right;
}
a.klitsche:hover {
	background: transparent;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.images {
	padding-bottom: 10px;
}
.fancybox-custom-title {
	text-align: left;
}
.fancybox-custom-title span {
	float:right;
}
.fancybox-custom-title strong {
	display:block;
}
.fancybox-custom-title a {
	cursor: pointer;
}

/* download files */
a.secured {
	padding-left: 16px;
	background: url(../images/secured-blue.png) top left no-repeat;
}
a.secured:hover {
	padding-left: 16px;
	background: url(../images/secured-yellow.png) top left no-repeat;
}
