@import 'lib/forms.css';
@import 'lib/typography.css';
@import 'nav.css';

/* ------------------------------ */

h1.headline {
	font-size: 1.5 	em;
}

.widget * {
	margin: 0;
	padding: 0;
}

#body {
  margin-bottom: 1em;
  text-align: justify;
}

#weather * {
  margin: inherit;
  padding: inherit;
}

.widget .hd_cityName {
	padding: .5em 0;
}
.submenu {
	position: absolute;
	background: #111;
	width: 200px;
	margin-left: 276px !important;
	margin-left: -200px;
	list-style: none;
	z-index: 2;
	opacity: .60;
	filter: alpha(opacity=60); /* IE patch */
	height: 321px;
	text-align: right;
}

.date select {
  width: inherit;
}

html>body .submenu {
	* margin-left: -200px !important;
}

.submenu li {
	border-bottom: 1px solid #333;
}
.submenu a {
	position: relative;
	display: block;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
}

.submenu .active a {
	background: #666;
}

.submenu a:hover {
	background: #999;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS";
	font-size: .7em;
	background: url(../img/bg.jpg) repeat-x;
	line-height: 18px;
}


.headline {
	padding-bottom: .5em;
	border-bottom: 1px solid #999;
}

.total {
	text-align: right;
	margin-bottom: .5em;
}

.container {
	clear: both;
}

.column {
	float: left;
	width: 476px;
	border-right: 2px solid #d9d9d9;
}

.main {
	background: url(../img/bg.jpg) repeat-x;
	height: 301px;
	overflow: auto;
	padding: 10px 15px;
	color: #444;
}

.iframecontent {
	height: 450px;
	overflow: auto;
}

h1 {
	font-size: 2em;
	color: #444;
}

h2 {
	font-size: 1.4em;
}

li.item {
	list-style: none;
	padding: .5em 0;
	border-top: 1px solid #ccc;
}

.summary {
	margin: 0;
}

h2.title {
	margin-bottom: .5em;
}

.title a {
	color: #000;
	text-decoration: none;
}

.title a:hover {
	color: #c40003;
}

.wrapper {
	width: 960px;
	height: 560px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.english .wrapper {
}

.header {
	text-align: right;
}

h1.mast {
	float: left;
	margin-bottom: 0;
	margin-top: 30px;
}

.navigation {
	background: url(../img/nav_bg.gif) repeat-x;
	height: 28px;
}

.content {
	border: 2px solid #d9d9d9;
	margin-bottom: 2px;
}

.bottom li {
	list-style: none;
	margin-left: 4px;
	float: left;
	margin-bottom: 5px;
}

.bottom li.first {
	margin: 0;
}

.footer {
	background: url(../img/footer_bg.gif) no-repeat center top;
	padding-top: 1em;
	font-size: .85em;
}

.footer .tui {
	float: right;
	margin-top: -5px;
}

.footer li {
	float: left;
	margin-left: 1em;
	list-style: none;
}

.footer a, .footer p {
	color: #808080;
	text-decoration: none;
}

.pagination {
	border-top: 1px solid #ccc;
	padding: .5em 0;
}

.pagination a {
	margin: 0 5px;
}


p.lang {
	text-align: right;
	margin: 0;
	padding: 7px;
}

.subscription {
	float: right;
	margin-left: .5em;
}
.subscription .text, .subscription .text:focus {
	width: 110px;
	padding: 2px !important;
	padding: 1px;
	margin: 4px 5px;
	padding-left: 20px !important;
	background: #fff url(../img/subscription_icon.gif) no-repeat 5px center;
	color: #666;
	font-size: .85em;
}
.subscription .submit {
	display: none;
}

#teaser * {
  margin: 0;
}

.hr td {
  border: 0;
}

.hr input,
.hr select,
.hr textarea
{
  width: inherit;
  margin: 0;
}
a {
   outline: none;
  }