
    /*
   //  Template: Domainpunks 001
  //   Stylesheet-Media: HANDHELD
 //    $Id: handheld.css,v 1.2 2005/11/16 18:40:53 kaffeekocher Exp $
*/


body{
	font-family: Helvetica;
	font-size: 12px;
    background: #FFFFFF;
    align:center;
    text-align: center;
}

div#main {
	clear: both;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 20px;
}



 /* Header */

div#header {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 0px;
}

div#header #logo {
    width: 100%;
    float: left;
}

div#header h1 {
    color: #000000;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    padding: 5px;
}



 /* Footer */

div#footer {
    clear: both;
    align: center;
    margin: 0 auto;
    text-align: center;
    width: 75%;
    color: #999999;
}

div#footer a{
    color: #999999;
    text-decoration: none;
}
div#footer a:hover{
    color: #000000;
    text-decoration: none;
}



 /* Left Panel */

div#leftpanel { }
ul#navi {
    text-align: left;
}
ul#navi li { }
ul#navi li a {
    color: #000000;
    font-size: 15px;
	text-decoration: none;
}
ul#navi li a:hover{ }
ul#navi li a#selected {
    color: #ff0000;
	text-decoration: none;
}

div#login {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
div#login input {
    font-weight: normal;
    font-size: 14px;
    background: #f0f0f0;
    color: #000000;
    width: 100%;
}
div#login input#loginbutton{
    background: #fff0f0;
}
div#login a {
	 font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 0px;
}


 /* Right Panel */

div#rightpanel { }

div#pic {
    display: none;
}

div#lookup {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
div#lookup input{
    font-weight: normal;
	font-size: 14px;
    background: #f0f0f0;
    color: #000000;
    width: 100%;
}
div#lookup input#lookupbutton{
    background: #fff0f0;
}
div#lookup select{
    font-weight: normal;
	font-size: 14px;
    background: #f0f0f0;
    color: #000000;
    width: 100%;
}



 /* Content Middle */

div#content {
    font-size: 15px;
    color: #000000;
    text-align: justify;
}
* html div#content { }
div#content h1 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #999999;
    border-bottom: 1px dashed black;
}
div#content a {
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px solid red;
}
div#content a:hover { }