@charset "utf-8";

/* @group Reset */
/* Nullsetzen aller Interpretationen der verschiedenen Browser */

* {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6, td, th {
	font-size: 0.9em;
	font-weight: normal;
}

/* @end */

/* @group Links */

a:link			{
	text-decoration : underline;
	color: #52657e;
	background-color : inherit;
}

a:visited 		{
	text-decoration : underline;
	color: #52657e;
	background-color : inherit;
}

a:hover 		{
	text-decoration : underline;
	color: #52657e;
	background-color : inherit;
}

a:active		{
	text-decoration : underline;
	color: #52657e;
	background-color : inherit;
}

/* @end */

/* @group General */

body {
	color: #333333;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: none !important;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
}

form {
	margin: 0;
	padding: 0;
}

form br {
	clear: left;
}

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0px;
	padding-bottom: 2px;
}

h1 {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #52657e;
	text-transform: uppercase;
	font-weight: bold;
	
}

h2 {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #D8481D;
}

h3 {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #D8481D;
}

img {
	border: none;
	vertical-align: middle;
}

input.small,
input.normal,
input.normalHalfLeft,
input.normalHalfRight,
input.big,
input.plz, input.ort,
input.extraBig,
textarea {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

option {
	padding: 1px 5px 0px 5px;
}

input[type=radio],
input[type=checkbox],
input[type=image],
input[type=submit],
input[type=reset],
button {
	border: none;
}


label {
	clear: left;
	float: left;
	line-height: 22px;
	width: 160px;
}

 
legend {
	color: #999999;
	font-size: 11px;
}

select {
	border: 1px solid #CCCCCC;
}

span.input {
	display: block;
	padding: 0 0 2px 0;
}

p {
	line-height: 1.75em;
	margin: 0 0em 1em;
}

table {
	font-size: 100%;
}

td, th {
	vertical-align: top;
}

visualClear {
	clear: both;
	display: block;
}

#printPrintLink {
	padding-top:15px;
	margin-left:15px;
	float:left;
	margin-right: 20px;
	
}

#printCloseLink {
	padding-top:15px;
	margin-left:15px;
	float:left;
}

#printPrintLink a,
#printCloseLink a {
	color: #fff;
}

/* @end */

.greyed {
	color: #999999;
}

#page {
	position: relative;
	width: 895px;
	left: 50%;
	margin-left: -450px;
	border: 0px dashed red;
}
#pagecontent {
	border: 1px solid #fff;
	margin: 0 50px 50px 0;
	background: #fff;
	background-image: none !important;
	
}
#top {
	height: 20px;
	border-bottom: 1px solid #fff;
	background: url(../images/bg_top.gif) repeat-x;
	display:none;
}
#header {
	height: 160px;
	background: url(../images/bg_header.jpg) no-repeat;
	display:none;
}

/* @group tt_news-Latest / Rightside */
#box {
	position: absolute;
	left: 700px;
	top: 110px;
	width: 195px;
	display:none;
}
.news-latest-container h2 {
	color: #fff;
	padding: 3px 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	background: url(../images/bg_news-latest-container_h2.gif) repeat-x 0 bottom;
}
news-latest-container hr {
	border: none;
}
.news-latest-item {
	font-style: italic;
	color: #52657e;
	margin-top: 4px;
	background-color: #fff;
	padding: 8px 16px;
}
.news-latest-item h3 {
	letter-spacing: normal;
	display: inline;
	font-size: 11px;
	font-style: normal;
}
.news-latest-morelink A {
	display: inline;
	font-style: normal;
	text-decoration: none;
	color: #D8481D;
}
.news-latest-item h3 a,
.news-latest-morelink a {
	text-decoration: none;
}
.news-latest-item h3 a:hover,
.news-latest-morelink a:hover {
	text-decoration: underline;
}

.news-latest-gotoarchive {
	display: none;
}
/* @end */

/* @group tt_news - LIST / SINGLE */
.news-list-container h3,
.news-single-item h2 {
	border-top: 1px solid #4d617a;
	border-bottom: 1px solid #4d617a;
	font-weight: bold;
	font-size: 10px;
	color: #D8481D;
	margin: 10px 0;
	padding: 5px 0;
	text-decoration: none;
	background: url(../images/bg_news-list-container_h3.gif) repeat-y right 0;
}
.news-single-item h2 {
	background: none;
}
.news-list-container h3 a {
	color: #D8481D;
	text-decoration: none;
}
.news-list-container hr,
.news-single-item hr {
	border:  none;
}
.news-list-morelink {
	float: right;
	margin-right: 5px;
	font-style: normal;
}
/* @end */

/* @group Content */

#content {
	font-size: 12px;
	margin-left: 195px;
	padding-left: 65px;
	padding-right: 195px;
	padding-top: 50px;
}

#content ul {
	list-style-image: url(../images/list-style-type.gif);
	margin-left: 20px;
}

#content li {
	line-height: 1.75em;
}
ol {
	margin-left: 1.5em;
}
.csc-frame-frame1 h2 {
	border-top: 1px solid #4d617a;
	border-bottom: 1px solid #4d617a;
	font-weight: bold;
	font-size: 10px;
	color: #D8481D;
	margin: 10px 0;
	padding: 5px 0;
}
.csc-frame-frame1 p {
	padding-left: 19px;
}

/* @end */


/* @group Footer */


#footer {
	font-size: 12px;
	margin-left: 195px;
	padding-left: 65px;
	padding-right: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	text-align: right;
	display:none;
}
#footer a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

/* @end */

/* @group Navigation */

#nav {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	width: 195px;
	display:none;
}

#nav ul {
	list-style: none;
	margin-left: 30px;
}
#nav li {
	display: inline;
}
#nav ul li a {
	display: block;
	font-size: 12px;
	line-height: 2.0em;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

#nav ul li a:hover, #nav ul li a:active,
#nav ul li.active a {
	color: #333333;
}

#nav ul ul {
	margin-left: 0px;
}
#nav ul ul li a {
	border-left: 1px solid #bfc2cc;
	display: block;
	font-size: 10px;
	padding: 3px 5px 3px 0px;
	line-height: 1.5em;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}
#nav ul ul li a:hover, #nav ul li a:active {
	border-left: 1px solid #bfc2cc;
	color: #000;
}

#nav ul ul li.active a,
#nav ul ul li.current a {
	border-left: 1px solid #bfc2cc;
	color: #000;
}
#nav ul ul li.current a {
	background: url(../images/bg_a_current.gif) no-repeat -15px 10px;
}

/* @end */


@media print {
	#printToolbar { display:none; }
}
