/*CSS handheld style originally made for www.marcushellberg.com*/
/*You can modify and use it freely, comments can be sent to marcus.hellberg@gmail.com*/

/*html elements*/
body{
background:#EEEEEE;
font-family:arial, verdana, "sans serif";
font-size:1em;
color:#000000;
}

img{
border:0px;
margin:5px;
}

a{
color:#000000;
text-decoration:none;
}

a:link {
 color: #000000; 
}

a:visited {
color: #333333; 
}

a:hover {
color: #55719E;
}

a:active {
color: #55719E;
}

input, textarea{
border:1px solid #000000;
background-color:#FFFFFF;
}
/*end html elements*/


/*layout divs*/
#container{
width:100%;
}

#header{
margin-bottom:15px auto 0px;
}


#nav{
padding:5px 5px 5px 10px;
z-index:1;
}
#nav ul, #nav li{
font-weight:normal;
margin: 5px 0px 0px 0px;
padding: 0px;
}

#nav ul {
list-style-type:none;
list-style-position:inside;
border-bottom: 0px;
padding:40px 5px 5px 20px;
}

#nav ul ul{
padding-top:0px;
}

.menu_current {
font-weight: bold;
}

#content{
margin-bottom:50px;
z-index:10;
}

#content h1{
font-size:1.4em;
font-weight:bold;
color:#68707C;
margin-top:15px;
border-bottom: 1px dotted #CCCCCC;
}

#content h2{
font-size:1em;
color:#68707C;
margin-top:10px;
border-bottom: 1px dotted #CCCCCC;
}

#footer{
border-top: 1px solid #CCCCCC;
color:#999999;
font-size:0.9em;
text-align:center;
}

blockquote{
background:#D8DEE9;
border:1px solid #000000;
padding:5px;
}
/*end layout divs*/


