/* Import der Site-Styles */
 @import "site.css";


 a:link
	{
	color: #ff6600;
	}

 a:visited
	{
	color: #cc3300;
	}

 a:hover
	{
	color: #ff6600;
	}

 a:active
	{
	color: #ff6600;
	}
 hr
	{
	color: #ffcc66;
     	border: 1px #ffcc66 solid;
        	}

 h1
	{
      	color: #993300;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
         font-size: 120%;
         font-size: bold;
        	}

 h2
        {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
         padding: 0 0 1px 1px;
         border-bottom: 1px solid #ffcc66;
         font-size: 110%;
         font-weight: bold;
        	}

 h3
	{
	color: #663300;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
         font-weight: normal;
        	}

 .mini
	{
     	font-size: 80%;
         }

 .update
	{
         border-top: 1px solid #ffcc66;
     	font-size: 80%;
         padding-top: 5px;
         margin-bottom: 5px
	}

 img
	{
	border: none;
	}

 img.l
 	{
        float: left;
        margin-right: 5px;
        	}

 img.r
 	{
        float: right;
        	}

 .b2
	{
	color: #993300;
	font-weight: bold;
	}

 .b3
	{
	color: #ff6600;
	}

 pre, code
	{
    	padding: 1em;
    	border: 1px dashed #2f6fab;
        	background-color: #f9f9f9;
    	line-height: 1.1em;
         font-family: 'Courier New', Courier, monospace;
         font-size: 13.4px;
         color: #000000;
	}

 ul li
 	{
	margin-left: -24px;
        	}

 li.list
         {
         margin-bottom: 0.6em;
	}

 ul.end
         {
        list-style-image:url(/img/end.gif);
       	}

 ul.s
  	{
         list-style-image:url(/img/ext.gif);
	}

 td
 	{
 	 vertical-align: top;
          }