/* ===================== CSS X-tra-lime.de ============================= */

/* ********************* Allgemein ************************************* */
body {
	background-image: url(img/hintergrund/xtra_hintergrund.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ********************* Text ****************************************** */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #962A23;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #962A23;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #962A23;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}

a:link, a:visited{
	color: #962A23;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/* ********************* Navigation ************************************ */
/* Fuss */
a.navi_fuss:link, a.navi_fuss:visited{
	color: #FFFF00;
	text-decoration: none;
}

a.navi_fuss:hover{
	text-decoration: underline;
}

a.navi:link, a.navi:visited{
	color: #962A23;
	text-decoration: none;
}

a.navi:hover{
	background-color: #F1F4CD;
	text-decoration: none;
}

a.navi_on:link, a.navi_on:visited, a.navi_on:hover{
	background-color: #F1F4CD;
	text-decoration: none;
}

a.unterm:link, a.unterm:visited{
	color: #962A23;
	text-decoration: none;
}

a.unterm:hover{
	background-color: #F1F4CD;
	text-decoration: none;
}
/* ********************* KOPF ****************************************** */

div#header {
	width: 100%;
	height: 215px;
}

.bild_links img{
	float: left;
	padding: 0px 0px 0px 0px;
	top: 19px;
	position: absolute;
	left: 0px;
}

.kopf_logo img {
	position: absolute;
	padding: 0px 0px 0px 0px;
	left: 115px;
	top: 91px;
}

.bild_mitte img {
	position: absolute;
	padding: 0px 0px 0px 0px;
	right: 118px;
	top: 19px;
}

.bild_flasche img {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 19px;
	right: 28px;
}

.bild_balken img {
	position: absolute;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 94px;
	top: 91px;
	right: 118px;
}

.navigation {
	text-align: left;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #962A23;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 127px;
	top: 194px;
}

/* ********************* Inhalt ****************************************** */
div#inhalt {
	width: 100%;
	height:auto
}

.bild_inhalt img {
	position: absolute;
	right: 118px;
	top: 267px;
}

.text {
	position:absolute;
	width: 45%;
	left: 127px;
	top: 267px;
	position: absolute;
}

.web-trends {
	position:absolute;
	width: 20px;
	left: 10px;
	top: 267px;
	position: absolute;
}

/* ********************* Fuss ****************************************** */
div#fuss {
	position: absolute;
	width: 243px;
	height: 39px;
	right: 117px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.fuss_navi {
	position: absolute;
	right: 0px;
	bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	word-spacing: 15px;
	text-align: center;
	width: 243px;
}

.fuss_bild img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

