html, body 
{
	width: auto;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 1px;
	color: #002946;
	background-color: #eeeeee;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Geneva, Lucida, sans-serif;
	background-image: url(/design/cbs/images/background.jpg); 
	background-repeat:repeat-x;
	text-align: center;
}

p
{
	font-size: 12px;
}

/*
 * Table
 */
table
{
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	left: 0px;
	text-align: left;
	border-collapse: collapse;
}

#Page table 
{
	margin: 0px;
	padding: 0px;
	width: 460px;
}

tr
{
	margin: 0px;
	padding: 0px;
}

td, th
{
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Geneva, Lucida, sans-serif;
	text-align: left;
	border-width: 0;
	vertical-align: top;
}

a 
{
	text-decoration: none;
	color: #204a95;
	background-color: inherit;
}

a:visited, a:active 
{
	text-decoration: none;
	color: #204a95;
	background-color: inherit;
}

a:hover 
{ 
	color: #D26E10;
	background-color: inherit;
}

/*
 * Image CSS
 */
img 
{
	border: 0; 
}

span.ImageCenter
{
	text-align: center;
}


input.Submit
{
        width: 50px;
        height: auto;
        margin: 0px;
        padding: 1px 0px 0px 0px;
        font-family: arial, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #002946;
        background-color: #ECF0F4;
}

input, textarea
{
	border-top: 1px solid #7488a5;
	border-right: 1px solid #b8bab1;
	border-bottom: 1px solid #b8bab1;
	border-left: 1px solid #b8bab1;
}


hr {
	color: inherit; 
	background-color: #ffffff; 
	border-top: 0.5px dotted #707070;
	border-right: 0px none #707070; 
	border-bottom: 0px none #707070; 
	border-left: 0px none #707070; 
}

.Box
{
	margin: 5px 0px 20px 0px;
}

.xxblock_tilmeld
{
        margin: 10px 0px 10px 0px;
}

.block_tilmeld .Box { margin: 0px; padding:0px; }
.block_tilmeld .box { margin: 0px; padding:0px; }
.block_tilmeld label { margin: 0px; padding:0px; display:block; }


.tilmeld_inputfelt input, textarea
{
        border-top: 1px solid #7488a5;
        border-right: 1px solid #b8bab1;
        border-bottom: 1px solid #b8bab1;
        border-left: 1px solid #b8bab1;
        width: 400px;
}


.Print
{
	position: relative;
	float: right;
	width: auto;
	top: 4px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
}

.Delimiter
{
	margin: 5px 0px;
	width: 100%;
	height: 2px;
	line-height: 0px;
	background: url('/design/cbs/images/dot.gif') repeat-x center left;
}

#Page 
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 932px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

