 /*Panorama-Danmark*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}	

h2{
	color:#AA0000;
	text-align:left;
	padding-top: 30px;
}

p:alert{
	color:#FF0000;
}

table.order{
	font-size:11px;
	
}	

table.upload{
	font-size:12px;	
	vertical-align:top;
}

td.upload{
	vertical-align:top;
}

td.obs{
	color:#AA0000;
	font-size:14px;
}

#container{
	position:relative;
	width:850px;
	margin: 0 auto;
	background-color:*#FFFFFF; /*#00FFFF;*/
	overflow:hidden;
}

#wrap{
	position:relative;
	width:800px;
	left:10px;
	background-image:url(images/css/blue_lines.gif); 
	background-repeat:repeat-y;
	overflow:hidden;
}

#bottom_wrap{
	position:relative;
	width:800px;
	left:10px;
	background-image:url(images/css/blue_lines.gif); 
	background-repeat:repeat-y;
	overflow:hidden;
}	
	
#title{
	width:100%;
	height:224px;
	background-color:#FFFFFF;
}	

#menu{
	width:180px;
	background-color:#FFFFFF;/*#FF9933;*/
	float:left;
}	

#pages{
	position:relative;
	width:576px;
	padding: 0px 20px 10px 20px;
	background-color:#FFFFFF;/*#CCCCCC;*/
	float:left;
	left:2px;
}

#pages_bottom{
	position:relative;
	width:616px;
	background-color:#FFFFFF;
	float:left;
	left:2px;
}	

#bottom_line{ 
	position:relative;
	width:850px;
	background-color:#FF0000;
	border-bottom:dotted;
	border-color:#FFFFFF;
	border-width:2px;
}	



#border_box{
	width:500px;
	height:632px;
	border:1px solid #000000;
}		

#table_box{
	width:300px;
	padding: 30px 30px 30px 30px;
	overflow:hidden;
	border: 1px solid #000000;
	font-size:12px;
	color:#000000;
}

#menu_box{
	position: relative;
	width: 170px;
	height: 45px;
}	

.menu_item{
	display:block;
	margin-right:-25px;
	float:left;
	width:160px;
	height:40px;
}

#horizontal_line{
	width: 360px;
	margin-left:-30px;
	height:3px;
	background-image:url(images/css/black.jpg);
	background-repeat:repeat-x;
}

#calendar{
	position:relative;
	width:170px;
	height:190px;
}

#previous{
	position:relative;
	width:20px;
	height:10px;
	float:left;
	background-image:url(images/css/prev.jpg);
}

#next{
	position:relative;
	width:20px;
	height:10px;
	float:right;
	background-image:url(images/css/next.jpg);
}

#big_image{
	/*vertical-align : middle;*/
	position : absolute;
	left: 137px;
	border: 1px solid #999;
	background : #FFFFFF; 
	filter: Alpha(Opacity=100);
	visibility : hidden;
	height : 818px;
	width : 576px;
	z-index : 50;
	overflow : hidden;
}	

#preload{ 
	display: none; 
}


div.clear {
	clear: both;
}


a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a.text:link {
	color:#000000;
	text-decoration:underline;
}

a.text:visited {
	color:#000000;
	text-decoration:underline;
}

a.text:active {
	color:#000000;
	text-decoration:underline;
}

a.text:hover {
	color:#AA0000;
	text-decoration:underline;
}

