
    /*
   //  Template: Domainmafia 003
  //   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: #CCCC99;
    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: 20px;
}

div#header #logo {
    width: 100%;
}

div#header h1 {
    background: #ffffcc;
    border: 2px solid;
    border-color: #99990f;
    color: #99990f;
    font-size: 18px;
    font-weight: normal;
    text-align: middle;
}



 /* Footer */

div#footer {
    position: relative; top: 40px;
    width: 320px;
    margin-top: 20px;
    border: none;
    text-align: center;
    color: #99990f;
}

div#footer a{
    color: #99990f;
    text-decoration: none;
}



 /* Left Panel */

div#leftpanel { }
ul#navi { }
ul#navi li { }
ul#navi li a {
    color: #99990f;
    font-size: 15px;
	text-decoration: none;
}
ul#navi li a#selected {
    background: #ffffcc;
    border-color: #ffffcc;
    color: #99990f;
	text-decoration: none;
}

div#login {
    font-weight: bold;
    font-size: 12px;
    color: #99990f;
}
div#login input {
    font-weight: normal;
    font-size: 12px;
    background: #ffffcc;
    border: 2px solid;
    border-color: #99990f;
    color: #99990f;
}



 /* Right Panel */

div#rightpanel { }

div#pic {
    display: none;
}

div#lookup {
    font-size: 12px;
    color: #99990f;
    font-weight: bold;
}
div#lookup input{
    font-weight: normal;
	font-size: 12px;
    background: #ffffcc;
    border: 2px solid;
    border-color: #99990f;
    color: #99990f;
}
div#lookup select{
    font-weight: normal;
	font-size: 12px;
    background: #ffffcc;
    border: 2px solid;
    border-color: #99990f;
    color: #99990f;
}



 /* Content Middle */

div#content {
    font-size: 15px;
    background: #ffffcc;
    color: #99990f;
    border: 2px solid;
    border-color: #99990f;
}
div#content h1 {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #99990f;
}
div#content a {
    color: #99990f;
    background: #ffffcc;
    text-decoration: underline;;
}


