/*
 * Biograftur.dk (BioEngine [Cruzer CMS Lite Extension]) CSS Typografiark (Cascading Style Sheet)
 * © Copyright, Zepton Web Solutions, 2005.
 * Design på Biograftur.dk lavet af Zepton Web Solutions, zepton.dk
 * Testet på Microsoft Windows XP SP2 platforme i opløsninger på 1024x768 og 1280x1024 i 32 bits farvedybde
 * Testet i Microsoft Internet Explorer 6.0 (uden problemer)
 * Testet i Mozilla Firefox 1.0.7 (uden problemer)
 * Testet i Opera 8.0 (uden problemer)
 * Alle rettigheder forbeholdes
*/

body {
	background-color : #212832;
	background-image : url(images/background.jpg);
	background-repeat : repeat-x;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : #FFFFFF;
	font-size : 12px;
	font-family : Verdana, Helvetica, sans-serif;
}

table {
	color : #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.toplogo {
	background-image : url(images/logo.jpg);
	background-repeat : no-repeat;
	background-position : left;
	background-color : #212832;
	width : 650px;
	height : 98px;
}
.topbar {
	background-image : url(images/background.jpg);
	background-repeat : repeat-x;
}

.table_content {
	height : 500px;
}

a {
	color : #E1B391;
	text-decoration : underline;
}

a:hover {
	color : #895434;
}

a.nohover {
	color : white;
	text-decoration : none;
}
a.nohover:hover {
	color : white;
	text-decoration : none;
}

.menuitem {
	line-height : 16px;
}

a img {
	border : 1px solid #CFB165;
}

h3,.h3 {
	font-size : 18px;
	font-weight : bold;
}

/*	color : #9DB132; */

h4,.h4 {
	color : #CFB165;
	font-size : 16px;
	font-weight : bold;
}

a.h4link {
	color : #CFB165;
}

.h5, h5 {
	color : white;
	text-transform : capitalize;
	font-size : 14px;
	font-weight : bold;
}

.h6, h6 {
	color : white;
	font-size : 14px;
	font-weight : bold;
}

.description_small {
	font-size : 11px;
}

.nyefilm {
	background-color : #33383C;
	border : 1px solid #CFB165;
}

.topbar_left {
	background-image : url(images/topbar_left.jpg);
	background-repeat : no-repeat;
	background-position : right;
}
.topbar_right {
	background-image : url(images/topbar_right.jpg);
	background-repeat : no-repeat;
	background-position : left;
}

.helptopic {
	padding : 5px;
	background-color : #33383C;
	border : 1px solid #CFB165;
}

legend {
	color : white;
}

.spacer {
	background-image : url(images/spacer.jpg);
	background-repeat : repeat-x;
	height : 20px;
	width : 100%;
}