
body {
background:url(images/bgx.jpg) repeat-x top left #161a1e;
font-family:Verdana, Tahoma, Helvetica, sans-serif;
font-size: 11px;
margin:0;
color:#fff;
}

#content {
background:url(images/bghtml.jpg) no-repeat top center;
text-align:left;
margin:0 auto;
width:750px;
}

/* topy */

#top_left {
background:url(images/logo.png) no-repeat left top;
width:170px;
height:46px;
float:left;
margin-top:10px;
margin-bottom:67px;
outline:none;
text-indent:-9999px;
}

#top_right {
margin-top:20px;
width:100px;
height:16px;
float:right;
}

#top_right img {
margin-left:10px;
border:none;
}


/* menu */
#menu {
width:750px;
height:25px;
clear:both;
margin-bottom:8px;
}

#menu ul, #menu ul li {
display:inline;
list-style:none;
padding:0;
margin:0;
}

#menu ul li a span {
float:left;
display:block;
height:25px;
line-height:25px;
font-weight:bold;
font-size:10px;
color: #fff;
text-decoration:none;
cursor:pointer;
text-transform:uppercase;
}
		
#menu ul li a span.left, #menu ul li a span.right {
width:4px;
}

#menu ul li a span.left {
margin-left:14px;
}

#menu ul li a:hover span.center {
background:url(images/menu_center.png) repeat-x;
color:#fff;
}

#menu ul li a:hover span.left {
background:url(images/menu_left.png) no-repeat;
}

#menu ul li a:hover span.right {
background:url(images/menu_right.png) no-repeat;
}

/* wrap */

#wrap {
width:750px;
overflow:hidden;
line-height:18px;
}

/* left */
#left {
background:#121212;
width:180px;
float:left;
color:#fff;
}

#left dl {
margin-top:5px;
}

#left dl dt {
display:block;
list-style:none;
padding:0 12px 0;
font-weight:bold;
text-transform:uppercase;
background:#0061ab;
color:#fff;
border:solid #1b1b1b;
border-width:1px 0;
}

#left dl dd {
display:block;
list-style:none;
margin:0;
padding:0 12px 0;
color:#fff;
border-bottom:1px solid #1b1b1b;
}

#left dl dd a:link, #left dl dd a:visited {
text-decoration: none;
display: block;
color:#fff;	
font-size:10px;
}

#left dl dd a:hover {
text-decoration:underline;
}


/* right */
#right {
width:570px;
float:right;
}

#box {
background:url(images/box_bg.jpg) no-repeat top right;
height:268px;
width:570px;
overflow:hidden;
}

#box #flash {
height:268px;
width:240px;
float:left;
}

#box #tekst {
width:310px;
float:right;
overflow:hidden;
padding:10px;
}

#wrapper {
background:#07090b;
width:550px;
clear:both;
padding:10px;
}

#wrapper .title, #about .title {
font-family:Georgia, Verdana, Times, serif;
font-size:18px;
}

#about {
background:#2c3238;
width:550px;
padding:10px;
border-top:1px solid #000;
}

#wrapper .item {
width:550px;
margin-bottom:10px;
clear:both;
}

#wrapper .item .title_item {
text-transform:uppercase;
color:#0961a1;
font-weight:bold;
}

#wrap textarea {
width:300px;
}

/* footer */
#footer {
width:730px;
height:30px;
padding:10px;
clear:both;
font-size:10px;
background:#0f1317;
}

a:link, a:visited {
color:#0a63a3;
text-decoration: none;
}

a:hover {
color:#fff;
text-decoration:underline;
}