/* CSS Document */

/* inclusions */
@import url(nav.css);
@import url(rte.css);
@import url(typo3.css);
@import url(tt_news_v2_styles.css);

/* basics */

* {
margin:0;
padding:0;
}

html { height: 100%; }
	
body {
	color: #222; 
	font-size: 100.01%;
	font: normal medium "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*	margin: 1.75em auto;
	width: 40em;*/
	line-height: 1.75;
	word-spacing: 0.1em;
/*	min-height: 101%;
	position: relative;*/  
	}
		
h1 {
	font-family: bold medium "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 2px 20px;
	margin-bottom: 10px;
	background: #FFCE00 url(../images/gfx/1pxgelb.gif);
	height: 18px;
	font-size: 13px;
	}
	
h2, h3, h4, h5, h6 {
	font-family: bold medium "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3E292A;
	padding: 2px 20px;
	margin-bottom: 10px;
	height: 18px;
	font-size: 14px;
	}

	
/* the grid*/

#container {
	position: absolute;
	left: 50%;
	width: 850px;
	min-height: 120px;
	margin-left: -425px;
	background: #fff url(../images/gfx/logo_W170solo.jpg) no-repeat 0 50%;
	z-index: 0;

	}
	
#theme {
	position: absolute;
	top: 120px;
	width: 850px;
	height: 360px;
	background-color: #ccc;
	z-index: 5;
	}
	
#top {
	position: absolute;
	left: 50%;
	top: 0;
	width: 510px;
	margin-left: -255px;
	height: 140px;	
	background: url(../images/gfx/Opaque85gelb.png); 	
/*	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
	z-index: 10;
	}
	
#top div.slogan1a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #630;
	padding-top: 35px;
	text-align: center;
	font-style: italic;
	line-height: 110%;
	letter-spacing: .03em;
	}

#top div.slogan1b {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #630;
	padding-left: 230px;
	font-style: italic;
	line-height: 110%;
	letter-spacing: .02em;
	}

#top div.slogan2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	}
	
#content {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 850px;
	min-height: 82%;
	margin-left: -425px;
	z-index: 99;	
	}

#left {
	width: 150px;
	margin-right: 20px;
	background: url(../images/gfx/bgLeftOpaque50.png);
	}
	
#main {
	width: 510px;
	background: url(../images/gfx/bgMainContentOpaque85.png);
	}

#main, #left {
	float: left;
	min-height: 300px;	
/*	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
	}
		
.mctitle {
	font-size: 2em;
	color:#630;
}
	
#main p {
	width: 92%;
	padding: 0 0 20px 20px;
	line-height: 140%;
	font-size: .8em;
	}
	
#main a, #main a:visited {
	color: #333;
	text-decoration: underline;
	}
	
#main a:hover, #main a:active {
	background-color: #FFCE00;
	text-decoration: none;
	}
	
#main ul, #main ol {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 40px 20px 40px;
	line-height: 110%;
	font-size: .8em;
	}
	
#main ul li, #main ol li {
	padding: 3px 0;
}	

/*#main ul li b, #main ol li b {
	font-size: 1.2em;
	color: #999999;
} */

#foot {
	clear: both;
	height: 18px;
	margin-top: 20px;
	padding: 2px 0;
	width: 510px;
	margin-left: 170px;
	background: #FFCE00 url(../images/gfx/1pxgelb.gif);
	}
	
#foot ul li {
	list-style: none;
	display: inline;
	}

#foot li a, #footer li a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding: 0 10px;
	text-transform: lowercase;
	text-decoration: none;
}

#foot p a:hover, #footer p a:active {
	color: #fff;
	text-decoration: underline;
}

#foot .valW3c {
	float: right;
}
