/* #### style.css #### */
/* -----------------------------------------------
copyright - patrick ehrlich - www.infosion.de
----------------------------------------------- */

/* text
----------------------------------------------- */

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

body {
     margin-top: 22px;
     margin-bottom: 22px;
     background-color: #fff;
     font-family: Georgia, "Times New Roman", Times, serif;
     line-height:1.2em;
     text-align:center;
     font-size: 70%;
     }

h1   {
     display: none;
     }
     
h2, p{
     padding-top:3px;
     }  

h1, h2 {
     font-size: 75%;
     width: 180px;
     color: #666666;
     font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	     line-height:1.2em;
	float: left;
     }    
     
p {
     font-weight: normal;
     padding: 0 0 16px 190px;
     font-size: 75%;
     margin-bottom: 8px;
     color:#666666;
     }
     
p.description {
     font-size: 100%;
     line-height:1.6em;
     color:#666;
     }

p strong {
     color: #666666;
     }

    
     
/* links
----------------------------------------------- */

#content h1 a, #content h2 a {
     color: #666666;
     text-decoration: none;
     }
     
#content h1 a:hover, #content h2 a:hover {
     text-decoration: underline;
     }


#content p a {
     color: #666666;
     text-decoration: none;
     }
   
#content p a:hover {
     text-decoration: underline;
     }     
     

#copyright {
	font-size: 65%;
	height:20px;
	clear: both;
	padding: 2px;
	padding-left: 188px;
     }

   
    
#copyright a:link, #copyright a:visited {
     color: #666666;
     text-decoration: none;
     }
     
#copyright a:hover, #copyright a:active {
     color: #0066CC;
     text-decoration: none;
     }
     
#copyright span {
	color: #666666;
	padding: 0 1px 0 5px;
	margin: 0;
     }
     
     
     

     
     


     

/* lists
----------------------------------------------- */ 

#content ul  {
     padding:0;
     list-style-type: none;
     font-size: 75%;
     }

#content ul.content  {
     margin: 8px 0 20px 190px;
     }
    
#content ul.content strong  {     
     color: #666666;}
    
     
#content ul.index  {
     margin: 4px 0 0 0;
     }     

#content li {
     padding:0 0 0 16px;
     line-height:1.5em;
     list-style:none;
     }
     
#content ul.index li {
     margin-top: 4px;
     }
     
a.logo-kammerichs {
     margin-left: 88px;
     }




/* layout
----------------------------------------------- */
 


#wrap {
	text-align:left;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFFF;
     }

     
#top {
	display: block;
	width: 760px;
	height: 100px;
	background-image: url(logohead.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0099CC;
	text-indent: 188px;
	vertical-align: middle;
	background-repeat: no-repeat;
     }
     


#nav {
	width: 760px;
	height: 23px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
     }

    
#header {
     height: 230px;
     margin-bottom: 6px;
     background: right 7px no-repeat;
     }

#copyright {
	border-top: 1px dotted #999999;
	margin: 24px 0 0 0;
     }




/* navigation
----------------------------------------------- */

#nav {
     padding: 0 0 0 180px;
     width: 580px;
     }
     
#nav li {
     float:left;
     list-style:none;
     font-size: 70%;
     letter-spacing: 1px;
     padding: .5em 0 0 0;
     }
  
#nav li a {
     display:block;
     line-height: 1em;
     padding: 0 10px;
     color:#666666;
     text-decoration:none;
     text-transform: uppercase;
     border-left: 1px solid #666666;
     }

#nav li a.first {
	border-left: 0;
 }
     
#nav li a:hover, #nav a.active {
	color:#0066CC;
	font-weight: bolder;
     }


/* subnavigation
----------------------------------------------- */

#subnav  {
	list-style: none;
	width: 177px;
	height: 212px;
	display: block;
	margin-left: 0em;
     }
     
        
ul#subnav li{
	list-style:none;
	font-size: 70%;
	letter-spacing: 1px;
	padding: 1px 0 0 0;
	line-height: 2em;
	border-bottom: 1px dotted #999999;
     }

ul#subnav li a {
	display: block;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
     }

ul#subnav li a:hover, ul#subnav li a.active {
	color: #0066CC;
	font-weight: bolder;
     }
     

     
     
/* functions
----------------------------------------------- */

ul#functions {
     margin:0;     
     width:185px;
     float: left;   
     }
     
.pddng ul#functions {
     padding:212px 0 0 0;
     }
         
ul#functions li {
     float:left;
     list-style:none;
     }

ul#functions li a {
     margin-right: 8px;
     display: block;
     width: 18px;
     height: 12px;
     background-position: 0 0;
     }

ul#functions li a span {
     display: none;
     }

ul#functions li a:hover {
     background-position: 0 -12px;
     }
a.signet-kammerichs {
	margin-top: 7px;
}
