body {
	background-image:url(../images/bodyBG.jpg);
	background-color: #7a0201;
	text-align:center;
	padding:0;
	margin:0 0 50px 0;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	line-height: 150%;
}

p, td {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
}

td p {
	padding: 3px 5px;
	margin: 0;
}

a {
	color: #7a0201;
/*	text-decoration: none;*/
}
a img {
	border:0;
}

a:hover {
	text-decoration: underline;
}

a .topNewsConContent {
	color: #000;
}
a:hover .topNewsConContent {
	text-decoration: none; 
}


#whiteBox {
	background-image:url(../images/contentBG.jpg);
	background-repeat:repeat-y;
	width:900px;
	text-align:center;
	paddin:0;
	margin:0 auto ;
}
#pageBox {
	width:836px;
	margin: 0 auto;
	text-align:left;
}

#header1Con {
	margin: 0 20px;
}

#header2con, #header2conSmall {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 360px;
	padding:0;
	margin:0 20px;
}
#header2conSmall {
	height: 240px;
}


#footerCon {
	width:900px;
	text-align:right;
	paddin:0;
	margin:0 auto;
}


/* Top Menu */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	width:796px;
	height:40px;
	font-size:0.85em;
	background-image: url(../images/bg_mainNavi.png);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 0 ;
	padding: 0;
}
.menu ul#mainNavi {	
	padding:0 0 0 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {		
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:195px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:199px;
	position:relative;
	background-image:url(../images/naviItemBG.jpg);
	background-repeat:no-repeat;
}

.menu li li {
background-image:none;
border-left: 2px solid #565557;
border-right: 2px solid #565557;
border-bottom: 2px solid #565557;
background-image:url(../images/naviItemSubBG.png);
width:195px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#656565; 
	width:199px; 
	height:40px; 
/*	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#758279; 
*/	padding: 0; 
	line-height:40px;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
	text-transform:uppercase 

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
/*	background:#949e7c;
*/
}
/* style the second level hover */
.menu ul ul a.drop:hover {
/*	background:#c9ba65;
*/
	color: #7a0101;
	padding: 0 30px; 
}
.menu ul ul :hover > a.drop {
/*	background:#c9ba65;
*/
	color: #7a0101;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:40px;
	left:0; 
	width:195px;
	background-image: none;
}
* html .menu ul ul {
	top:40px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
/*	background:#d4d8bd; 
*/	color:#666; 
	height:auto; 
	line-height:1em; 
	padding:10px 0px; 
	width:195px
	text-align: center;
	/* yet another hack for IE5.5 */
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#7a0101; 
/*	background:#949e7c;
*/
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#7a0101;
/*	background:#949e7c;
*/
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	height:auto;
}

/* FOOTER */

#footerCon {
	padding: 15px 0;
}
#footerMenu, #footerMenu a{
	font-size: 12px;
	color: #fff;
}
#footerMenu a{
	text-decoration:none;
}


/* Top News Startseite */

#topNews {
	padding: 80px 0 0 540px;
}

.topNewsCon {
	width: 265px;
	height: 83px;
	background-image:url(../images/topNewsBG.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.topNewsConContent {
	padding: 12px 15px;
	font-size:11px;
	line-height: 14px;
	font-variant: normal;
}

.topNewsConContent img {
	margin-right: 5px;
	float: left;
}

.topNewsConContent p {
	padding: 0;
	margin:0;
	font-size:11px;
	line-height: 14px;
	font-variant: normal;
	
}
.topNewsConContent a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* tt_news SINGLE VIEW */

.news-single-timedata, .news-list-date {
	float: right;
	font-size: 12px;
}

.news-single-img {
	margin-left: 15px;
	display: inline;
	float: right;

}

.news-single-item {
	clear: both;
}

.news-list-img {
	float: right;
	margin-left: 15px;
	margin-left: 25px;

}

.news-list-item {
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
	margin: 10px 30px 10px 20px;
	border-left: 6px solid #f0f0f0;
	
}

.news-list-item-clear {
	clear: left;
}

hr.clearer {
	color: #fff;
	width: 0px;
}


.tx-ttnews-browsebox {
	text-align: center;
	padding: 0;
	margin: 0;
}

.tx-ttnews-browsebox p,
tx-ttnews-browsebox td {
	line-height:100%;
	padding:0;
	margin:0;
}


/* tt_content Formate */

h1 {
	color: #333;
	font-size: 24px;
}

.csc-header-n1 {
	background-image: url(../images/headeL_BG.gif);
	background-repeat:no-repeat;
	padding: 24px 0 0 60px;
	margin: 0 0 0 -20px;
	width: 600px;
	text-transform:uppercase;
}
.csc-header-n1 h1 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
}

.csc-frame-frame1 {
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 20px;
	min-height:580px;
}

.innerFrameDis {
	padding: 10px 20px 40px 40px;
	margin: 10px 0;
}


/* SPECIAL Team Menü */

#team {
	width: 280px;
	float: right;
	
	margin: 10px 20px 0 0;
	

	min-height:580px;
			
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.indent {
	padding: 0 0 0 20px;
}

.contenttable td {
	vertical-align: top;
}
