@import url(navigation.css);
@import url(templates/flamax-shop.css);

.aufbau {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 240px;
    background-color: red;
    text-align: center;
    font-weight: bold;
}


body {
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

a {
    color: #FFCC33;
}

a img {
    border: none;
}

p {
    margin: 0px
}


#verlauf {
/*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#303030,endColorstr=#000000); */
    background:-moz-linear-gradient(top, #303030, #000000);
    background:-webkit-gradient(linear, left top, left bottom, from(#303030), to(#000000));
}


.bg {
	border: solid green 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.banner {
  position: absolute;
  background-color: #14A634;
	position: absolute;
	width: 960px;
	height: 70px;
	top: 0px;
	bottom: 10px;
	left: -480px;
	margin-left: 50%;
}

.main {
	border: solid red 0px;
    background-color: #000000;
	position: absolute;
	width: 960px;
	top: 71px;
	bottom: 10px;
	left: -480px;
	margin-left: 50%;
}

.kopf {
	border: dotted #F1C800 0px;
	border-bottom: solid white 1px;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 62px;
}

.navi-lang {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 18px;
	left: 180px;
}

.navi-klein {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 47px;
	left: 4px;
}

.navi-oben {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 35px;
	left: 180px;
	height: 24px;
}

img.logo {
	position: absolute;
	top: 0px;
	right: 10px;
}

.titel {
    border: dotted #F1C800 0px;
    position: absolute;
    top: 76px;
    left: 180px;
    font-size: 17px;
}


.links {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 112px;
    bottom: 0px;
	left: 10px;
	width: 160px;
}

.feuer{
    position: absolute;
    bottom: 0px;
    left: 3px;
}


.inhalt {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 112px;
	bottom: 20px;
	left: 180px;
	right: 260px;
    padding: 10px;
}


.rechts {
	border: dotted #F1C800 0px;
	position: absolute;
	top: 112px;
	right: 10px;
	width: 240px;
}

.headline_01 {
    font-size: 15px;
    font-weight: bold;
    color: #FFCC33;
    margin-bottom: 12px;
}

.rabatt {
    border:1px solid white;
    font-size:8pt;
    margin-top:10px;
    padding:5px;
    text-align:left;
    width:225px;
}
warrlich_shop.css (Zeile 111)

