/* (c) 2008 die [C] re-activen e.K. for Reugels & Lenzen */
/* design.css */
/* feel free to take a copy... */
/* ..., but make a backup before editing (g) */

a:link.navi
        { color: #003366; text-decoration: none; font-weight: bold; font-size: 12px; background-color: transparent;
		  /* border-left: 1px solid transparent;
		  border-right: 1px solid transparent;
		  border-top: 1px solid transparent;
		  border-bottom: 1px solid transparent; */
	    }

a:active.navi
        { color: #990000; text-decoration: none; font-weight: bold; font-size: 12px; background-color: transparent;
		  /* border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  border-top: 1px solid #999999;
		  border-bottom: 1px solid #999999; */
	    }

a:visited.navi
        { color: #003366; text-decoration: none; font-weight: bold; font-size: 12px; background-color: transparent;
		  /* border-left: 1px solid transparent;
		  border-right: 1px solid transparent;
		  border-top: 1px solid transparent;
		  border-bottom: 1px solid transparent; */
	    }

a:hover.navi
        { color: #990000; text-decoration: none; font-weight: bold; font-size: 12px; background-color: transparent;
		  /* border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  border-top: 1px solid #999999;
		  border-bottom: 1px solid #999999; */
	    }
		
a:link
        {
        color: #003366;
        text-decoration: underline;
        }

a:active
        {
        color: #990000;
        text-decoration: underline;
        }

a:visited
        {
        color: #003366;
        text-decoration: underline;
        }

a:hover
        {
        color: #990000;
        text-decoration: underline;
		}
		
body
        { color: #000033;
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  background-image: url(.../images/kachel.jpg);
  		  /* background-repeat: no-repeat; */
		  background-color: #eaeaea;
		  margin: 0px;
		  scrollbar-3dlight-color: #EEEEEE;
		  scrollbar-arrow-color: #003366;
		  scrollbar-darkshadow-color: #000000;
		  scrollbar-face-color: #EEEEEE;
		  scrollbar-highlight-color: #000000;
		  scrollbar-track-color: #DDDDDD;
		  text-shadow: none; 
		  cursor: auto;
		}

table
        {
	color: #000033;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	list-style-position: inside;
	list-style-type: square;
		}
		
table.content
        { color: #000033;
		  background-image: url(../images/back_content.jpg);
		  background-repeat: no-repeat;
		  /* background-color: #FFFFFF; */
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		}

table.bottom
        {
	color: #000033;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
		}
		
table.border
        { color: #000033;
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
  		  padding-top: 10px;
		  /* border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  border-top: 1px solid #999999;
		  border-bottom: 1px solid #999999; */
		}
				
td.navi
        { color: #000033;
		  font-weight: normal;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		}
		
td.header
        { color: #000033;
		  /* padding-left: 5px;*/
          letter-spacing: 2px;
		  font-weight: bold;
		  font-size: 14px;
		  font-family: Arial, Verdana, Helvetica;
		}
		
h1
        {
        color: #003366;
		letter-spacing: 1px;
        font-weight: bold;
        font-size: 13px;
        font-family: Arial, Verdana, Helvetica;
        }

h2
        { color: #000000; font-size: 16px; font-weight: bold;}
		
h3
        { color: #000000; font-size: 14px; font-weight: bold;}
		
h4
        { color: #006600; font-size: 12px; font-weight: bold;}		

hr
        { color: #003366;
		/* height: 1px; */
		}
		
div.layer
        { 
		  color: #000033;
		  /* border-left:1px solid #999999;
		  border-right:1px solid #999999;
		  border-top: none;
		  border-bottom:1px solid #999999;*/
		}

#infotext
		{
	width:700px;
	margin:auto;
	margin-top:450px;
		}

.infotext
		{
	color: #999999;
	text-align:left;
		}

.infotext h1
		{
	color: #999999;
	font-size:13px;
		}
.infotext p
		{
	font-size:11px;
		}

li
        {
	color: #000033;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-indent: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: square;
		  
		}

input
        { 
		  color: #000033; 
		  font-weight: bold; 
		  font-size: 12px; 
		  font-family: Verdana, Arial, Helvetica; 
		  text-align: left; 
		  background: white; 
		  border: #000000 solid 1px; 
		}

input.button
        { color: #000033;
		  font-weight: bold;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  text-align: center;
		  background: white;
		  border: #000000 solid 1px;
		}

textarea
        { color: #000033;
		  font-size: 12px;
		  font-family: Verdana, Arial, Helvetica;
		  text-align: left;
		  background: white;
		  border: #000000 solid 1px;
		}
