/* General design for the site */
html {
	margin: 0;
	padding: 0;	
}
body {
margin : 0;
padding : 0;
}

#container {
text-align : center;
}

a {
	text-decoration:underline;
	color: #444444;
}


a.loginmenu {
	color: #000000;
	text-decoration: none;
}
a.loginmenu:hover {
	text-decoration: underline;	
}

a.logout {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	 text-decoration: none;
}

::selection {
	background: #c0c0c0; /* Safari */
}

.lineheight14 {
	line-height: 14px;
}
.lineheight18 {
	line-height: 18px;
}
/* START - Message boxes */
.error_message {
padding : 3px;
text-align : center;
border : 1px solid #e28080;
background-color : #f2c5c5;
color : #840000;
font-family : tahoma, sans-serif;
font-size : 8pt;
width : 100%;
}
.error_message a {
color : #840000;
font-weight : bold;
}
.succes_message {
padding : 3px;
text-align : center;
border : 1px solid #000066;
background-color : #B3C2FF;
color : #000066;
font-family : tahoma, sans-serif;
font-size : 8pt;
width : 100%;	
}
.succes_message a {
color : #000066;
font-weight : bold;	
}
/* END - Message boxes */


/* START - Frontpage styles */
.fp-news {
font-family : tahoma, sans-serif;
font-size : 8pt;
}
.fp-news .news_header {
font-size : 11px;
}
.fp-news .news_text {
line-height : 130%;
padding-left : 3px;
}
.fp-news .news_text .read_all {
font-size : 7pt;
}
.fp-news .news_list {
line-height : 13pt;
}
	/* START - Frontpage links */
	.frontpage a {
	font-size : 7pt;
	text-decoration : none;
	color : #000;
	}
	.frontpage a:hover {
	text-decoration : underline;
	}
	/* END - Frontpage links */
/* END - Frontpage styles */


/* START - The black tab in the top of the site */
a.top_tab_link, a.top_tab_link:visited {
	font-family: tahoma,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
a.top_tab_link:hover {
	text-decoration:underline;	
}
/* END - The black tab in the top of the site */


/* START - Breadcrumbs */
.navigation-container {
	background-color : #ffffff;
	border-bottom : 1px solid #d6d4b7;
}
.navigation-container #breadcrumbs {
	margin : 0; 
	padding:0px;
	color : #c8c6ad;
	font-family : "Arial", Verdana, Helvetica, sans-serif;
	font-size : 9px;
	text-transform : uppercase;
	height:23px;
}
.navigation-container #breadcrumbs ul {
	list-style-type : none;
}
.navigation-container #breadcrumbs ul li {
	display : inline;
	float : left;
	padding : 2px 20px 0 10px;
	line-height : 23px;
	background : url('../gfx/breadcrumbs-bg.gif') no-repeat right;
}
.navigation-container #breadcrumbs ul li a {
	text-decoration : none;
	color : #c8c6ad;
	font-size:9px;
}
.navigation-container #breadcrumbs ul li a:hover {
	color : #333333;
}
/* END - breadcrumbs */

/* START - content box */
.content-cell-left {
	padding-top : 10px;
}
.content-cell-right {
	padding-top : 10px;
	padding-left: 10px;	
}
/* END - content box */
