@import url("styles_base.css");

html, body, div, form, img {
  margin: 0;
  padding: 0;
  border: 0;
  }

html, body {
	height: 100%;
  }

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #6e6b6b;	
	background-color: #ffffff;
  text-align: left;
	}


/*** Wrapping container ***/
#container {
	position: relative;
	width: 950px;
  margin: auto;
  padding: 20px 0 20px 0;
  }


/*** Header elements ***/
#header {
	position: relative;
	padding: 0;
	margin: 0 0 35px 0;
	}

#header a:hover {
  border: none;
  }

#technical_info {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 250px;
	height: 210px;
	}

#logo {
	padding: 0 0 15px 0;
  }


/*** Left column ***/
#column_left {
	float: left;
	width: 330px;
	background: transparent url('img/content/column_divider.gif') 310px top repeat-y;
	}

#column_left_inner {
	background: transparent url('img/content/column_divider_top.gif') 310px top no-repeat;
	}

#column_left_content {
	background: transparent url('img/content/column_divider_bottom.gif') 310px bottom no-repeat;
	padding: 0 41px 0 0;
	min-height: 95px;
	}


/*** Left menu ***/
#menu_left {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#menu_left li, #menu_left li.act {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 0;
	color: #6e6b6b;
	background: none;
  line-height: 120%;
	}

#menu_left li.act {
	color: #e8008c;
	}

#menu_left li.menu_importance0 {
	font-size: 1em;
	font-weight: normal;
	}

#menu_left li.menu_importance1 {
	font-size: 1.2em;
	font-weight: normal;
	}

#menu_left li.menu_importance2 {
	font-size: 1.4em;
	font-weight: normal;
	}

#menu_left li.menu_importance3 {
	font-size: 1.6em;
	font-weight: normal;
	}

#menu_left li.menu_importance4 {
	font-size: 1.8em;
	font-weight: normal;
	}

#menu_left li.menu_importance5 {
	font-size: 2em;
	font-weight: normal;
  line-height: 100%;
	}

#menu_left li a, #menu_left li a:link, #menu_left li a:visited {
	color: #6e6b6b;
	
	}

#menu_left li.act a, #menu_left li.act a:link, #menu_left li.act a:visited {
	color: #e8008c;
	}

#menu_left li a:hover {
	color: #00a893;
	border-bottom: 1px dotted #00a893;
	}


/*** Middle column ***/
#column_middle {
	float: left;
	width: 315px;
	}

#column_middle_content {
	padding: 0;
	}

#column_middle_content p {
	font-weight: normal;
	}

#column_middle_content img {
	border: 3px solid #c9c9c9;
	}


/*** Right column ***/
#column_right {
	float: right;
	width: 290px;
	background: transparent url('img/content/column_divider.gif') left top repeat-y;
	}

#column_right_inner {
	background: transparent url('img/content/column_divider_top.gif') left top no-repeat;
	}

#column_right_content {
	background: transparent url('img/content/column_divider_bottom.gif') left bottom no-repeat;
	padding: 0 0 0 21px;
	min-height: 95px;
	}

#column_right_content img {
	border: 3px solid #c9c9c9;
	}


/*** Bottom column ***/
#column_bottom {
	float: right;
	width: 620px;
	}


/*** Classes ***/
div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	overflow: hidden;
	}

span.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}


/* Sitemap */
#column_left div.map_level1 {
  margin: 0.5em 0 0.5em 0;
  font-size: 1.1em;
  background: url('img/content/sitemap_level.gif') 5px 0.1em no-repeat;
  padding: 0.1em 0 0 20px;
  }

#column_left div.map_level1 a, #column_left div.map_level1 a:link, #column_left div.map_level1 a:visited {
  font-weight: bold;
	border-bottom: 1px dotted #B98C66;
  }

#column_left div.map_level1 a:hover {
	border-bottom: 1px solid #B98C66;
	}

#column_left div.map_level2 {
  background: url('img/content/sitemap_level.gif') 20px 0.1em no-repeat;
  margin: 0.5em 0 0.5em 0;
  padding: 0.1em 0 0 40px;
  }

#column_left div.map_level2 a, #column_left div.map_level2 a:link, #column_left div.map_level2 a:visited {
	color: #404040;
	border-bottom: 1px dotted #404040;
  }

#column_left div.map_level2 a:hover {
	color: #404040;
	border-bottom: 1px solid #404040;
	}

#column_left div.map_level3 {
  background: url('img/content/sitemap_level.gif') 45px 0.1em no-repeat;
  margin: 0.5em 0 0.5em 0;
  padding: 0.1em 0 0 65px;
  }

#column_left div.map_level3 a, #column_left div.map_level3 a:link, #column_left div.map_level3 a:visited {
	color: #404040;
	border: none;
  font-weight: normal;
	border-bottom: 1px dotted #404040;
  }

#column_left div.map_level3 a:hover {
	color: #404040;
  font-weight: normal;
	border-bottom: 1px solid #404040;
  }


/* News */
div.news_item {
	margin-bottom: 20px;
	}

div.news_item p.date {
	margin: 0;
	padding: 0;
  font-size: 0.85em;
  font-weight: bold;
	}

div.news_item h2 {
	margin-bottom: 4px;
	color: #ffffff;
	}

div.news_item h2 a, div.news_item  h2 a:link, div.news_item h2 a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	}

div.news_item h2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	}

div.news_item p {
	margin-bottom: 20px;
	padding: 0;	
	}

div.news p.date {
	margin: 0 0 20px 0;
	font-size: 1.1em;
  font-weight: bold;
	}

div.news p.subtitle {
	font-style: italic;
	}


/*** News paging ***/
div.tx-ttnews-browsebox {
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
	}

div.tx-ttnews-browsebox table {
	margin: 0;
	display: inline;
	}

div.tx-ttnews-browsebox table th, div.tx-ttnews-browsebox table td {
	background-color: transparent;
	padding: 0 2px;
	}

div.tx-ttnews-browsebox a, div.tx-ttnews-browsebox a:visited, div.tx-ttnews-browsebox a:hover {
	padding: 0 3px;
	margin: 1px 2px;
	text-decoration: none;
	}

td.tx-ttnews-browsebox-SCell a {
	margin: 0 1px;
	border: 1px solid #003BD2;
	}


/* Contact form */
table.contact_form {
	margin: 10px 0 10px 0;
	}

table.contact_form th {
	padding: 1px 20px 0px 0px;
	}


/* Indexed search */
table.search_result {
	width: 100%;
	margin: 20px 0 0 0;
	}

table.search_result th.icon {
	width: 2%;
	}

table.search_result th.rating {
	width: 8%;
	text-align: right;
	}

table.search_result th.description {
	width: 90%;
	}

table.search_result td.info {
	font-style: italic;
	}
