/* (c) 2007 die [C] re-activen e.K. for peter-jansen[.de] */
/* design.css */
/* feel free to take a copy... */
/* ..., but make a backup before editing (g) */
		
a
		{
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		font-family: Verdana, Arial, Helvetica;
		}

a:link.navi
        {
        color: #FFFFFF;
        text-decoration: none;
        }

a:active.navi
        {
        color: #990000;
        text-decoration: none;
        }

a:visited.navi
        {
        color: #FFFFFF;
        text-decoration: none;
        }

a:hover.navi
        {
        color: #990000;
        text-decoration: none;
		}
		
a:link
        {
        color: #333333;
        text-decoration: none;
        }

a:active
        {
        color: #990000;
        text-decoration: none;
        }

a:visited
        {
        color: #333333;
        text-decoration: none;
        }

a:hover
        {
        color: #990000;
        text-decoration: none;
		}
		
body
        { 
		Overflow-x: auto;
		Overflow-y: auto;
	    /* overflow:-moz-scrollbars-none; */
        overflow:-moz-scrollbars-vertical;
        overflow:-moz-scrollbars-horizontal;
		color: #666666;
		font-weight: normal;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica;
		background-image: url(../images/kachel.jpg);
		/* background-color: #000000; */
		margin: 0px;
		scrollbar-3dlight-color: #CCCCCC;
		scrollbar-arrow-color: #990000;
		scrollbar-darkshadow-color: #CCCCCC;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #CCCCCC;
		scrollbar-track-color: #FFFFFF;
		text-shadow: none; 
		cursor: auto;
		}

table
        { 
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		}

table.bottom
        { 
		  font-weight: normal;
		  font-size: 10px;
		  font-family: Verdana, Arial, Helvetica;
		}
		
/* table.border */
        { 
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  border-top: 1px solid #999999;
		  border-bottom: 1px solid #999999;
		}
				
td.navi
        { 
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		}
		
h1
        {
        color: #333333;
		letter-spacing: 0px;
        font-weight: bold;
        font-size: 16px;
        font-family: Verdana, Arial, Helvetica;
        }

h2
        { color: #993333; font-size: 16px; font-weight: bold;}
		
h3
        { color: #993333; font-size: 14px; font-weight: bold;}
		
h4
        { color: #663333; font-size: 12px; font-weight: bold;}		

hr
        { color: #663333; }
		
div.layer
        { 
		  
		  /* border-left:1px solid #999999;
		  border-right:1px solid #999999;
		  border-top: none;
		  border-bottom:1px solid #999999;*/
		}
		
ul
		{
		  list-style: list-style-position: outside; list-style-type: square;
		  /* list-style-image: url(../images/bullet.gif); */
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  text-indent: 0px;
		  line-height: 14px;
		  margin-left: 13px;
		}

li
        { 
		 
		}

input
        { 
		  
		  font-weight: bold; 
		  font-size: 12px; 
		  font-family: Verdana, Arial, Helvetica; 
		  text-align: left; 
		  background: white; 
		  border: #000000 solid 1px; 
		}

input.button
        { color: #666666;
		  font-weight: bold;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  text-align: center;
		  background: white;
		  border: #000000 solid 1px;
		}

textarea
        { color: #666666;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  text-align: left;
		  background: white;
		  border: #000000 solid 1px;
		}
