﻿/*  PAGE PROPERTIES ****************

    z-index-Ebenen:

    10: Menu

*/
html
{
    overflow:auto;
}

body 
{
  font-family:Arial;
  font-size:12px;
  background-image:url(../../grafik/innovation/backgroundMain.jpg);  
  background-repeat: repeat-x;
  line-height:23px;
  margin:0px;
}

a
{
    color:#ff0000;
    text-decoration:none;
    font-weight:bold;
}


a:hover
{
    color:#A90000;
    text-decoration:underline;
    font-weight:bold;
}

input
{
    border: solid 1px #ff0000;
    background-color:#fff;
    font-size:10px;
}

h4
{
    font-size:15px;
    font-weight:bold;
}

hr
{
    border: solid 1px gray;
    height:1px;
}