﻿body 		{ 
			background-image:url("../images/Background.jpg");
			background-attachment:fixed;
			scrollbar-base-color:#F5F1EF;
			color:rgb(28,61,43);
			font-size:10pt;
			font-family:'Arial';
			line-height:14pt;
			text-align:justify;
			}
h1			{
			font-size:220%;
			line-height:150%;
			font-style:italic;
			font-weight:600;
			color:#1c3d2b;
			text-align:center;
			margin-top:25px; margin-bottom:0px;
			border:0px solid red;
			}
h2			{
			font-size:160%;
			line-height:150%;
			font-style:italic;
			font-weight:600;
			color:rgb(28,61,43);
			text-align:center;
			margin-top:0px; margin-bottom:0px;
			border:0px solid red;
			}
h3			{
			font-size:110%;
			line-height:150%;
			font-style:normal;
			font-weight:600;
			color:rgb(28,61,43);
			text-align:center;
			margin-top:0px; margin-bottom:0px;
			border:0px solid blue;
			}
p, table	{
			color:rgb(28,61,43);
			font-size:10pt;
			font-family:'Arial';
			line-height:14pt;
			text-align:justify;
			}
hr			{
			width:50%;
			text-align:center;
			margin-bottom:15px;
			margin-top:15px;
			}
small		{
			font-size:80%;
			}
li			{
			color:rgb(28,61,43);
			font-size:10pt;
			font-family:'Arial';
			line-height:14pt;
			text-align:justify;
			margin-bottom:5px;
			}
			

	
a:link		{font-weight:bold; font-style:italic; text-decoration:none; color:rgb(130,0,130) }
a:visited	{font-weight:bold; font-style:italic; text-decoration:none; color:rgb(130,0,130) }
a:active	{font-weight:bold; font-style:italic; text-decoration:none; color:rgb(130,0,130) }

ul			{
			list-style-image:url(../images/Bullet5.jpg);
			}


#input_text	{background-color:#F5F1EF; font-family: Comic Sans MS}
#input_button	{background-color: rgb(209,200,197)}



#main		{
			position:relative;
			top:0px; left:0px; width:810px; height:600px;
			border:solid 0px red;
			padding:0px;
			z-index:3;
			}

#h1none		{
			display:none;
			margin-top:0px; margin-bottom:0px;
			}


#entry 		{
			font-weight:bold; font-style:italic
			}

#popup		{
			padding:12px;
			border-width:5px; border-color:#D1A298; border-style:groove;
			z-index:0;
			background-image:url("../images/BG_Kachel_4.jpg");
			}
			
#infobox	{
			position:absolute;
			padding:12px;
			border-width:5px; border-color:#D1A298; border-style:groove;
			z-index:0;
			background-image:url("../images/BG_Kachel_4.jpg");
			visibility:hidden;
			}

#infobox2	{
			position:absolute;
			padding:12px;
			border-width:5px; border-color:#D1A298; border-style:groove;
			z-index:0;
			background-image:url("../images/BG_Kachel_4.jpg");
			visibility:hidden;
			}
			
#zitat		{
			margin-left:20px; margin-bottom:10px; margin-right:20px;
			border-width:3px; border-color:#D1A298; border-style:groove;
			background-image:url("../images/BG_Kachel_4.jpg"); 
			padding:10px;
			}
		
#zitat-header {
			margin-left:20px; margin-right:10px; margin-top:20px; margin-bottom:5px;
			}
			
			
#htmlpopup	{ 
			position:absolute; top:0; left:0;
			padding:0px;
			border-width:5px; border-color:#D1A298; border-style:groove; 
			z-index:9; 
			visibility:hidden
			}
			
#htmlpopuptop	{ 
			position:relative; top:0px; left:0px; height:25px; width:100%; 
			text-align: left;
			font-size:110%;
			line-height:150%;
			font-style:normal;
			font-weight:bold;
			border:0px solid red;
			background-image:url("../images/BG_Kachel_4.jpg");
			}
			
#htmlpopupclose {
			position:absolute; top:0px; right:0px; height:20px;
			margin-right:0px;
			}
			
#smallgrey
			{
			color:grey;
			font-size:9pt;
			font-family:'Arial';
			line-height:12pt;
			}