

/****
	NEWS CONFIG 
		****/
		
	/*** LIST ***/
	
		.news-list-item {
			margin-bottom: 24px;
		}
		
		.news-list-title h4 {
			font-style: normal;
			font-family: Tahoma;
		}
		
		.news-list-image {
			float: left;
			margin-right: 12px;
		}
		
		.news-list-image img {
			border: 1px solid #ac0019;
		}
		
		.news-list-clearer {
			clear: both;
		}
		
		.news-list-date { display: none; }
		
	/*** SINGLE ***/
	
		.news-catRootline,
		.news-single-related {
			display: none;
		}
		
		.news-single-info,
		.news-single-author {
			display: none;
		}
		
		.news-single-title h3 {
			clear: both;
			margin: 0;
		}
		
		.news-single-timedate {
			margin-bottom: 12px;
		}
		
		.news-single-subheader h4 {
			margin: 0 0 10px 0;
		}
		
		.news-single-singleimg {
			float: left;
			margin: 0 5px 0 0;
		}
		
		.news-single-singleimg img {
			border: 1px solid #ac0019;
		}
		
		.news-single-img {
			margin: 0 0 15px 0;
		}
		
		.news-single-content {
			clear: both;
			
		}
		
		.news-single-timedata {
			display: none;
		}

/****
	POWERMAIL
		****/
		
		
		.tx-powermail-pi1 fieldset {
			border: 0;
			margin: 0 0 10px 0;
		}
		
		.tx-powermail-pi1_fieldset_3 legend {
			display: none;
		}

		.tx-powermail-pi1 legend {
			font-weight: bold;
			
		}
		
		.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
			clear: both;
			position: relative;
		}
		
		.tx_powermail_pi1_fieldwrap_html label{
			float: left;
			width: 120px;
		}
		
		.tx_powermail_pi1_fieldwrap_html input {
			float: left;
		}
		
		.tx-powermail-pi1 input,
		.tx-powermail-pi1 select,
		.tx-powermail-pi1 textarea {
			border: 1px solid #666666;
			font-size: 10px;
			font-family: Tahoma;
			width: 160px;
			margin-bottom: 3px;
		}

/****
	GENERAL SCREEN CSS FILE
		****/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
	font-size: 11px;
	/*background: #faebcc;*/
	background: #e5dfdb;
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

h3, h4, h5 {
	font-size: 11px;
}

a {
	color: #ac0019;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

p {
	margin: 0 0 2px 0;
	padding: 0;
}

/****
	CONTAINTER
		****/

#container {
	position: relative;
	width: 850px;
	margin: auto;
	background: #ffffff;
}

/****
	HEADER
		****/

#header {
	position: relative;
	height: 113px;
	background: #ffffff;
	/* background: #ffffff url(../img/header.png) no-repeat; */
}

#header h1 {
	position: absolute;
	width: 218px; 
	height: 61px;
	margin: 28px 0 0 40px;
}

#header h1 a {
	position: absolute;
	width: 100%; 
	height: 100%;
	text-indent: -999999%;
	white-space: nowrap;
	font-size: 10px;
	overflow: hidden;
	background: url(../img/header_h1.png) no-repeat;
}

#header h2 {
	position: absolute;
	width: 510px; 
	height: 65px;
	margin: 25px 0 0 330px;
	text-indent: -999999%;
	white-space: nowrap;
	font-size: 10px;
	overflow: hidden;
	background: url(../img/header_h2.png) no-repeat;
}

/****
	JUMP
		****/

#jump { display: none; }

/****
	PATH
		****/

#path {
	position: relative;
	background: #ffffff;
	height: 52px;
	padding: 31px 0 0 22px;
}

#path a {
	color: #666666;
}

#path a:hover {
	color: #ac0019;
}

#path em {
	display: none;
}

#path span {
	display: block;
	background: url(../img/menu2_ul_li_a_hover.png) no-repeat left center;
	width: 8px;
	height: 16px;
	margin: 0 0 0 5px;
}

#path a,
#path span {
	float: left;
}


/****
	CONTENT
		****/

#content {
	position: relative;
	float: right;
	width: 550px;
	margin-bottom: 10px;
}

	/*** COL1 ***/

#col1 {
	position: relative;
	margin: 0 60px 30px 30px;
	width: 460px;
	font-size: 11px;
	top: -4px;
}

#col1 p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 200;
	color: #535353;
}

#col1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color:#333333;
	text-decoration: underline;
	background-color: #DDDDDD;
}

#col1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #ac0019;
}

#col1 h1 {
	display: none;
	color: #ac0019;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#col1 h2 {
	display: none;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #e40018;
	font-size: inherit;
	font-weight: inherit;
	line-height: normal;
}

#col1 h3 {
	text-indent: -999999%;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	white-space: nowrap;
	padding-bottom: 15px;
}

#col1 h3 span {
	display: block;
	width: 100%;

}




#col1 .inactive {
	display: none;

}

#col1 h4 {
	color: #ac0019;
	font-weight: bold;
	padding-bottom: 8px;
}

#col1 h4 a {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	color: #ac0019;
	text-decoration: none;
	background: none;
}

#col1 h4 a:hover {
	background: none;
	line-height: normal;
	text-decoration: underline;
	color: #ac0019;
}


#col1 li {
	color: #535353;
	margin: 0 0 3px 0;
}

#col1 .csc-textpic-text {
	padding-bottom: 15px;
}	


	/*** COL2 ***/

#col2 {
	/*position: relative;
	width: 1px;
	height: 400px;*/
}

	/*** COL3 ***/

#col3 {
	/*clear: left;
	line-height: 0px;*/
	display: none;
}

	/*** MEDIA ***/

#media {
	position: absolute;
	top: 0px;
	left: -300px;
	width: 280px;
	height: 190px;
	overflow: hidden;
}
	
/****
	SITEMETA
		****/

#sitemeta {
	position: relative;
	float: left;
}

	/*** MENU ***/

#menu {
	position: absolute;
	top: -83px;
	left: 0px;
	width: 850px;
	height: 26px;
	background: #ac0019;
	z-index: 99;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 10px;
	font-size: 0px;
}

#menu ul li { float: left; }

#menu ul li span { display: none; }

#menu ul li ul { margin: 0px; }

#menu ul li ul li {
	position: relative;
	font-size: 11px;
	background: url(../img/menu_ul.png) no-repeat 0px 9px;
	height: 26px;
}

#menu ul li ul li.first-child {	background: none; }

#menu ul li ul li a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-decoration: none;
	text-transform: uppercase;
	/* text-indent: -999999%; */
	white-space: nowrap;
	/* overflow: hidden; */
	line-height: 20px;
	padding: 3px 11px;
}

#menu ul li ul li:hover a,
#menu ul li ul li.hover a {
	color: #000000;
}

#menu ul li ul li ul {
	position: absolute;
	display: none;
	top: 26px;
	left: 0px;
	/*background: #faebcc;*/
	background: #e5dfdb;
	padding: 10px 0;
}

#menu ul li ul li:hover ul,
#menu ul li ul li.hover ul {
	display: block;
}

#menu ul li ul li ul li {
	clear: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	white-space: nowrap;
	background: none;
	border-top: 1px solid #ffffff;
}

#menu ul li ul li ul li.first-child { 
	border-top: 0px; 
}

#menu ul li ul li:hover ul li a,
#menu ul li ul li.hover ul li a { 
	color: #ac0019; 

	padding: 4px 0px 6px 0; 
	text-indent: 0;
	display: block;
	width: 220px;
}

#menu ul li ul li ul li:hover a,
#menu ul li ul li ul li.hover a { 
	color: #000000; 
}

/*** MENU2 ***/

#menu2 {
	position: relative;
	width: 242px;
	padding: 204px 0 45px 30px;
	float: none;
	clear: left;
	text-align: right;
}

#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu2 ul li {

	display: inline;
}

#menu2 ul li span {
	display: none;
}

#menu2 ul li ul li {
	display: block;
	margin-bottom: 2px;
	list-style: none;
}

#menu2 ul li ul li a {
	/*background: url(../img/menu2_ul_li_a.png) no-repeat left center;*/
	/*padding-left: 10px;*/
	text-transform: uppercase;
	font-size: 11px;
	color: #4C4C4C;
	border-bottom: 1px solid #c0c0c0;
}

#menu2 ul li ul li a:hover,
#menu2 ul li ul li a.active {
	/*background: url(../img/menu2_ul_li_a_hover.png) no-repeat left center;*/
	color: #ac0019;
}

/****
	SITELINKS
		****/

#sitelinks {
	position: absolute;
	width: 200px;
	right: -610px;
	top: -196px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 6px 15px 0 0;
}

#sitelinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitelinks ul li ul li {
	float: left;
	background: url(../img/sitelinks_ul_li_a.png) no-repeat left;
}

#sitelinks ul li ul li.first-child {
	background: none;
}

#sitelinks ul li ul li a {
	margin: 0 5px 0 6px;
}

#sitelinks ul li span { display: none; }

/****
	TEASER
		****/
		
		#teaser {
			position: absolute;
			top: 0;
			left: 0;
			margin: 200px 0 0 -290px;
			width: 260px;
			z-index: 99;
		}
		
		#teaser p {
			/* display: none; */

		}
		
		#teaser a img {
			border: 0;
		}
		
		#teaser h4 {
			color: #ac0019;
			font-weight: bold;
			padding-bottom: 8px;
		}

		#teaser p {
			font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			line-height: 15px;
			font-weight: 200;
			color: #535353;
		}

		#teaser a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			font-style: italic;
			line-height: 15px;
			color:#333333;
			text-decoration: underline;
			background-color: #DDDDDD;
		}

		#teaser a:hover {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			font-style: italic;
			line-height: 15px;
			color: #FFFFFF;
			text-decoration: underline;
			background-color: #ac0019;
		}

		#teaser li {
			color: #535353;
			margin: 0 0 3px 0;
		}

		#teaser .csc-textpic-text {
			padding-bottom: 15px;
		}


/****
	LANG
		****/

#lang {
	position: absolute;
	top: 0px;
	right: 0px;

	margin: 28px 26px 8px 8px;
	font-size: 11px;
}


#lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lang ul li { display: inline; }

#lang ul li span { display: none; }


#lang ul li ul li { 

	margin: 0 0 0 5px; 
	display: block;
	float: left;
}

#lang a {
	display: block;
	text-indent: -999999%;
	overflow: hidden;
	color: #000000;
	width: 16px;
}

#lang a.de {
	background: url(../img/de.png) no-repeat;
}

#lang a.en {
	background: url(../img/gb.png) no-repeat;
}

/****
	FOOTER
		****/

#footer {
	clear: both;
}


#footer div {
	display: none;
}
