html {
	overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #7a7a7a;
}
body, div, td, span, p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
}
p {
    margin: 0 0 10px 0;
    line-height: 130%;
}

a {
    color: #000000;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#center {
	margin: 0 auto 10px auto;
	width: 990px;
}
#center td.main {
	text-align: left;
	vertical-align: top;
}

#top {
	width: 990px;
	background: transparent url(top.jpg) no-repeat top left;
	height: 350px;
	position: relative;
}

#dvbf {
	position: absolute;
	top: 176px;
	right: 70px;
}

#menu-wrapper {
	position: absolute;
	top: 300px;
	left: 30px;
}

.menu {}
.menu li {
	display: inline;
	margin: 0 25px 0 0;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.menu li a:hover, .menu li a.selected {
	color: #f7731d;
}

#content-wrapper {
	background: transparent url(main-bg.jpg) repeat-y top left;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0px;
	background: transparent url(footer.jpg) no-repeat top left;
	height: 6px;
	width: 990px;
}

#man-woman {
	width: 190px;
	height: 247px;
	background: transparent url(man-woman.jpg) no-repeat top center;
}

.box {
	background: transparent url(box_bg.jpg) repeat-y top left;
	width: 211px;
	margin: 0 0 15px 0;
}
.box .content {
	background: transparent url(box_top.jpg) no-repeat top left;
}
.box .footer {
	background: transparent url(box_bottom.gif) no-repeat top left;
	height: 20px;
}

.row {
	position: relative;	
}
.date {
	position: absolute;
	right: 20px;
	top: 8px;
}
.row a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #f68b17;
	width: 600px;
}
.row a:hover {
	border: 1px solid #4BAEE9;
}

.list {}
.list li {
	float: left;
	margin: 0 0 8px 0;
	background: #f68b17 url(boxbg.gif) repeat-x left top;
	postition: relative;
}
.list li a {
	float: left;
	width: 519px;
	height: 25px;
	text-decoration: none;
}
.list li a div {
	border: 1px solid #f68b17;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.list li a:hover div {
	border: 1px solid #4BAEE9;
}

a.galleri {
	border: 1px solid #f68b17;
	padding: 3px;
	float: left;
}
a.galleri:hover {
	border: 1px solid #4BAEE9;
}


.right {
	width: 190px;
	vertical-align: top;
	/*background: transparent url(right-bg.gif) repeat-y left top;*/
}

/*** ADMIN STYLES */

tr.list-row {}
tr.content-row {}

ul.admin {
    list-style-type: none;
    margin: 5px 0 5px 5px;
    padding: 0;
}
ul.admin li {
    display: inline;
}
ul.admin li a {
    display: inline;
	margin: 0 15px 0 0;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase;
}
ul.admin li a:hover {
	color: #f7731d;
}

ul.admin-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}
ul.admin-menu li {
    float: left;
}
ul.admin-menu li a {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 10px 2px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    background: #EEEEEE;
}
ul.admin-menu li a:hover {
    background: #DDDDDD;
}

.disabled {
	color: #666666;
	font-weight: italic;
}

/******************/
