*		{	margin: 0px; padding: 0px;}

body	{	
			background-color: #000000;
			color: #000;
			font-family: Helvetica, Verdana, Arial, san-serif;
			font-size: 90%;
			text-align: center;
		}

#header	{
			background-image: url(../images/augenbanner2test.jpg);
			background-repeat: no-repeat;
			width: 760px;
			height: 205px;
		}

#topnavi	{
				width: 700px;
				height: 20px;
				text-align: center;
				margin-left: 29px;
				margin-right: 29px;
				/*border: 1px #fff solid;*/
			}
			
#topnavi ul	{
				list-style: none;
				margin-left: 90px;
				/*border: 1px #fff solid;*/
			}
			
#topnavi li	{
				margin-right: 3px;
				float: left;
			}
							
#topnavi a	{
				background-color: transparent;
				background-image: url(../images/fv-bt1.jpg);
				background-repeat: repeat-x;
				color: yellow;
				font-size: 1.1em;
				text-decoration: none;
				padding-left: 3px;
				padding-right: 3px;
				border-left: 1px maroon solid;
				border-right: 1px maroon solid; 
			}

#topnavi a:hover		{
				background-color: transparent;
				background-image: url(../images/fv-bt2.jpg);
				background-repeat: repeat-x;
				color: red;
			}
			
#topnavi .active		{
				background-color: transparent;
				background-image: url(../images/fv-bt2.jpg);
				background-repeat: repeat-x;
				color: maroon;
			}

#site		{
				background-color: transparent;
				color: #fff;
				width: 760px;
				height: auto;
				/*border: 1px #fff solid;*/
			}

#content	{
				background-image: url(../images/fv-bg2.gif);
				background-repeat: repeat-x;
				width: 700px;
				height: auto;
				padding-top: 30px;
				padding-bottom: 20px;
			}

#leftnavi	{
				width: 100px;
				height: auto;
				text-align: left;
				float: left;
			}

#rightnavi	{
				width: 100px;
				height: auto;
				text-align: right;
				float: right;
			}
			
			
#leftnavi ul	{
					list-style: none;
					width: 90px;
					height: auto;
					margin-left: 10px;
					border-right: 1px yellow dotted;
				}

#rightnavi ul	{
					list-style: none;
					width: 90px;
					height: auto;
					margin-right: 10px;
					border-left: 1px yellow dotted;
				}

.navi ul	{
				padding-top: 5px;
			}

.navi li	{
				margin-bottom: 5px;
			}

.navi a		{
				color: yellow;
				padding-right: 3px;
				padding-left: 3px;
				text-decoration: none;
			}

.navi a:hover	{
					color: red;
				}

.text1		{
				background-color: transparent;
				color: #fff;
				width: 400px;
				height: auto;
				text-align: left;
				padding: 4px;
				border-top: 1px #fff dotted;
				border-bottom: 1px #fff dotted;
			}

h2		{
			text-align: center;
			margin-bottom: 10px;
		}
		
.botpic		{
				background-image: url(../images/filmchen.jpg);
				width: 434px;
				height: 121px;
				margin-top: 30px;
			}

p {}
td {}
				
#footer		{
				background-color: transparent;
				background-image: url(../images/footer1.jpg);
				background-repeat: no-repeat;
				color: #fff;
				width: 700px;
				height: 54px;
				margin-top: 2px;
				font-size: 0.8em;
			}
			
.copy		{
				width: 110px;
				height: 45px;
				padding-top: 12px;
				float: left;
				margin-left: 20px;
			}


.design		{
				width: 140px;
				height: 45px;
				padding-top: 12px;
				float: right;
				margin-right: 20px;
			}
			
				
#footer p 	{
				color: yellow;
				width: 360px;
				text-align: center;
				padding-top: 12px;
			}
hr.hidden_left {
				clear: left;
				visibility: hidden;
				}	