/* layout.css easy-clean-gs.de Philipp Trost Januar 2007 */
@import "iemac-center.css";

/* default */
* { margin:0; padding:0; }

html, body {
		height:100%;
}

body {
 	  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 100.01%; color: #FFF;
	  background: #8fa0aa url(../images/background.gif) repeat-x;
}


ul { list-style: none; }
li { display: inline; }
li a { display: block; }

a {
	text-decoration: underline;
	color: #c6e4f2;
}

hr {
	width: 588px;
	border: 1px solid #b2bdc4;
	text-align: left;
}


.left	{ float:left; }
.right	{ float:right; }
.hide	{ display:none; }
.clearing  { clear: both; }
.indent16 { margin-left: 16px; }
.sechead {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFF94;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF94;
	font-weight: bold;
}

.headline { 
		font-size: 24px;
		color: #ffff94;
		font-weight: bold;
}

div#main { width: 1000px; margin: auto; }

div#head { 
		height: 160px;
		background: url(../images/head.gif) no-repeat;
}

/* navi */

div#nav, div#nav_left, div#nav_right { height: 294px }

div#nav_left { width: 220px; }
div#nav_left ul	{ margin: 45px 0px 0px 100px; }
div#nav_left li { height: 46px; }
div#nav_right { width: 780px; }

/* content */

div#content { 
		width: 760px;
		margin-left: 240px;
		font-size: 13px;
}

div#content div.left { width: 380px; }
div#content div.right { width: 380px; }




/*forms & Co. */


/*float problem*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a:hover {
	text-decoration: underline;
	color: #ffff94;
}

