/*
	CSS
	M/S Vasterskar
*/

/***************************************************/
/* GLOBALS */
/***************************************************/
* { margin: 0; padding: 0;}

html
{
	height:100%;
}

body
{
	margin:0;
	padding: 0;
	height:100%;
	font: 0.7em/1.5em "Times New Roman, Georgia, serif";
	background: white;
}

body#bodyMain
{
	text-align: center;
}

p, pre, div, table, td, th, input, textarea, select, ol, li, ul
{
	font-family:arial, helvetica, tahoma, sans-serif;
	color: black;
	font-size: 1em;
}

a
{
	color:#00144d;
	text-decoration: underline;
	cursor:pointer;
	font-weight: normal;
	font-family:arial, helvetica, tahoma, sans-serif;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
}

p
{
	margin:0 0 15px 0;
	color: black;
	font-size: 1.1em;
}

div, td
{
}

td
{
	/*font-size:0.7em;*/
	padding: 2px;
}

td p
{
}

ul, ol
{
	margin: 0 0 15px 0;
}

li
{
	margin: 0 0 5px 20px;
	list-style-type: disc;
	color: black;
	font-size: 1.1em;
}

h1, h2, h3, h5, h6
{
	font-family: Times New Roman, Georgia, serif;
}

h1
{
	font-size: 218%;
	font-weight: normal;
	padding:0;
	margin:0 0 20px 0;
	color:#00144d;
}

h2
{
	font-size: 164%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	color: black;
}

h3
{
	font-size: 145%;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #555;
}

h4
{
	font-size: 155%;
	font-weight: normal;
	padding:0;
	margin: 0 0 5px 0;
	color: black;
	font-family:arial, helvetica, tahoma, sans-serif;
}

h5
{
	font-size: 118%;
	font-weight:bold;
	color: black;
}

h6
{
	font-size: 118%;
	color: black;
}


form
{
	margin:0;
	padding:0;
}

input
{
	font-family:arial, helvetica, tahoma, sans-serif;
	font-size:11px;
	color:#565656;
}

select
{
	font-family:arial, helvetica, tahoma, sans-serif;
	font-size:11px;
	color:#565656;
}

hr
{
    height:0;
    border:0;
    border-top:1px solid #eaeae8;
    clear:both;
    margin: 10px 0 10px 0;
    padding: 0;
}

.shortInputText
{
	width:30px;
}

.clearfix
{
	float: none;
	clear: both;
}

/***************************************************/
/* SITE STRUCTURE ID'S & CLASSES */
/***************************************************/

div#wrapper
{
	margin: 0 auto;
	width: 880px;
	background: url(../images/wrapperBg.gif) repeat-y;
	text-align: left;
}

div#logotypeContainer
{
	/*height: 41px;
	width: 193px;*/
	height: 76px;
	width: 218px;
	float: left;
}
#logotypeContainer a
{
	height: 41px;
	width: 193px;
	display: block;
	margin: 25px 0 0 25px;
	text-indent: -31337px;
	overflow: hidden;
}
div#headerContainer
{
	background:url(../images/module_header/header_bg.gif) bottom left repeat-x;
	height:76px;
}

div#headerContainerAdmin
{
	background:url(../images/module_header/bg_header_admin.gif) no-repeat top right;
	height:116px;
}

div#menuContainer
{
	height: 25px;
	width: 830px;
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 25px;
}


div#bodyContainer
{
	background:url(../images/module_main/bg.gif);
}

div#contentWrapper
{
	width:770px;
}

div#subMenuContainer
{
	width:170px;
	float:left;
	overflow:hidden;
	text-align:left;
	font-size:11px;
	margin:0;
}

div#subMenuTop
{
}

div#subMenuMiddle
{
}

div#subMenuMiddle[id]
{
}

div#subMenuBottom
{
}

div#mainContainer
{
	width: 670px;
	float:left;
	overflow:hidden;
	margin: 20px 15px 0 0;
	padding:0;
	text-align:left;
}

div#newsContainer
{
	width:200px;
	float:left;
	overflow:hidden;
	text-align:left;
	margin:3px 0 0 20px;
	color:#565656;
}

div#newsContainer h2
{
	font-size:18px;
	font-weight:bold;
	line-height:1.1em;
	padding:0 0 5px 10px;
	margin:0 0 0 0;
	color:#717074;
	background:url(../images/module_main/h1_bg.gif) no-repeat;
}

div.newsBoxContainer h5
{
	padding:0 0 0 0;
	font-size:11px;
	color:#717074;
	line-height:1.2em;
}

div.newsReadMore
{
	text-align:right;
	border-bottom:1px dashed #c3c8c9;
	height:15px;
	margin:5px 0 10px -65px;
	padding:0 10px 5px 0;
	color:#f29d10 !important;
}

div#footerContainer
{
	height:65px;
	background:url(../images/module_footer/footer_bg.gif) no-repeat;
	width: 880px;
	margin: 20px 0 0 0;
}

div#footerBottom
{
	/*width:650px;
	float:left;
	text-align:left;
	padding:10px 0 0 20px;*/
}
#flashHeader
{
	width: 830px;
	height: 192px;
	background: none;
	margin: 0 0 1px 25px;
}

#flashHeader img
{
	display: block;
}

/***************************************************/
/* SITE CONTENT ID'S & CLASSES */
/***************************************************/

div#headerContent
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#headerContentAdmin
{
	margin:0 0 0 20px;
	padding:0 0 0 0;
}

div#menuContent
{
	height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	float: none;
	clear: both;
	background: #00144d url(../images/module_topmenu/bg.gif) repeat-x;
}

div#subMenuContent
{
	padding: 0;
}	

div#newsContent
{
	padding: 0;
}

div#mainContent
{
	margin: 0 0 0 25px;
	padding: 0;
	overflow:hidden;
}

div#mainContent form
{
	margin:0 0 0 20px;
	padding:0;
}

div#footerContent
{
	padding: 20px 0 0 35px;
	margin:0;
}

/*****************************************/
/* MENU CLASSES & ID'S
/*****************************************/
/* Classes for left and right object around the top menu */
div#topMenuLeft
{
	/*height:19px;
	width:41px;
	padding:0;
	margin:0;
	float:left;
	display:inline;
	background:url(../images/module_topmenu/left.gif) no-repeat;*/
}

div#topMenuRight
{
	/*height:19px;
	width:24px;
	padding:0;
	margin:0;
	float:left;
	display:inline;
	background:url(../images/module_topmenu/right.gif) no-repeat;*/
}

/* Classes for INACTIVE TopMenu Items */
div.topMenuItemLeft
{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

div.topMenuItemRight
{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

div.topMenuItemContent
{
	margin: 0;
	padding:0;
	display:inline;
	float:left;
}

/* Classes for ACTIVE TopMenu Items */
div.topMenuItemLeftSelected
{
	display:inline;
	float:left;
}

div.topMenuItemRightSelected
{
	display:inline;
	float:left;
}

div.topMenuItemContentSelected
{
	display:inline;
	float:left;
}


ul#topMenuList
{
	list-style-type:none;
	list-style-position: outside;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

div#menuContent ul li
{
	display:inline;
	float:left;
}

div#menuContent ul li a
{
	padding: 5px 15px 0 0;
	color:#fff;
	font-size:11px;
	font-family:arial, helvetica, tahoma, sans-serif;
	text-decoration:none;
	font-weight:bold;
	float: left;
	display:inline;
}

div#menuContent ul li a:hover
{
	list-style-type: none;
	color:#94d6da;
}

/* Special class for active TopMenu Item Link */
div#menuContent ul li div.topMenuItemContentSelected a
{
	color:#94d6da;
	float: left;
}

div#subMenuActive
{
	width: 170px !important;
}

a.leftmenuselected
{
	text-decoration:none;
	font-weight:bold;
	color:#b62a38;
}

div#subMenuActiveContent
{
	margin:1px 0 0 0;
	padding:0;
	background: #eaeae8;
	height: 35px;
	width: 170px;
}

div#subMenuActiveContent h2
{
	padding: 8px 0 0 10px;
	margin:0;
	font-size:18px;
	display: block;
	line-height: 1em;
}

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

ul#subMenuListLvl01 li
{
	margin: 0;
	/*padding: 5px 0 0 10px;
	height:20px;*/
	background: url(../images/module_submenu/menu_bg.gif) no-repeat;
	/*width:160px;*/
}

ul#subMenuListLvl01 li a
{
	margin: 0;
	padding: 0;
	padding: 5px 0 0 20px;
	height:20px;
	width:150px;
	color:#00144d;
	font-weight: normal;
	font-family:arial, helvetica, tahoma, sans-serif;
	text-decoration: none;
	display: block;
}

ul#subMenuListLvl01 li a:hover
{
	font-weight: bold;
	text-decoration: none;
}

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

}
ul#subMenuListLvl02 li
{
	background: url(../images/module_submenu/menu_bg2.gif) no-repeat;
	
}
ul#subMenuListLvl02 li a
{
	margin: 0;
	color:#00144d;
	font-weight: normal;
	font-family:arial, helvetica, tahoma, sans-serif;
	text-decoration: none;
	width:150px;
	height:18px;
	padding: 2px 0 0 20px;
	font-size: 11px;
}

ul#subMenuListLvl02 li a:hover
{
	font-weight: bold;
	text-decoration: none;
}


div#newsHeaderContent
{
	margin:0 0 0 0;
	padding: 10px 0 0 0;
	height:39px;
}

span.newsDate
{
	color:#838383;
	display:block;
	text-align:right;
}

div#imgLogo
{
	float:left;
	height:70px;
	width:178px;
	background:#fff;
	text-align:left;
}

div#login
{
	float:right;
}

div#language
{
	
}

div#search
{
	float:right;
	margin:0 15px 0 0;
}

/**********************************************************/
/* TILE PAGES CLASSES */
/**********************************************************/
div#languageContainer
{
	float: right;
	margin: 35px 35px 0 0;
	display: inline;
}

div#poll_vote_form
{
	display:block;
}

div#poll_vote_result
{
	display:none;
}

div.poll_bg
{
	background:url(../images/module_miscpages/poll_bg.gif) no-repeat;
	width:175px;
	height:11px;
	padding:1px;
}

div.poll_bar
{
	background:url(../images/module_miscpages/poll_bar_bg.gif) no-repeat;
	height:9px;
}

div.rightColumnItem
{
	margin:15px 0 10px 0;
	padding:0 0 10px 5px;
	background:url(../images/module_news/rightcolumn_bg.gif) bottom left repeat-x;
}

table#contactFormTable
{
	width:100%;
}

td#contactFormSubjectTd input
{
	width:250px;
}

td#contactFormMessageTd textarea
{
	width:250px;
	height:150px;
}

td#contactFormEmailTd input
{
	width:250px;
}

td#contactFormTelephoneTd input
{
	width:250px;
}
td#contactFormNameTd input
{
	width:250px;
}
td#contactFormOrganisationTd input
{
	width:250px;
}
td#contactFormPositionTd input
{
	width:250px;
}
td#contactFormAddressTd input
{
	width:250px;
}
td#contactFormPostalAddressTd input
{
	width:250px;
}


.label
{
	width:120px;
}
.label_headline
{
	vertical-align:top;
}

div#newsArchiveFormCollections
{
	width:150px;
	float:left;
	padding-bottom:10px;
}

div#newsArchiveFormSearchText
{
	width:150px;
	float:left;
}

div#newsArchiveFormFrom
{
	width:150px;
	float:left;
}

div#newsArchiveFormTo
{
	width:150px;
	float:left;
}

div#newsArchiveFormSearch
{
	width:50px;
	float:right;
}

td#discussionForumFormTopicSelectTd select
{
	width:190px;
}

td#discussionForumFormHeaderTd input
{
	width:190px;
}

td#discussionForumFormNameTd input
{
	width:190px;
}

td#discussionForumFormEmailTd input
{
	width:190px;
}

td#discussionForumFormPostTd textarea
{
	width:415px;
	height:120px;
}

th.discussionDate
{
	font-size:11px;
	color:gray;
}

td#guestbookFormHeaderTd input
{
	width:190px;
}

td#guestbookFormNameTd input
{
	width:190px;
}

td#guestbookFormEmailTd input
{
	width:190px;
}

td#guestbookFormMessageTd textarea
{
	width:435px;
	height:120px;
}

td#orderFormTextArea textarea
{
	width:260px;
}

td#orderFormName
{
	width:260px;
}

td#orderFormName input
{
	width:260px;
}

td#orderFormOrganization input
{
	width:260px;
}

td#orderFormPosition input
{
	width:260px;
}

td#orderFormAddress input
{
	width:260px;
}

td#orderFormPostalAddress input
{
	width:260px;
}

td#orderFormPhone input
{
	width:260px;
}

td#orderFormEmail input
{
	width:260px;
}

div#searchText
{
	float:left;
	width:30px;
	margin: 8px 0 0 0;
	font-size:10px;
	letter-spacing:0.5px;
	color:#fff;
}

div#searchInput
{
	float:left;
	width:110px;
	margin: 5px 0 0 0;
}

div#searchInput input
{
	border:0;
}

div#searchSubmit
{
	float:left;
	width:20px;
	margin: 8px 15px 0 0;
}

div#searchSubmit input
{
	background:url(../images/module_search/btn.gif) no-repeat;
	border:0;
	color:#e28b08;
	font-size:0;
	height:15px;
	width:15px;
	cursor:pointer;
}

div#loginUsernameText
{
	color:#fff;
	width:75px;
	float:left;
	font-size:10px;
	letter-spacing:0.5px;
	margin: 8px 0 0 0;
}

div#loginUsernameInput
{
	width:110px;
	float:left;
	margin: 5px 0 0 0;
}

div#loginUsernameInput input
{
	border:0;	
}

div#loginPasswordText
{
	color:#fff;
	width:50px;
	float:left;
	font-size:10px;
	letter-spacing:0.5px;
	margin: 8px 0 0 0;
}

div#loginPasswordInput
{
	width:100px;
	float:left;
	margin: 5px 0 0 0;
}

div#loginPasswordInput input
{
	border:0;	
}

div#loginSelectSite
{
	display:none;
	float:left;
}

div#loginSubmit
{
	float:left;
	width:15px;
	margin: 8px 5px 0 0;
}

div#loginSubmit input
{
	background:url(../images/module_search/btn.gif) no-repeat;
	border:0;
	color:#e28b08;
	font-size:0;
	height:15px;
	width:15px;
	cursor:pointer;
}





/**********************************************************/
/* ADMIN CLASSES */
/**********************************************************/
body#adminBody
{
	background:#eeeeee;
}

div#adminWrapper
{
	width:800px;
	background:#fff;
	margin:0 auto; /*WANT THE PAGE CENTERED? REMOVE OR ADD COMMENT TAGS TO THE LEFT*/ 
	padding:0 0 0 10px;
}

div#headerAdminContainer
{
	text-align:left;
	width:820px;
}

div#headerAdminContent
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

table#adminHeader
{
	width:800px;
}

div#menuAdminContainer
{
	height:50px;
	width:810px;
	margin:0 0 0 -10px;
	padding:0 0 0 0;
}

div.menuAdminContent
{
	height:50px;
	width:820px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#bodyAdminContainer
{
	margin:0;
	padding:0;
	width:1000px;
}

div#mainAdminContainer
{
	width:500px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:left;
}

div#footerAdminContainer
{
	height:40px;
	clear:both;
}

div#adminEditorTable
{
	width:650px;
}


ul#topMenuAdminList
{
	list-style-type:none;
	list-style-position: outside;
	list-style-image:url(../images/module_topmenu/menu_list_image.gif);
	display:inline;
}

ul#topMenuAdminList li a
{
	margin:0 4px 0 4px;
}

div#adminHeaderLeft
{
 	width:250px;
 	height:102px;
 	float:left;
 	padding: 3px 10px 0 3px;
 	background:#eeeeee;
}

div#adminHeaderMiddle
 {
 	width:420px;
 	height:102px;
 	float:left;
 	padding: 0 10px 0 0;
 	background:#eeeeee;
 }
 
div#adminHeaderRight
{
 	width:150px;
 	height:102px;
 	float:right;
 	padding: 0 3px 0 0;
 	background:#eeeeee;
 	text-align:right;
}
 
div.adminHeaderModule
{
 	width:70px;
 	background:#cccccc;
 	border:1px solid #B7B7B7;
 	float:left;
 	padding-left:5px;
}
 
div#adminStopLights
{
 	width:30px;
 	float:left;
}
 
div#adminMessage
{
 	width:300px;
 	height:50px;
 	background:#fff;
 	border-color:#bbbbbb;
 	border-width:1px;
 	border-style: groove;
 	float:left;
 	padding:2px;
}


