/* <!--index.html DrHolzknecht3 */

<style>



* {
            margin: 0;  /*Abstände bereinigen*/
            padding: 0;
}

/*Achtung Termine*/
article  {
    margin-left: 40px;
}

h2, h3 {
    color: blue;
    margin-left: 40px;
}
h4 {
    color: yellow;
    margin-left: 740px;
}
#pp1 {
    //background-color: aqua;
    color: blue;
    margin-left: 40px;
    margin-right: 420px;
}
#pppp2 {
    background-color: darkgray;
    color: aliceblue;
}

/* Navigation 2 -----------------------------------*/

#steuer2 a:link, #steuer2 a:visited, #steuer2 a:hover, #steuer2 a:active {

    border-style:solid;
	border-width: medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding:3px 7px;
    line-height: 2.3em;
    margin :    -2px;

	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
}

#steuer2  {
    margin-left: 40px;
}

#steuer2 a:visited {
	background-color:silver;
	border-color:#F0E68C olive olive #F0E68C;
	color:#000;
}
#steuer2 a:link {
	background-color: silver;
	border-color:silver silver silver silver;
	color:#000;
}
#steuer2 a:hover {
	background-color: aqua;
	border-color:red yellow yellow red;
	/*color:#FF8C00;*/
}
     
#steuer2 a:active {
	background-color:#BDB76B;
	border-color:silver silver silver silver;
   /* border-color:#F0E68C olive olive #F0E68C;*/
	color:#F0E68C;
}

/* Navigation 1 -----------------------------------*/
#steuer1 a {
   padding: 0.5em; 
}

#steuer1 a:link, #steuer1 a:visited, #steuer1 a:hover, #steuer1 a:active {

    border-style:solid;
	border-width: medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding:3px 7px;
    line-height: 2.3em;
    margin :    -2px;

	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#steuer1  {
    margin-left: 40px;
}

#steuer1 a:link {
	background-color: silver;
	border-color:silver silver silver silver;
	color:#000;
}
#steuer1 a:visited {
	background-color:silver;
	border-color:#F0E68C olive olive #F0E68C;
	color:#000;
}
 
#steuer1 a:hover {
	background-color: silver;
	border-color:olive #F0E68C #F0E68C olive;
	/*color:#FF8C00;*/
}
     
#steuer1 a:active {
	background-color:#BDB76B;
	border-color:silver silver silver silver;
   /* border-color:#F0E68C olive olive #F0E68C;*/
	color:#F0E68C;
}

/*-----------------------------------------------*/
body{
    background-image: url(../bilder/Blume11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    
/*Gilt für alle Programme*/
        div.wrapper{
            width: 80%;
            border: 2px solid #FF0000;
            margin: 2.5em auto;
          /*opacity: 0.6;*/    
            background-color: rgba(255, 255, 255, 0.8);
        }
        footer{
            text-align: center;
            /*background-color: #FB0000;*/
            background-color: darkgrey;
            color:aliceblue;
            padding: 0.1em;
        }
header {
    background-color: lightblue;
    background-image: url(../bilder/hg-saeulen.jpg);
    height: 150px;
    color: white;
}

header p {
    font-family: arial, sans-serif;
    color: white;
    font-size: 2em;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
}    
/*
header author {
    text-align: center;
}
*/
#navi1 {
    text-align: left;
    color: black;
    font-size: 0.9em;
    margin-left: 45px;
}
#navi2 {
    text-align: left;
    color: black;
    font-size: 0.9em;
    margin-left: 100px;
}
#navi3 {
    text-align: left;
    color: black;
    font-size: 0.9em;
    margin-left: 150px;
}
#navi4 {
    text-align: left;
    color: black;
    font-size: 0.9em;
    margin-left: 200px;
}

</style>
