﻿/*CSS-Stylesheet für http://www.lavivo.de*/

body {
	margin: -280px 0 0 -400px; padding: 0;
	position: absolute; left: 50%; top: 50%;
	font-family: Verdana, "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 11px; color: #FFF; font-stretch: wider; line-height: 15px;
	background-color: #FFF;
}

a:link, a:active, a:visited, a:hover {
	color: #FFF; text-decoration: none;
}

a:hover {
	color: #BBB;
}

img {
	border: 0; margin: 0; padding: 0;
}

.mainframe {
	width: 800px; height: 503px;
	position: absolute;
	border: 1px solid #666;
}

.logo_left {
	position: absolute; left: 0; top: 0;
	width: 240px; height: 160px;

}

.header {
	position: absolute; left: 240px; top: 0;
	width: 560px; height: 160px;
}

.info_middle {
	position: absolute; left: 0; top: 160px; z-index: 0;
	width: 800px; height: 20px;
	background-color: #FFF;
}

.info_txt {
	position: absolute; left: 0; top: 0px; z-index: 5;
	width: 240px; height: 12px;
	padding-top: 4px;
	border: 0px solid red;
	font-size: 11px; color: #3A3633; font-weight: bold;
}

.whereAmI {
	position: absolute; left: 500px; top: 0px; z-index: 5;
	width: 240px; height: 12px;
	padding-top: 4px;
	border: 0px solid red;
	font-size: 11px; color: #3A3633; font-weight: bold;
}

.navi_left {
	position: absolute; left: 0; top: 180px;  z-index: 10;
	width: 240px; height: 324px;
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
}

.navi_menuBox {
	position: absolute; left: 0; top: 30px;  z-index: 20;
	width: 220px; height: 300px;
	border: 0px solid red;
	font-size: 11px; color: #FFF; font-weight: bold; line-height: 32px
}

.content_right {
	position: absolute; left: 240px; top: 180px;
	width: 560px; height: 324px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
}

.content_box {
	position: absolute; left: 70px; top: 40px;
	width: 480px; height: 230px;
	border: px solid red;
	font-weight: normal;
}

.footer {
	position: absolute; left: 0; top: 504px; z-index: 30;
	width: 800px; height: 40px;
	background-color: #FFF;
}

.footer_box {
	position: absolute; left: 0px; top: 0px; z-index: 60;
	width: 222px; height: auto;
	padding-top: 1px;
	border: 0px solid red;
}

.footer_link {
	font-size: 11px;
	border: 0px solid red;
	color: #3A3633; font-weight: bold;
}