/* Reset browser defaults */
@import url('reset.css');

/* ---------- LAYOUT the women 2010 ---------- */

body{
background-color: #000;
/* set the base font-size 1em to 10px */
/*font-size: 62.5%;*/
}

#wrapper {
width: 960px;
height: 560px;
margin: 0 auto;
/* top whitespace */
margin-top: 20px;
background-color: #000;
display: none;
}

#leftcol {
width: 540px;
height: 560px;
float: left;
}

#rightcol {
width: 420px;
height: 560px;
background-color: #000;
float: right;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.3em;
/*margin: 8px;*/
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: left;
color: #fff;
background-color: #000;
}

.highlight {
color: #e5c789;
}

#hidden {
display: none;
}

#header01 {
/* kontrollera OM BANDET img */
margin-top: 82px;
padding-bottom: 20px;
}

#header02 {
margin-top: 15px;
padding-bottom: 12px;
}

#header03 {
margin-top: 15px;
padding-bottom: 12px;
}

#header04 {
margin-top: 82px;
padding-bottom: 15px;
}

#header05 {
margin-top: 82px;
padding-bottom: 22px;
}

#mp3player {
margin-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
padding-top: 10px;
}	

/* ---------- LINKS ---------- */

a:link {color: #d8ba7b}      /* unvisited link */
a:visited {color: #d8ba7b}  /* visited link */
a:hover {color: #d8ba7b}  /* mouse over link */
a:active {color: #d8ba7b}  /* selected link */

/* ---------- FORMS ---------- */

form {
width: 420px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: left;
}
form fieldset {
 margin: 0;
 padding: 0px;
 border-width: 1px;
 border-style: solid;
 border-color: #666666;
 background-color:#F5F5F5;
}
form label {
float:left;
width: 100px;
margin-left:50px;
}
input:focus {
 border: 2px solid #d8ba7b;
}
