/*
--------------------------------------------------------------------------------

 farbwerke-m6.de - Base stylesheet

--------------------------------------------------------------------------------
*/

@media screen
{
	
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	/*background: #eee url(../images/bg-page.gif) center repeat-y;*/

	
	}
#container {
	position: relative;
	left: 50%;
	margin-left:-410px;
	width: 820px;
	}
#logo {
	position: absolute;
	top: 150px;
	}
#navigation {
	position: absolute;
	top: 200px;
	}
#content {
	position: absolute;
	left: 320px;
	width: 500px;
	height: 800px;
	background: url(../m6/bilder/eingang.jpg) no-repeat;	
	}
body#pageAktuell #content {
	background: transparent;
	}
#topContent {
	position: absolute;
	background: #fff;
	width: 500px;
	}
#mainContent {
	margin: 0;
	padding: 0 0 2em 0;
	position: absolute;
	width: 500px;
	top: 200px;
	}
#mainContentInner {
	margin: 0;
	position: absolute;
	top: 0;
	background: #fff;
	width: 500px;
	}

/*
--------------------------------------------------------------------------------

 farbewerke-m6.de - Navigation stylesheet

--------------------------------------------------------------------------------
*/


#navigation ul {
	font-size: 1em;
	padding: 0.9em 0 0 0;
	margin: 0;
	list-style-type: none;
	}
#navigation ul li {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 300px;
	}
#navigation ul li a {
	padding: 0;
	margin: 0;
	padding: 0.1em; 
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.5em;
	background: transparent;
	display: block;
	/*border-left: 4px solid #c00;*/
	}
#navigation ul li a:hover {
	color: #000;
	color: #fff;
	background: #c00;
	}
#navigation ul li a.cur {
	background: #c00;
	text-indent: -1000px;
	}
#navigation ul li a.cur:hover {
	text-indent: 0;
	}




/*
--------------------------------------------------------------------------------

 farbewerke-m6.de - Content stylesheet

--------------------------------------------------------------------------------
*/

#topContent .csc-textpic-image {
	margin-right: 0;
	}

p, ul {
	font-size: 1.1em;
	}
h1,h2,h3 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	/*text-transform: uppercase;*/
	margin-top: 1.6em;
	margin-top: 0.5em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.1em;
	}

h1, p {
	color: #000;
	line-height: 1.5em;	
	margin: 0 0 1em 0;
	}
h1 {
	margin: 0 0 0.5em 0;
	}
h1.csc-firstHeader {
	margin-top: 0;
	}

td p {
	margin: 0;
	padding: 0 1em 0 0;
	}
a:link,
a:visited {
	color: #c00;
	text-decoration: none;
	padding: 0.1em;
	margin: -0.1em;
	background: transparent;
	}
a:hover,
a:active {
	color: #fff;
	/*text-decoration: underline;*/
	background: #c00;
	}
.csc-textpic a:hover,
.csc-textpic a:active,
#logocontrol a,
a.terms-of-use-link {
	background: transparent;
	}

table.contenttable {
	margin: 0 0 2em -1px;
	/* border: 1px solid black;*/
	}

	
/* @media screen CLOSE! */
}

