
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif}
p{margin:0 10px 10px}
a{color: #c90004;padding:10px}
a:hover{font-weight:bold;}
div#content h3 {color: #c90004;}
div#header h1{height:103px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;background-image:  url(bilder/bg_header.gif); background-repeat:repeat-x; color: #79B30B}
div#content p {line-height:1.4}
div#navigation, div#leftFrame{background:#D9D9D9; background-image:  url(bilder/navi_bg.gif); background-repeat:repeat-y;}
div#extra{background:#D9D9D9;}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}


div#content{margin-left:40px; margin-top:0; text-align: left; font-size:14px;}
div#navigation{float:left;width:200px}

div#footer{clear:both;width:100%}
.urbangreymenu{
width: 200px; /*width of menu*/;
height: 100%;
}

.urbangreymenu .headerbar {
font: bold 13px Verdana;
color: white;
background: #606060 url(bilder/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.home, .home a {

font: bold 13px Verdana;
color: white;
background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 35px; /*31px is left indentation of header text*/

}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

