/***********************************************************
CSS Datei für Ahles GmbH
Ersteller: Joachim Göddel (j.goeddel@euroweb.de)
Erstelldatum: 22.09.2006
Letzte Änderung: 22.09.2006
***********************************************************/

/***********************************************************
STANDARDWERTE
***********************************************************/
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/bg.jpg) top left repeat-x #cacaca;
}
#inhalt p.small {
font-size:0.7em;
}
#counter {
visibility:hidden;
}
/***********************************************************
TOP
***********************************************************/
#top {
height:132px;
background:url(../images/top.jpg) top center no-repeat;
}
/***********************************************************
CONTENT (Aussenbereich der Seite)
***********************************************************/
#content {
margin:0 auto;
width:860px;
background:url(../images/bg_content.jpg) top center repeat-y;
}
/***********************************************************
INHALT
***********************************************************/
#inhalt {
min-height:400px;
background:url(../images/bg_inhalt.jpg) top center no-repeat;
}
/***********************************************************
MENUE
***********************************************************/
#menue {
margin-left:60px;
padding-top:20px;
float:left;
width:240px;
}
* html #menue {
margin-left:30px;
}
#menue ul {
margin:0 0 0 20px;
padding:0;
list-style:none;
}
* html #menue {
margin:0 0 0 30px;
}
#menue ul li {
margin-bottom:1px;
}
#menue ul li a.top {
background:url(../images/bg_button1.gif) center left no-repeat;
display:block;
height:20px;
width:140px;
color:#000;
text-decoration:none;
font-size:0.75em;
padding:8px 0 0 40px;
font-weight:bold;
}
#menue ul li a.top:hover {
background:url(../images/bg_button2.gif) center left no-repeat;
color:#df002b;
}
#menue ul li a.sub {
display:block;
height:14px;
width:190px;
color:#000;
text-decoration:none;
font-size:0.75em;
padding-left:50px;
margin-bottom:3px;
}
* html #menue ul li a.sub {
margin-bottom:0;
}
#menue ul li a.sub:hover {
color:#df002b;
}
#menue p {
text-align:center;
margin-right:30px;
}
/***********************************************************
TEXT
***********************************************************/
#text {
margin-left:300px;
width:465px;
padding-top:20px;
}
#text .pvh1 {
font-size:0.7em;
color:#df002b;
margin:0;
padding:0;
}
#text h1 {
margin:0;
padding:0;
font-size:1.4em;
/*color:#df002b;*/
color:#eb8736;
}
#text h2 {
margin:0;
padding:0;
font-size:1.1em;
color:#df002b;
}
#text p, #text ul, #text td {
font-size:0.8em;
}
#text a {
color:#df002b;
}
/***********************************************************
FOOTER
***********************************************************/
#footer {
height:78px;
clear:left;
background:url(../images/bottom.jpg) top center no-repeat;
color:#fff;
font-size:0.7em;
padding-top:75px;
text-align:center;
}

