/* CSS Document */
body { margin:0;
		padding:0;
		text-align: center;
		background-color: #669999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
div#page {
		margin: 0 auto; 
		padding: 0; 
		overflow:hidden;
		width:780px; 
		text-align:left;
		background:#ff9900;
		z-index:5;
		}

div#headerwrap {
	margin: 0 auto; 
	padding: 0; 
	overflow:hidden;
	width:780px;
	position:fixed;
	background:#ff9900 url(images/linie.jpg) left bottom repeat-x;
	margin-top:0px;
	height:90px;
	border-top: 10px solid #ff9900;
	/* border-top: 10px solid #669999; */
	z-index:2;
}
div#header {
	margin: 0; 
	padding: 0; 
	overflow:hidden;
	width:780px;
	height:80px;
	background:#ff9900;
	text-align:left;
	z-index:3;
	}
div#content {margin: 0; 
padding: 0;
margin-top:110px;
background: transparent;
text-align:left;
z-index:3; }

div#footer{width:100%;
margin-bottom:0px !important;
background: transparent; 
height:20px;
text-align: center;
z-index:4; }

div#header table tr th,
div#header table tr td,
div#content table tr th,
div#content table tr td {padding:0 ; margin:0;}
div#content table tr td {padding: 0 0 2% 0;}

table tr td h1 {margin:0; 
padding:0; 
font-size: 14px; 
font-weight: bold; 
color: #00A9C2; 
text-transform:uppercase;}	

table tr td p {font-size: 12px;}	

table tr td a,
table tr td a:hover,
div#footer a,
div#footer a:hover {font-weight:bold; text-decoration:none;} 
table tr td a,
div#footer a {color:#0000ff; } 
table tr td a:hover,
div#footer a:hover {color:#f00; } 

a.link_active,
a.link_normal,
a:hover.link_normal,
a:hover.link_active {width:99px; 
display:block; 
margin:0;
padding: 4px 0 4px 0;
text-align:center;
font-weight:bold;
font-size:12px;
color: #993333;
text-decoration:none;
border-top: 1px #666 solid;
border-left: 1px #666 solid;
border-bottom: 3px #999 solid;
border-right: 3px #999 solid;}

a.link_normal {background:#f90}
a.link_active,
a:hover.link_normal {background:#ff9}
a:hover.link_active,
a:hover.link_normal {color:#FF0000;}


/*
a.link_normal,
a.link_active,
a:hover.link_normal,
a:hover.link_active {width:93px; height:25px; display:block; margin:0; padding: 8px 0 0 0; text-align:center; font-weight:bold; font-size:12px; color: #993333; text-decoration:none; border: 0px #f00 solid;}

a.link_normal {background:#f90 url(images/bglink.jpg) left top no-repeat; background-image:url(images/bglink.jpg)}
a.link_active,
a:hover.link_normal {background:#f90 url(images/bglink_active.jpg) left top no-repeat; background-image: url(images/bglink_active.jpg);}
a:hover.link_active,
a:hover.link_normal {color:#FF0000;} 
*/

