/* CSS Document for lifemediagroup.de */
@import url(formular.css);
@import url(banner.css);
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	color: #515151;
	overflow-y: scroll;
	background-image:url(main_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
a {
	color: #515151;
	text-decoration: underline;
}
a:hover {
	color: #515151;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 16px;
	font-size:15px;
}
#page {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#header {
	margin: 20px 0 0 0;
	height: 100px;
	position:relative;
}
#header #logo {
	float: left;
}
#header #metanavi {
	float: right;
	margin: 35px 20px 0 0;
	font-size: 10px;
}
#subnavigation {
	width: 250px;
	margin: 0 0 20px 0;
}
#content {
	margin: 20px 0 20px 20px;
	line-height: 16px;
}
#content .left {
	width: 250px;
	float: left;
}
#content .center {
}
#content .middle {
	float: left;
}
#content .middle {
	width: 520px;
	margin:0 20px;
}
#content .right {
	width: 120px;
	float:right;
}
#footer {
	height: 25px;
	border-top: 1px solid #cccccc;
	padding: 10px 0;
	margin: 40px 20px;
	text-align: right;
	font-size: 10px;
	color: #a3a3a3;
	clear: both;
}
#footer a {
	color: #a3a3a3;
}
#tmp {
	display: none;
}
