/***********CSS for Kontrapunkt.de 13.11.2008 *******************/
body { 
		background-color:#336699;
		background-image:url(images/Hintergrund-Kontrapunkt.gif);
		background-repeat:no-repeat;
		background-position:left top;
		font-family:verdana, sans-serif;
		color:#000000; /* Textfarbe*/

	 }
	 
/* ************** Navigations Menue *************** */
.hovermenu ul			{
						font: bold 13px arial;
						padding-left: 0;
						margin-left: 0;
						height: 20px;
						border-left: 2px solid #336699; /* Linker Navigations Strich */
						position: absolute;
    					top: 210px; left: 10px;
						}

.hovermenu ul li		{
						list-style: none;
						display: inline;
						}

.hovermenu ul li a		{
						padding: 2px 0.5em;
						text-decoration: none;
						float: left;
						color: #336699;
							/*border Rechts hinter dem Linktext*/
						border-right-width:2px;
						border-right-style:solid;
						border-right-color:#336699;
						}

.hovermenu ul li a:hover{
						background-color: #99CCFF;
						color: #336699;
						}

/* ************** Navigations Menue Impressum *************** */
.hovermenu-Imp ul			{
						font: bold 13px arial;
						padding-left: 0;
						margin-left: 0;
						height: 20px;
						border-left: 2px solid #336699; /* Linker Navigations Strich */
						position: absolute;
    					top: 210px; left: 695px;
						}

.hovermenu-Imp ul li		{
						list-style: none;
						display: inline;
						}

.hovermenu-Imp ul li a		{
						padding: 2px 0.5em;
						text-decoration: none;
						float: left;
						color: #336699;
							/*border Rechts hinter dem Linktext*/
						border-right-width:2px;
						border-right-style:solid;
						border-right-color:#336699;
						}

.hovermenu-Imp ul li a:hover{
						background-color: #99CCFF;
						color: #336699;
						}

/*html>body .hovermenu ul li a:active { */
									/* Apply mousedown effect only to NON IE browsers 
									border-style: inset;
									}*/

/* ********* Positionierung der Header Information, wie Logo, Chorbild und Überschrift ******* */
.Pos-Header 
	{
	position: absolute;
    top: 65px; left: 10px;
    width: 770px;
    font-size: 16.2px;
    /*font-size: 1em;*/
    font-weight: bold;
    color:#336699;
	}
.Pos-Headerbild 
	{
	position: absolute;
    top: 90px; left: 10px;
 	}

.Pos-Headerlogo 
	{
	position: absolute;
    top: 20px; left: 378px;
    }

/* *************** Inhaltsfenster wird hier definiert ************************** */
 #Inhalt {
     	/* **** position: relative; --> wird gebraucht wegen Firefox und Snow-Script funktion *****/
    	position:  absolute;
    	top: 250px; left: 10px;
    	width: 770px;
    

    /* margin-left: 10px; padding: 0 1em;
    /* border-left: 2px ridge gray; border-top: 2px ridge gray;*/
  		}
  			

  #Inhalt h2
{
    font-size: 1em;
    margin: 2em 5% 1em 0%;
    color: #000000;
    border-bottom: 1px solid silver;
}
  #Inhalt p {
    	font-size: 0.7em;
    	margin: 0.5em 0;
  			}
  #Inhalt UL {
    	font-size: 0.7em;
    	/*margin: 0.5em 0;*/
  			}
  #Inhalt #Fusszeile {
    	font-size: 0.5em;
    	margin: 5em 0 0; padding: 0.1em;
    	text-align: left;
    	background-color: #75a3d1; border: 1px solid silver;
  					  }
  #Inhalt #Fusszeile .right a {color: #777;position: absolute ; right: 10px;}

  #Inhalt a:link{color:#E7781A;} /* F5CC0B Besuchter Link Farbe festlegen*/
  #Inhalt a     {color:#9ACF1E;} /* E7781A Linkfarbe festlegen*/
  
  /* ************Fix of Google-search width bug ************************ */
  #Inhalt iframe { 
        width: 770px; 
        /*height: 500px; Die höhe wird von Google gemacht*/
				 } 

  
 /* ******************Google Search Position***************************** */
  #GOOPOS {
     	/* **** position: relative; --> wird gebraucht wegen Firefox und Snow-Script funktion *****/
    	position:  absolute;
    	top: 0px; left: 511px;
