
html, body {
width: 100%; }

html, body, table, tbody, tr, td, img {
margin: 0px;
padding: 0px;
border: 0px; }

/*----- BODY -----*/

body {
text-align: center;
background: #11AADD url('img/bodybackcolage.png') repeat-x;
background-position: top center;
color: #DCDCDC;
font-family: sans-serif; }

h3 {
font-weight: 500; }

/*----- DIV -----*/
  
div {
margin: 0px auto; }
  
div.body {
background: url('img/divbodyback.png') repeat-y center; }
  
div.main {
background: #000000;
width: 900px;
padding-top: 150px; }
  
div.topfader {
height: 40px;
background: url('img/divbodytop.png') center no-repeat; }
  
div.bottomfader {
height: 40px;
background: url('img/divbodybottom.png') center no-repeat; }

div.poll {
text-align: left;
width: 300px; }

div.poll_result {
width: 298px;
height: 20px;
border-left: 1px solid #888888;
border-right: 1px solid #888888;
margin: 4px 0px; }

div.poll_bar {
margin: 0px;
background: #333333 url('img/pollbar.png'); }

/*----- SPAN -----*/

.poll_result span {
display: block;
left: 3px;
width: 296px;
height: 20px;
overflow: hidden;
padding: 0px 2px; }

.poll_result span.poll_procent {
display: block;
right: 3px;
float: right;
width: auto; }
  
span.menu {
font: 30pt Magneto;
color: #FEFEFE; }

span.counter {
font-weight: 600; }

span.underline:hover {
background: url('http://danclan.dk/img/menu/underline.png') repeat-x; }

/*----- TABLE -----*/
  
table.top {
width: 880px;
margin: 0px auto; }

td.poll, td.content {
vertical-align: top;
width: 350px; }

table.content {
text-align: left; }

td.content {
vertical-align: top; }

table.center {
margin: 0px auto; }

td.right {
text-align: right; }

td.left {
text-align: left; }

/*----- LINK -----*/

a:link {
color: #DCDCDC;
text-decoration: underline; }

a:hover {
color: #FFFFFF;
text-decoration: underline; }

a:visited {
color: #DCDCDC;
text-decoration: underline; }
  
a.menu:link {
color: #FEFEFE;
text-decoration: none; }
  
a.menu:hover {
text-decoration: underline; }

a.menu:visited {
text-decoration: none;
color: #FEFEFE; }

a.menu:visited:hover {
text-decoration: underline;
color: #FEFEFE; }

a.menu:active {
text-decoration: underline; }

/*----- IMAGE -----*/
  
img {
border: 0px; }
  
img.bill {
width: 400px; }

img.line {
width: 900px;
height: 8px; }

img.menu {
height: 56px;
background: url('img/menu/menupack.png') no-repeat; }

img#spil {
width: 117px;
background-position: center top; }

img#spil:hover {
background-position: center -166px; }

img#downloads {
width: 283px;
background-position: center -56px; }

img#downloads:hover {
background-position: center -222px; }

img#andet {
width: 174px;
background-position: center -112px; }

/*----- SOG / NEWS -----*/

div.sogrescontainer {
position: absolute;
width: 100%;
text-align: center;
left: 0px; }

div.sogres {
width: 850px;
height: 125px;
margin: 0px auto;
padding: 30px 15px 10px;
overflow: hidden;
vertical-align: middle;
background: url('img/sogback.png') no-repeat;
z-index: 500;
display: none; }

input.soggra {
color: #888888;
font-style: italic; }

input.sog {
color: #000000;
font-style: normal; }

div.sogres {
color: #DCDCDC;
text-decoration: none; }
