/*===================================================================================
  RESET ---- hier raus und ins tm_screen rein (teilweise)
===================================================================================*/
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
	border:none;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
caption, th { text-align:left; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
address, caption, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
} */

/*===================================================================================
  STANDARD STYLES
===================================================================================*/
body#homepage {
	background: #C2C5C6 url(images/tm_bg_tile32.gif) repeat 0px 0px;
	text-align: center;
	font: 62.5% Verdana, Geneva, sans-serif;
	height: 100%;	
	/* sets all font size to 10px, now resize subsequent elements in em. e.g. 1.2 em = 12px. watch out for inheritance!! */
}

/* a, a:link, a:active, a:visited {
	text-decoration: none;				   RAUSGENOMMEN  alex
	color: #333;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	color:#d10000;
} */
.clear { 
	clear: both;
	_height:1%; /* clears show too tall in ie6 */
}

* { margin: 0; }
html, body { height: 100%; }

/*===================================================================================
  STRUCTURE
===================================================================================*/
#wrapper {
	width: 1027px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position:relative;
	background: url(images/bg_main_1027.gif) repeat-y 0 0; /* HÄÄÄÄ */
}
#header {
	position: absolute;
	top: 0;
	left: 5px;
	height: 108px;
	margin: 0;
	width: 1019px;
}
#topLeft {
	width: 250px;
	float: left;
}
#topRight {
	margin: 25px 0 0 0;
	width: 620px;
	float: right;
}
#topRight #left {
	float: right;
	margin-right: 25px;
}
#topRight #right {
	width: 59px;
	float: left;
}
#homepage #mainContent {
	padding-top: 0px; margin-top: 0px;
}
#mainHero {
	width: 1019px;
	height: 400px;
	margin: 0 auto;
	background: #fff url(images/hero_bg.gif) repeat-x left bottom;
	padding: 0;
}
#headercontent {
	width: 980px;
	height: 270px;
	margin: 0;
	padding: 0;
	color: #555;
}