html, body{
    height:100%;
    margin: 0px;
    padding: 0px;
}
body{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:1.5em;
    color:#333333;
    
	background-color:#FFFFFF;
	
    background-image:url("rh_bg.jpg");
    background-repeat:repeat-x;
    text-align:center;
}
div, span, td{
   padding:0px;
   margin:0px;
}
span{
    font-size:11px;
}

/* ################ */
/* ### Struktur ### */
/* ################ */
div#container{
    position:relative;
    width:700px;
    top:120px;
    text-align:left;
    
    margin-left:auto;
    margin-right:auto;

}

div#studio{
    width:200px;
    float:left;
    padding-right:10px;
    text-align:left;

}

div#masone{
    width:200px;
    float:left;
    padding-right:10px;
    text-align:left;

}

div#djzid{
    width:200px;
    float:left;
    padding-right:10px;
    text-align:left;
}

div#search{
    clear:both;
    width:620px;
    margin-top:30px;
    text-align:left;
}

img#logo{
    position:absolute;
    top:0px;
    right:0px;
}

/* #################### */
/* ### Basic Design ### */
/* #################### */
h1{
    font-size:11px;
    font-weight:bold;

    margin-bottom:10px;
    
	color:#000000;

	border-bottom-style:solid;
    border-bottom-color:#cccccc;
    border-bottom-width:1px;
}
h2{
    font-size:11px;
    font-weight:bold;
    
    padding:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:1.5em;
    margin-bottom:0.3em;
}

br.clear{
    clear:both;
}
/* ############# */
/* ### Menu  ### */
/* ############# */

/* ############# */
/* ### Links ### */
/* ############# */
a{
	text-decoration:none;
    color:#000000;
    
}


a:hover{
	color:#7E7E7E;
}
a:visited{

}
a:active{

}

a img{
    border-style: none;
}


/* weighted cloud */

span.weight1{
    border-style:none;
    color:#BBBBBB;
    font-size:1em;
}
span.weight2{
    border-style:none;
    color:#999999;
    font-size:1.1em;
}
span.weight3{
    border-style:none;
    color:#777777;
    font-size:1.2em;
}
span.weight4{
    border-style:none;
    color:#444444;
    font-size:1.3em;
}
