/* this is the main-layout-css-file */
/* independent on font-family, font-size, colors and so on */

/* some useful stuff */
html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF url(../../../inc/grafiken/layout/bg_main_ri.gif) 49.99% 0 repeat-y;
}

form {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

img {
	border:0;
}


/* we don't want to see the main-headlines, they are for screenreaders and structure only */
h1 {
	position:absolute;
	left:-9999px;
}

/* everything is positioned in the middle */
#middle {
	text-align:left;
	margin:auto;
	width:955px;
	position:relative;
	background:#FFFFFF url(../../../inc/grafiken/layout/bg_main_ri.gif) 0 0 repeat-y;
}

/* header */
#header {
	height:339px;
}

#header img {
	border:0;
}

/* left column with mainmenu and searchbox */
#left {
	float:left;
	width:160px;
	margin: 35px 0px 0px 10px;

	/* background:#ABA97A url(../grafiken/layout/bg_menu.jpg) no-repeat -160px -0; */
}

/* maincontent */
#content {
	padding:35px 0px 30px 30px;
	float:left;
	width:735px;
}

/* ok, show the h1-tags in the content, please! */
#content h1 {
	position:static;
	left:auto;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0 0 1.3em 0;
}

/* footer */
#footer {
	margin-left:160px;
	padding:15px 25px 15px 25px;
	text-align:center;
	clear:both;
}

