/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(../bilder/bg_top.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { color: #FFF;
	text-decoration: none;
}

/* start - table */
table {
	position: absolute;
	right: 5px; top:0px;
	border-collapse: collapse;
	margin: 0px 0px;
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #FFF;
}


/* end - table */

/***********************
	  LAYOUT
************************/

#header-content, #content {
	width: 860px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
	
}
#header-content {	
	margin: 10px auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: -5px 0 0 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 75px;
}

#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: -5px 0 0 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 115px;
}

#header-content tr.menu a {
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: none;
	display: block;
	padding: 2px 6px;
	border-right: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background: #65944A;
	line-height: 20px;
}

#header-content tr.menu a:hover {
		  color: #FFFFFF;
		  background: #000000;
}

#header-content tr.menu a:focus  {
	color: #000000;
	background: #65944A;
}

#header-content tr.menu a:active  {
	color: #000000;
	background: #65944A;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; font-style: italic;}