/*
*  main stylesheet
*/


/* ****** Structure ********************************************** */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	color: #222;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
}
#wrapper {
	background: #fff url(../gfx/bg-content.gif) repeat-y;
	height: 100%;
	margin: 0 auto;
	width: 950px;
}
#bg {
	background: #fff url(../gfx/bg-content.gif) repeat-y;
	height: auto;
}
#header {
	background: #039 url(../gfx/header.gif) no-repeat top left;
	height: 78px;
	border-bottom: 1px solid #6288be;
}
#header #logo a {
	background: url(../gfx/logo-bundesanstalt.gif) no-repeat top left;
	border-bottom: 1px solid #fff;
	display: block;
	float: left;
	height: 78px;
	outline: 0;
	width: 196px;
}
#header #logo {
	background: url(../gfx/logo-thw.gif) no-repeat top right;
	display: block;
	float: right;
	height: 78px;
	outline: 0;
	width: 950px;
}
#content {
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 0 25px;
	text-align: left;
	width: 704px;
}






/* ****** Navigation ********************************************* */
#navtop {
	text-align: right;
	padding: 3px 3px 0 0;
	height: 17px;
	background: #fff;
}
#navtop a {
	text-decoration: none;
	color: #111;
}
#navtop a:hover {
	text-decoration: underline;
}

#navbreadcrumb {
	background: #039 url(../gfx/bg-breadcrumb.gif) no-repeat;
	padding: 4px 0;
	color: #fff;
	text-align: left;
}
#navbreadcrumb span {
	margin-left: 220px;
}
#navbreadcrumb a {
 color: #fff;
 text-decoration: none;
}
#navbreadcrumb a:hover {
 text-decoration: underline;
}

#nav {
	float: left;
	margin: 0;
	width: 196px;
}
#nav ul {
	font-size: 11px;
	text-align: left;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	background: #039;
	border-top: 1px solid #1443a1;
	border-bottom: 1px solid #001689;
	color: #fff;
	display: block;
	outline: 0;
	padding: 4px 5px 5px 20px;
	text-decoration: none;
	width: 171px;
}
#nav ul li .search {
	background: #039;
	border-top: 1px solid #1443a1;
	border-bottom: 1px solid #001689;
	color: #fff;
	display: block;
	outline: 0;
	padding: 4px 5px 5px 20px;
	text-decoration: none;
	width: 171px;
}
#nav ul.level-1 li.first a {
 border-top: 1px solid #1443a1;
}
#nav ul li ul li a { /* 2nd level */
	background: #436eb2;
	border-top: 1px solid #6288be;
	padding-left: 27px;
	width: 164px;
}

#nav ul li ul li ul li a {  /* 3rd level */
	background: #6288be;
	border-top: 1px solid #85a4cc;
	padding-left: 34px;
	width: 157px;
}
#nav ul li a:hover,
#nav ul li a.active {
	background-image: url(../gfx/bullet-nav.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
}






/* ****** Common ************************************************* */
a img {
	border: none;
}
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #039;
	text-decoration: underline;
}
p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0.8em 0;
	padding: 0;
}
h1 {
	border-bottom: 1px solid #039;
	color: #222;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.9em 0;
	padding: 2.1em 0 2px 0;
}
h2 {
	color: #222;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 2.1em 0 0.9em 0;
	padding: 0 0 2px 0;
}
h3 {
	color: #222;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 2.1em 0 0.9em 0;
	padding: 0 0 2px 0;
}
hr {
	background-color: #039;
	border: 0;
	color: #039;
	display: block;
	height: 1px;
	margin: 0.5em 0;
}
p.hr {
	border-bottom: 1px solid #039;
	clear: both;
	line-height: 2px;
}
#topbar {
	clear: both;
	margin: 0 0 25px 0;
	padding-top: 25px;
	border-bottom: 1px solid #039;
	line-height: 3px;
	text-align: right;
}
#topbar a {
	padding: 5px 0 5px 5px;
	outline: 0;
	text-decoration: none;
}
code {
	color: #666;
	font-size: 11px;
	line-height: 1.3em;
}
abbr,
acronym {
	border-bottom: 1px dotted #222;
	cursor: help;
	font-style: normal;
}
em {
	font-style: italic;
}
strong {
	color: #3d3d3d;
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
blockquote {
	color: #666;
	font-style: italic;
 	margin: 1em 0 1em 0;
	padding: 10px 0 10px 30px;
}
blockquote p {
	font-style: italic;
}
#content ul {
	margin: 0 0 15px 30px;
}
#content ul li {
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1.3em;

}
#content ul.nobullet li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol {
	margin: 0 0 1em 30px;
}
#content ol li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}






/* ****** main classes ******************************************* */
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 35px 35px 0 !important;
}
.alignright {
	float: right;
	margin: 0 0 35px 35px !important;
}
.hide,
.print,
.printhead {
	display: none;
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.low {
	color: #999;
}
.normal {
	color: #222;
}
.error {
	color: #8f4545;
}
.req {
	color: #039;
	font-weight: bold;
}
.small,
small {
	font-size: 11px;
}
.tiny {
	font-size: 9px;
}
a.pdf {
	background: url(../gfx/icons/pdf.png) no-repeat;
	padding: 2px 0 0 20px;

}
a.txt {
	background: url(../gfx/icons/txt.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.gfx {
	background: url(../gfx/icons/gfx.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.doc {
	background: url(../gfx/icons/doc.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.xls {
	background: url(../gfx/icons/xls.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.ppt {
	background: url(../gfx/icons/ppt.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.zip {
	background: url(../gfx/icons/zip.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.file {
	background: url(../gfx/icons/file.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.email {
	background: url(../gfx/icons/email.png) no-repeat;
	padding: 2px 0 0 20px;
}






/* ****** form elements ****************************************** */






/* ****** page elements ******************************************** */
.block {
	clear: both;
}
.ce_headline {
	clear: both;
}
.ce_gallery {
	margin: 30px 0;
}
.ce_gallery img {
	/*background: #c6d5e8;*/
	/*border: 1px solid #039;*/
	margin: 9px 32px 25px 0;
}
.ce_gallery .image_container {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.ce_gallery .caption {
	margin: -20px 0 10px 0;
}
.image_container a {
	outline: 0;
}
.image_container {
	/*border: 1px solid #039;*/
  margin-bottom: 20px;
}
.mod_newslist .image_container {
	/*border: 1px solid #039;*/
 	margin: 0 30px 20px 0;
}
#helfervereinigung .image_container {
	margin: 0 0 20px 35px;
	border: 0;
}
.mod_search .relevance {
	font-size: 11px;
	color: #999;
}
.mod_search .url {
	display: none;
}

.pagination {
	padding-top: 35px;
	margin-bottom: -35px;
}
.pagination ul {
	margin-left: -4px !important;
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
}
.pagination li a {
	padding: 2px 6px;
	border: 1px solid #039;
	text-decoration: none;
	line-height: 2em;
}
.pagination li span {
	color: #fff;
  padding: 2px 6px;
  border: 1px solid #039;
  background: #039;
  line-height: 2em;
}
.pagination p {
	display: none;
}
.col_first label {
	margin-right: 15px;
}
.col_first label.mandatory {
	margin: 0 15px 0 0;
}
.col_first span.mandatory {
	margin: 0 15px 0 -12px;
	color: #039;
}
.formbody td {
	padding-bottom: 3px;
}
.formbody input  {
	font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.formbody .radio_container span {
	display: block;
}
.formbody input.text {
	width: 200px;
	padding: 2px;
}
.formbody input.captcha {
	width: 20px;
	padding: 2px;
}
.formbody input.submit {
	padding: 3px 4px;
}





/* ****** table elements ***************************************** */

.ce_table table {
	width: 100%;
	margin-bottom: 20px;
}
.ce_table td,
.ce_table th {
	padding: 4px;
	width: 20%;
}
.ce_table thead th {
	border-bottom: 1px solid #fff;
	background: #f3f3f3;
}
.ce_table tbody th {
	font-weight: bold;
}
.ce_table tbody tr {
	text-align: left;
}
.ce_table tbody tr td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.ce_table tfoot th,
.ce_table tfoot td {
}
.ce_table .even {
	background: #c6d5e8;
}
.ce_table .odd {
	background: #e5eaf5;
}



/* ****** mini calendar ***************************************** */
.mod_minicalendar table {
	width:200px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.mod_minicalendar td {
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.mod_minicalendar td, .mod_minicalendar .active a {
	font-size:10px;
}
.mod_minicalendar .weekend {
	background-color:#f6f6f6;
}
.mod_minicalendar .today {
	background-color:#D1DDEF;
}
.mod_minicalendar .active {
	background-color:#039;
	color: #fff;
}
.mod_minicalendar .active a {
	color: #fff;
}
.mod_minicalendar .label {
	width: 20px;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	font-size:10px;
	color:#fff;
}
.mod_minicalendar .head {
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#f9f9f9;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.mod_minicalendar .current {
	background-color:#D1DDEF;
}



