﻿html    { height:100%; }

body    { height:100%;
          background:#FFFFFF url('grafik/bg.gif') repeat-x fixed;
          overflow-y:scroll;
          margin:0; }

a { border:none; }

a:link    { text-decoration:none; color:#000000 }
a:visited { text-decoration:none; color:#000000 }
a:hover   { text-decoration:none; color:#555555 }
a:active  { text-decoration:none; color:#000000 }

p  { font-size:9pt;
     color:#000000;
     line-height:17px;
     text-align:left;
     font-family:Arial; }
     
li  { font-size:9pt;
     color:#000000;
     line-height:17px;
     text-align:left;
     font-family:Arial; }

h1 { font-size:10pt;
     color:#000000;
     text-align:left;
     font-family:Arial;
     font-weight:bold; }
     
#head {
	margin:0 auto;
    height:93px;
	width:900px;
	background:url('grafik/headline.gif') no-repeat;	
}

#navi {
	margin:0 auto;
	width:900px;
	height:36px;
	margin-top:10px;
	padding-top:1px;
	background:url('grafik/navbg.gif') no-repeat;	
}

#navi a:link    { text-decoration:none; color:#000000 }
#navi a:visited { text-decoration:none; color:#000000 }
#navi a:hover   { text-decoration:none; color:#555555 }
#navi a:active  { text-decoration:none; color:#000000 }

#navi table  { width:870px;
               margin-top:5px;
               margin-left:12px;
               border:0px; }

#navi td  { font-size:10pt;
            color:#000000;
            font-family:Arial;
            font-weight:bold;
            width:15%; }

#pic {
	margin:0 auto;
	width:900px;
	height:139px;
	margin-top:10px;	
}

#main {
	margin:0 auto;
	width:900px;
	margin-top:10px;
	background:url('grafik/mainhead.gif') no-repeat;
}

#content {
	margin-top:2px;
	width:900px;
	min-height:400px;	
	background:url('grafik/mainbg.gif') repeat-y;	
}

.left {
    margin-left:20px;
    margin-right:10px;
    padding-top:1px;
	width:620px;
}

.right {
    margin-right:10px;
    padding-top:1px;    
	width:205px;
	float:right;
}

             	


