/* common styles
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 0px 30px;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	margin: 45px auto;
	width: 1000px;
	height: 163;
}

#inhalt {
	position: relative;
	margin: 0px auto;
	width: 100%;
	bottom: 0px;
	background-image: url(../i/e/bg.gif);
	height: 107px;
}
#inhalt-portrait {
	position: relative;
	margin: 50px auto 0px;
	width: 346px;
	bottom: 0px;
}

#navigation {
	position: relative;
	width: 100%;
	background-image: url(../i/e/menu_bg.gif);
	height: 232px;
	text-decoration: none;
	border: 0px none 0;
}
#center {
	text-align: center;
	}
.links {
	float: left;
	border: none;
}
.rechts {
	float: right;
	border: none;
}
.noborder {
	border: none;
}
#text-box-centered
	{
	position: relative;
	text-align: center;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	top: 220px;
}	
#kontakt
	{
	position: relative;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4A4A4A;
	padding-right: 12px;
}

#pageHeader {
	border: none;
	}

/* links
----------------------------------------------- */
 a:link {
	color: #515151;
	text-decoration: none;
}
 a:hover {
	color: #515151;
	text-decoration: underline;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
