@charset "UTF-8";

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ffffff; 
}

#root {
	position: absolute;
	height: 620px;
	width: 1000px;
	left: 50%;
	top: 50%;
	margin: -310px 0 0 -500px;
}

#header {
	height: 170px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
}

#header #navigation {
	height: 30px;
	padding: 100px 0 0 85px;
	border-bottom: 1px solid #c21117;
}

#header #subnavigation {
	float: left;
	height: 40px;
	width: 628px;
	padding: 0 0 0 222px;
}

#header #service {
	float: right;
	height: 35px;
	width: 145px;
	text-align: right;
	padding: 5px 5px 0 0;
}

#header #service a {
	color: #666666;
	text-decoration: none;
}

#header #service a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	height: 450px;
	overflow: hidden;
	color: #ffffff;
}

#content #content-left {
	float: left;
	width: 475px;
	height: 450px;
	overflow: auto;
	background-color: #c21117;
}

#content #content-right {
	float: right;
	width: 460px;
	height: 415px;
	overflow: auto;
	padding: 20px 15px 15px 50px;
	background-color: #737d87;
}

/* +++ PLUGIN: TMailForm +++ */

.frm-input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 200px;
	padding: 3px;
}

.frm-submit {
	color: #ffffff;
	padding: 3px;
	border: 1px solid #ffffff;
	background-color: #c21117;
}

textarea {
	width: 250px;
	height: 125px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 3px;
}

.frm-error {
	font-weight: bold;
	color: #c21117;
}


/* +++ PLUGIN: TT_NEWS +++ */

#content .news-latest-container {
	padding: 0 50px 0 20px;
}

#content .news-latest-container .news-latest-item {
	margin: 0px 0px 15px 0px;
}

#content .news-latest-container .news-latest-item a {
	text-decoration: none;
}

#content .news-latest-container .news-latest-item .news-latest-date {
	font-weight: bold;
	border-bottom: 1px solid #c21117;
}

#content .news-latest-container .news-latest-item .news-latest-title {
	font-weight: normal;
}

#content .news-single-item {
	margin: 0px 0px 50px 0px;
	padding: 10px 10px 0px 0px;
}

#content .news-single-item .news-single-timedata {
	text-align: left;
	font-weight: bold;
}

#content .news-single-item h2 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 20px 0px;
}


