/* CSS Dokument fuer die Webseite www.fischer-energieberatung.at */
/* Autorin: Alexandra Steiner - www.alexandra-steiner.at */
/* Datum: im Jaenner 2009 */

body {
   background: url(design/header.jpg) center top no-repeat #e3ffff;
   margin: 0;
   padding: 0;
}

* {
   margin: 0;
   padding:0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

acronym {
   font-style: italic;
   cursor:help;
}

address {
   color: #333333;
   font-size: 0.75em;
   line-height: 1.45em;
   margin: 10px 0;
}

h1, h2, h3 {
   color: #360069;
   font-weight: 500;
   font-style: italic;
}

h1 {
   font-size: 1.3em;
   line-height: 1.2em;
   padding: 0 0 10px 0;
}

h2 {
   font-size: 1.1em;
   line-height: 1.3em;
   padding: 10px 0 10px 0;
}

h3 {
   font-size: 0.9em;
   line-height: 1em;
   padding: 5px 0 0 0;
}

p {
   color: #333333;
   font-size: 0.75em;
   line-height: 1.5em;
   padding: 8px 0;
   text-align: justify;
}

a:link {
   color: #333333; text-decoration: underline;
}
a:visited {
   color: #000000; text-decoration: underline;
}
a:hover {
   color: #906e93; text-decoration: none;
}
a:active {
   color: #e3ffff; text-decoration: none;
}

ul {
   color: #333333;
   list-style-type: circle;
   font-size: 0.75em;
   line-height: 1.5em;
   margin: 8px 0 10px 30px;
   text-align: justify;
}

ol {
   color: #333333;
   list-style-type: decimal;
   font-size: 0.75em;
   line-height: 1.5em;
   margin: 8px 0 10px 30px;
   text-align: justify;  
}


img {
   border: 1px solid #906e93;
   padding: 4px;
   margin: 10px 10px 10px 0;
   float: left;
}

strong {
   color: #360069;
}

#wrapper {
   background: url(design/logo_p1.gif) left top no-repeat;
   margin: 150px auto 0 auto;
   width: 942px;
}
#content {
   background: url(design/logo_p2.gif) left top no-repeat #ffffff;
   margin: 0 21px;
   padding: 0 20px 0 30px;
}

#menue{
   background: url(design/news_header.gif) 97% 0 no-repeat;
   margin: 0;
   height: 40px;
   border-bottom: 2px solid #e3ffff;
}

#menue ul {
   list-style-type: none;
   line-height: normal;
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 0.8em;
}
#menue li {
   text-align: center;
   display:block;
   float: left;
   margin: 5px 0 0 0;
   padding: 0;
}
#menue a {
   padding: 7px 7px;
   display: block;
   float: left;
}
#menue a:link {
   color: #333333; 
   text-decoration: underline;
}
#menue a:visited {
   color: #808080; 
   text-decoration: none;
}
#menue a:hover {
   background-color: #e3ffff;
   color: #000000; 
   text-decoration: none;
}
#menue a:focus {
background-color: #f2ffff;
   color: #333333; 
   text-decoration: underline;
}

#menue a:active {
   color: #333333; 
   text-decoration: underline;
}



#text {
   background: url(design/text_stein.gif) 99% 99% no-repeat;
   width: 630px;
   margin: 0;
   padding: 25px 20px 70px 20px;
   float:left;
   border-right: 2px solid #e3ffff;
}

.oben {
   clear: left;
   text-align: right;
}

.grosseschrift {
   font-size: 0.85em;
}

#news {
/*   border-left: 2px solid #e3ffff;*/
   margin: 0 0 0 670px;
   padding: 25px 0 10px 10px;
}
#news p {
   font-size: 0.7em;
   line-height: 1.4em;
   padding: 5px 0;
   text-align: left;
}
#news h1 {
   color: #360069;
   font-weight:600;
   font-size: 0.9em;
   padding: 5px 0 0 0;
}
#footer {
   clear: both;
   border-top: 2px solid #e3ffff;
   text-align: center;
}
#footer ul {
   list-style-type: none;
   font-size: 0.65em;
   margin: 0;
   padding: 10px 0;
   text-align: center;
}

#footer li {
   display: inline;
}
















