/********************
* HTML PRINT CSS
********************/

* {
  margin: 0;
  padding: 0;
}

html { 
  height: 100%; 
}

body {
  height: 100%;
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  background: #000000;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover { 
  color: #dba31a; 
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
  font-size: 1em; 
}

img,fieldset { 
  border: 0; 
}

legend { 
  display: none; 
}

p {
	margin: 0 0 8px 0;
}

input,
select,
textarea {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #81807F;
	padding: 1px;
}

/********************
* TYPO3 CLASSES
********************/

.align-right   { text-align: right;   }
.align-center  { text-align: center;  }
.align-left    { text-align: left;    }
.align-justify { text-align: justify; }


/********************
* TYPO3 EXTENSIONS
********************/

/* Directmail subscribe */

		.tx_sidmailsubscribe_pi1_errormsg {
			margin-bottom: 30px;
			color: red;
		}

		.tx_sidmailsubscribe_pi1_formline {
			clear: both;
		}
	
		.tx_sidmailsubscribe_pi1_formline label {
			float: left;
			width: 100px;
			margin-bottom: 8px;
		}
		
		.tx_sidmailsubscribe_pi1_formline input {
			float: left;
			width: 200px;
			margin-bottom: 8px;
		}
		
		.tx_sidmailsubscribe_pi1_formline input.tx_sidmailsubscribe_pi1_field_gender {
			width: 20px;
		}
		
		.tx_sidmailsubscribe_pi1_formline .radio_gender {
			float: left;
			margin-right: 10px;
		}
		
		.tx_sidmailsubscribe_pi1_formline input.tx_sidmailsubscribe_pi1_field_submit {
			margin-left: 100px;
			background: #82807F;
			color: white;
			text-transform: uppercase;
			border: 1px solid white;
		}
		
		.tx_sidmailsubscribe_pi1_formline_confirm_subscribe {
			
			width: 400px;
		}
		
		.tx_sidmailsubscribe_pi1_formline_confirm_subscribe input {
			float: left;
			width: 20px;
		}
		
		
		
		.tx_sidmailsubscribe_pi1_formline_confirm_subscribe label {
			float: left;
			width: 90%;
		}
		
		.tx_sidmailsubscribe_pi1_formline .tx_sidmailsubscribe_pi1_formline_confirm_subscribe {
			/*
			position: relative;
			width: 100%;
			background: #ff3399;
			*/
		}

/* POWERMAIL */

.tx_powermail_pi1_fieldwrap_html label {
	float: left;
	width: 100px;
	margin-bottom: 8px;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
}	

.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html select,
.tx_powermail_pi1_fieldwrap_html textarea {
	float: left;
	margin-bottom: 8px;
	width: 200px;
}

.tx_powermail_pi1_fieldwrap_html_submit input {
	margin-left: 100px;
	background: #82807F;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
}

/* NEWS */

.news-single-item {
  padding: 20px;
}

#col1 .news-single-item h2 {
  padding: 0 0 1em 0;
}

.news-single-timedata {
  display: none;
}

.news-single-singleimg {
  float: left;
  margin-right: 20px;
}

.news-single-img,
.news-single-content,
.news-single-additional-info,
.news-single-backlink {
  margin-top: 1em;
}

.news-single-clearer {
  clear: left;
}

/* INDEXED SEARCH */

.tx-indexedsearch { padding: 20px; }

.tx-indexedsearch-searchbox label { margin-right: 10px; }

.tx-indexedsearch-form,
.tx-indexedsearch-search-submit {
  position: relative;
  float: left;
}

.tx-indexedsearch-res {
  position: relative;
  clear: left;
  float: none;
  margin: 0 0 15px 0;
}

.tx-indexedsearch-res h3 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
}

.tx-indexedsearch-res h3 img { padding: 3px 0 0 0; }

.tx-indexedsearch-whatis {
  position: relative;
  margin: 8px 0 0 0;
}

.tx-indexedsearch-browsebox {
  position: relative;
  margin: 0 0 8px 0;
}

.tx-indexedsearch-info { display: none; }

.tx-indexedsearch-searchbox-sword {
  border: 0 none;
  font-family: Tahoma;
  font-size: 11px;
  height: 14px;
  margin-right: 7px;
  padding: 3px;
  width: 105px;
}

.tx-indexedsearch-searchbox-button {
  background: url(../img/search_submit.png) no-repeat;
  border: 0 none;
  color: #464648;
  margin-left: 4px;
  padding: 2px;
  width: 36px;
}

/********************
* LAYOUT
********************/

/* NON DISPLAYED IDs */

#path, #sitemeta, #lang, #search, #menu, #menu2, #menu3, #sitelinks, #jump,#media { display: none; }

/* CONTAINTER */

#container {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  background: url(../img/container.jpg) no-repeat;
}

/* HEADER */

#header {
  position: relative;
  width: 1020px;
  height: 119px;
}

#header h1 {
  position: absolute;
  width: 194px;
  height: 116px;
  left: 17px;
  top: 3px;
}

#header h1 a {
  position: absolute;
  width: 100%; 
  height: 100%;
  text-indent: -999%;
  overflow: hidden;
  background: url(../img/header_h1_a.png);
}  

#header h1 span {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 50px;
}

/* CONTENT */

#content {
  display: inline;
  float: left;
  width: 732px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin: 13px 0 0 100px;
  background: url(../img/content.png);
  padding: 20px;
}

/* COL1 */

#col1 h2 {
  padding: 0 20px 10px 0;
  font-size: 14px;
  font-weight: bold;
}

#col1 {
  
}

#col1 .csc-textpic-text {
	margin-bottom: 20px;
}

#col1 .col1_content_management {
	float: left;
	width: 230px;
	margin-right: 14px;
	margin-bottom: 20px;
}

#col1 ul {
	margin-left: 20px;
}

/* COL2,COL3 */

#col2, #col3 { display: none; }


/* FOOTER */

#footer {
  clear: both;
  width: 762px;
  height: 18px;
  padding: 10px 6px 2px 100px;
  border-top: 1px solid #81807f;
  background: #212121;
}

#footer address {
  color: #e6e6e7;
  font-size: 9px;
  font-style: normal;
}

