/*
   StyleSheet fuer das Internetangebot von A & G Bedachung GmbH
   http://www.agbedachung.de/

   Copyright (c) A & G Bedachung GmbH. Alle Rechte vorbehalten.
*/

/*###################################################*/
/* allgemein */
body
{
  color:            black;
  background-color: #ffffff;
  font-family:      arial, helvetica, sans-serif;
  font-size:        100%;
  font-style:       normal;
  font-weight:      normal;
  text-decoration:  none;
}

a.left {
 text-decoration: none;
 color: #ffffff;
}

a.left:hover {
 color: #ff0000;
 background-color: #fff;
}

a:hover
{
  color: blue;
}

a:active
{
  color: #ff0000;
}

table, tr, td
{
  border:  none;
  margin:  0px;
  padding: 0px;
}


/*###################################################*/
/* Navigation */
#nav {
  color:#ffffff;
}
#nav ul {
  list-style:none;
  text-align:left
  color:#ffffff;
  background-color:transparent;
  padding:0px;
  margin:4px;
}
#nav a {
  color:#ffffff;
  text-decoration:none;
  font-size: 110%;
  font-weight: bold;
  display:block;
  background-color:#FF0000;
}

span.blink {
  color:#ff0000;
}

/*###################################################*/
/* diverse Formatierungen */
ul.dachlist {
 list-style-image:url(dach.gif);
}

.blockcenter {
 text-align: center;
}

.blockright {
 text-align: right;
}

.blockjustify {
 text-align: justify;
}

input,textarea
{
  border: 0px none #FFFFFF;
  color: #383838;
  scrollbar-shadow-color : #383838;
  scrollbar-arrow-color : #383838;
}
input,textarea{background-color : #D8D8D8}
.button{border : 1px solid #383838;}

