/*******************************/
/******** Reset styles *********/
/*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 12px;
	vertical-align: top;
}

table {

}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:12px;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*******************************/
/****** Generelle styles *******/
/*******************************/
body
{
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	margin: 20px 0px 30px 0px;
	text-align: left;
}

.newwrapper
{
    width: 850px;
    margin: 0px auto;   
}
.left
{
    width: 150px;
    float: left   
}
.left .facebook
{
    float: right;
    display: block;
    margin: 235px 20px 0px 0px; 
}
.left .myspace
{
    float: right;
    display: block;
    margin: 15px 20px 0px 0px; 
}
.left .bandcamp
{
    float: right;
    display: block;
    margin: 15px 20px 0px 0px; 
}

.left .depalma
{
    float: right;
    display: block;
    margin: 15px 20px 0px 0px; 
}


.right
{
    width: 150px;
    float: left   
}
.wrapper
{
    width: 550px;
    float:left;   
    margin-bottom: 30px;
}

.top
{
    width: 550px;
    height: 170px;
    background-image: url(../images/logo.jpg);
    margin-bottom: 30px;
}

.flapContainer
{
    width: 550px;
    height: 22px;
    border-bottom: solid 1px;
}

.flapActive, .flapDeactive
{
    border: solid 1px #000000;
    border-bottom: solid 0px;
    float: left;
    margin-right: 10px;
    height: 22px;
    line-height: 22px;
    padding: 0px 6px;
}

.flapActive a
{
    text-decoration: none;
    font-size: 13px;
    color: #000000;
}

.flapDeactive a
{
    text-decoration: none;
    font-size: 13px;
    color: #333333;
}

.main
{
    padding: 0px 5px;
    padding-top: 15px;
}

.headline
{
    margin-top: 10px;
    cursor: pointer;   
}

.header
{
	font-weight: bold; 
}
.factbody
{
    width: 530px;
    padding: 5px;
}

.factbody .left
{
    width: 150px;
    float: left;
    margin-right: 10px;
}

.factbody .right
{
    width: 300px;
    float: left;
}

a
{
	color: #000000;
}



