/*
* Martin-Weller-Stiftung
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: August 2008
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #792a00; text-decoration: none; } /*color: #524f4b;*/
a:hover { text-decoration: underline; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}




/*
* STRUCTURE
*
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #3d3d3d;
	background-image: url(../images/htg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #c6c2b9;
	text-align: center;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	/*width: 1030px;*/
	width: 950px;
	margin: 10px auto 10px auto;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	}

#containerHeader {
	height: 105px;
	background-color: #f0ede8;
	margin-bottom: 10px;
	position: relative;
	}

#containerMain {
	background-image: url(../images/htg_container.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 950px;
	}

#containerMarginalA {
	width: 240px;
	background-color: #f0ede8;
	float: left;
	}
	
#containerCenter {
	width: 700px;
	float: right;
	}

#containerBottom {
	width: 700px;
	margin: 0 auto 10px auto;
	background-color: #fff;
	padding: 10px 10px 10px 260px;
	text-align: left;
	}



/*
* Navigation Elements
*
*/
/* Navigation A */
.navigationA {
	padding: 10px 0 40px 20px;
	}

.navigationA li {
	padding: 6px 0;
	background-image: url(../images/htg_navA.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}

.navigationA li.first {
	background-image: none;
	}
	
.navigationA li a {
	padding-left: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #898582;
	display:block;
	}

.navigationA li a.active {
	text-transform: uppercase;
	background-image: url(../images/icon_navA.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	}

.navigationA li a:hover {
	}

.navigationB li {
	padding: 2px 0;
	background-image: none;
	}

.navigationB li a {
	font-weight: normal;
	padding-left: 14px;
	display:block;
	}

.navigationB li a.active {
	text-transform: none;
	}
.navigationC {
	padding:0 0 0 14px;
	}
.navigationC li {
	padding: 2px 0;
	background-image: none;
	}

.navigationC li a {
	font-weight: normal;
	padding-left: 14px;
	display:block;
	}

.navigationC li a.active {
	text-transform: none;
	}


/* Navigation Breadcrump */
.navigationBreadcrump {
	height: 20px;
	/*width: 950px;*/
	width: 700px;
	background-color: #822e02;
	position: absolute;
	bottom:0;
	font-size: 9px;
	padding-left:250px;
	/*color:#CD8054;*/
	color: #fff!important;
	}

.navigationBreadcrump li {
	float: left;
	margin:4px 0;
	}

.navigationBreadcrump li a {
	/*font-size: 9px;
	color: #cd8054;*/
	color: #fff!important;
	padding: 4px 0;
	display: inline;
	}

.navigationBreadcrump li.home {
	padding-left: 250px;
	}
	
	
/* Navigation Service */
.navigationService {
	right:15px;
	top:15px;
	position: absolute;
	}
	
.navigationService li {
	float: left;
	}
	
.navigationService li a {
	display: block;
	padding-left: 8px;
	font-size: 11px;
	color: #6f6e6a;
	}
	

/* Navigation Service */
.navigationBottom {
	}
	
.navigationBottom li {
	float: left;
	}
	
.navigationBottom li a {
	display: block;
	padding-right: 8px;
	font-size: 11px;
	color: #6f6e6a;
	}

.copyright {
	float: left;
	padding-right: 8px;
	font-size: 11px;
	color: #6f6e6a;
	}
	

/*
* Other Elements
*
*/
/* Logo */
#logo {
	left: 0;
	position: absolute;
	top: 0;
	}

#keyImage {
	margin-bottom: 10px;
	}

#search {
	right: 15px;
	position: absolute;
	top: 45px;
	}
	
#search input.serachTerm {
	float:left;
	width: 120px;
	}
	
#search input.searchButton {
	float:left;
	padding: 1px 10px;
	}

#search a {
	padding: 2px 0 0 15px;
	font-size: 11px;
	color: #6f6e6a;
	float: right;
	text-align: right;
	}

/*
* General Content Styles
*
*/



/*
* General Form Styles
*
*/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #737270;
	padding: 2px 4px;
	color: #6f6e6a;
	}

.csc-form-fieldcell input {
	border: 1px solid #c6c6c6;
	color: #727272;
	width: 280px;
	}
	
.csc-form-fieldcell textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #c6c6c6;
	padding: 2px 4px;
	color: #727272;
	width: 280px;
	height: 120px;
	}
	
.csc-form-fieldcell select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #c6c6c6;
	padding: 2px 2px 2px 1px;
	color: #727272;
	width: 290px;
	}
	
.csc-form-labelcell {
	padding: 2px 10px 0 0;
	vertical-align: top;
	width: 135px;
	}

.csc-form-label {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
	color: #727272;
	}

.csc-form-fieldcell {
	padding-bottom: 8px;
	}



.textBox {
	font-size: 11px;
	line-height: 18px;
	}
	
.textBox a {
	margin-left: 3px;
	padding-left: 9px;
	background-image: url(../images/icon_link.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	}
	
.textBox h2 {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
	}

.textBox h2 a {
	background-image: none!important;
	padding-left: 0;
	margin-left: 0;
	}

.textBox h3 {
	font-size: 11px;
	line-height: 18px;
	}

.textBox ul {
	margin-bottom: 15px;
	list-style-position:outside;
	list-style-type:disc;
	}


.textBox ul li {
	font-size: 11px;
	line-height: 18px;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
	}

.textBox ul li a {
	margin-left: 0;
	}


	
.textBox table tr td {
	vertical-align: top;
	}

.linkBox {
	font-size: 11px;
	line-height: 18px;
	}

.linkBox a {
	padding-left: 13px;
	background-image: url(../images/icon_link.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	}

.imageBox {	
	margin: 5px 10px 5px 0;
	float: left;
	}




.containerContentA {
	float: left;
	width: 460px;
	}
	
.containerContentB {
	width: 600px;
	}


.containerContentA h1,
.containerContentB h1 {
	font-size: 16px;
	/*font-weight: normal;*/
	padding-bottom: 10px;
	}
	
.containerContentA .textBox,
.containerContentB .textBox {
	padding-bottom: 15px;
	}

.containerContentA .linkBox,
.containerContentB .linkBox {
	padding-bottom: 10px;
	}
	
	
.contentTeaserA {
	margin: 5px 10px 15px 0;
	background-image: url(../images/htg_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}
	
.contentTeaserB {
	float: left;
	width: 220px;
	padding-right: 10px;
	}
	
.contentTeaserB .imageBox {
	margin-right: 0;
	}
	
.contentTeaserB h1 {
	font-size: 15px;
	}


.containerDetail {
	padding-right: 10px;
	margin-bottom: 10px;
	}	



.containerGallery {
	margin-right: 10px;
	}
	
.containerGallery h1 {
	font-size: 15px;
	padding-bottom: 15px;
	}

.containerGallery .textBox {
	padding-top: 15px;
	}
	
.contentGallery {
	background-color: #8a8985;
	padding: 10px 0 0 10px;
	margin:0 10px 0 0;
	}
	
.contentGallery .imageBox {
	margin: 0 10px 10px 0;
	padding: 3px;
	background-color: #fff;
	}
	
.contentGallery .imageDetail {
	padding: 5px;
	background-color: #fff;
	width: 418px;
	}
	
.contentGallery .back {
	font-size: 11px;
	margin-bottom: 10px;
	float: left;
	}
	
.contentGallery .back a {
	color: #e0dfdb;
	text-decoration: underline;
	}
	
.contentGallery .back a:hover {
	text-decoration: none;
	}
	
.contentGallery .navGallery {
	float:right;
	margin: 0 10px 10px 0;
	font-size: 11px;
	color: #e0dfdb;
	}
	
.contentGallery .navGallery a {
	color: #e0dfdb;
	}
	
.contentGallery	span { float: left; }

.contentGallery	span img { padding-top: 5px; }

.contentGallery .first a { padding-right: 14px; }
.contentGallery .prev { margin-right: 4px; }
.contentGallery .next { margin-left: 4px; }
.contentGallery .last a { padding-left: 14px; }

.contentGallery .prev a { 
	padding-left: 10px;
	background-image: url(../images/icon_prev.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	}
.contentGallery .next a { 
	padding-right: 10px;
	background-image: url(../images/icon_next.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	}

.contentGallery .navGallery .pages a {
	text-decoration: underline;
	}

.contentGallery .navGallery .pages a:hover {
	text-decoration: none;
	}
	
.contentGallery .navGallery .pages a.active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}
	
	
.contentGallery .textBox {
	color: #fff;
	}

.contentGallery .textBox h2 {
	text-transform: uppercase;
	}
	
.containerNews {
	margin-right: 10px;
	}

.containerNews h1 {
	font-size: 15px;
	padding-bottom: 15px;
	}
	
.containerNews .textBox {
	padding-top: 15px;
	}

.contentNews {
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #fff;
	/*height: 69px;*/
	overflow: hidden;
	}

.contentNews .imageBox {
	margin: 0 10px 0 0;
	padding: 3px;
	background-color: #fff;
	}
	
.contentNews h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #792a00;
	float: left;
	}

.contentNews .date {
	float: right;
	color: #792a00;
	}

.contentNews .textBox {
	margin: 0;
	padding: 0;
	width: 316px;
	float:right;
	/*float:left;*/
	}
.contentNews a{
	/*float:left;*/
}
.rowA { background-color: #f0ede8; } 
.rowB { background-color: #f5f4f0; } 
	
/*table {
	border-collapse: collapse;
	font-size: 11px;
	margin-bottom: 20px;
	width: 100%;
	}
	
table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
table tbody tr th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	}

table tbody tr td {
	vertical-align: top;
	text-align: left;
	}*/
	
	
.containerTeaser {
	float: right;
	width: 240px;
	}
	
.containerTeaser .teaserBox {
	background-color: #acaba7;
	padding-top: 10px;
	margin-bottom: 15px;
	}
	
.containerTeaser h2 {
	font-size: 11px;
	font-style: italic;
	padding: 0 10px 10px 10px;
	color: #fff;
	}

.containerTeaser .imageBox {
	padding: 4px;
	background-color: #fff;
	margin: 0 0 10px 10px;
	float: none;
	width: 212px;
	}
	
.containerTeaser .textBox p {
	padding: 8px 10px;
	line-height: 16px;
	color: #757472;
	border-bottom: 1px solid #fff;
	background-color: #f0ede8;
	}
	
.containerTeaser .textBox p a {
	padding-left: 8px;
	background-image: url(../images/icon_link_teaser.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	margin: 0;
	}

.containerTeaser .textBox p strong a {
	padding-left: 0;
	background-image: none;
	}

.serachTerm { margin-right: 10px; }

.imgCaption{
	display:none;	
	}

.csc-bulletlist{
	font-size:11px;
	line-height:18px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:15px;	
}


.address {display:none}

table.csc-uploads { font-size: 11px; } 




.tx-indexedsearch .containerForm form {
	padding: 0 0 15px 0;
	margin: 0 10px 15px 0;
	background-image: url(../images/htg_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}

.tx-indexedsearch .containerForm .formItem {
	padding: 0 0 8px 0;
	}

.tx-indexedsearch .containerForm .formItem .formLabel {
	width: 135px;
	padding: 2px 10px 0 0;
	float:left;
	text-align: right;
	}
	
.tx-indexedsearch .containerForm .formItem .formLabel label {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #727272;
	}

.tx-indexedsearch .containerForm .formItem .formField input {
	border: 1px solid #c6c6c6;
	color: #727272;
	width: 280px;
	}

.tx-indexedsearch .containerForm .searchButton {
	float: right;
	margin-right: 15px;
	}

.tx-indexedsearch p {
	font-size: 11px;
	line-height: 1.4em;
	}
	
.tx-indexedsearch p a.active {
	font-weight: bold;
	}

.tx-indexedsearch-whatis {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
	margin: 0!important;
	font-weight: bold;
	}

.tx-indexedsearch-browsebox {
	padding: 0;
	margin: 0;
	}
	
.tx-indexedsearch-browsebox p {
	padding: 0 0 20px 0;
	}

.tx-indexedsearch-browsebox .browsebox {
	padding: 0 0 20px 0;
	font-size: 11px;
	}
	
.tx-indexedsearch .tx-indexedsearch-sw,
.tx-indexedsearch .tx-indexedsearch-redMarkup {
	background-color: #ddd;
	padding: 0 1px 0 1px;
	}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {

	font-style: normal;
	}
	
.tx-indexedsearch-res {
	padding-right: 25px;
	}

.tx-indexedsearch dl dt {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0 0 5px 0;
	}

.tx-indexedsearch dl dd {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0 0 20px 0;
	}

.tx-indexedsearch dl dt .rel {
	font-weight: normal;
	color: #999;
	}

.tx-indexedsearch dl dd .meta,
.tx-indexedsearch dl dd .path {
	color: #999;
	}

#counter {
width: 170px;
text-align: right;
color:#6F6E6A;
float:left;
font-size:11px;
padding-right:8px;
float:right;
}
	