﻿/* Styles for page layout */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
}

a {
	color: #015187;
	text-decoration: none;
}
a:hover {
	color: #22baea;
	text-decoration: none;
}
a:active {
	color: #22baea;
	text-decoration: none;
}
a:visited {
	color: #015187;
	text-decoration: none;
}


/* Contains the whole page. Sets the width and horizontal placement (center). */
#page_container {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*  */
#header_container {
	position: relative;
	width: 100%;
	height: 60px;
	background-image: url('../Design_Elements/header_bg.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*  */
#logotype_container {
	position: relative;
	float: left;
	height: inherit;
}

/*  */
#language_container {
	position: relative;
	float: right;
	height: 35px;
	margin: 25px 0 0 0;
}

#sitemap_container {
	margin: 0 10px 0 0px;
}

/*  */
#search_container {
	position: relative;
	float: right;
	height: 45px;
	margin: 15px 0 0 0;
}

/*  */
#main_menu_container {
	position: relative;
	width: inherit;
	height: 40px;
	background-color: #015187;
	margin: 0px 0px 1px 0px;
	padding: 0;
	background-image: url('../Design_Elements/main_menu_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}

/*  */
#main_container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

/* Contains the sub menu. */
#left_container {
	width: 240px;
	position: relative;
	float: left;
}

/* Contains the image container and content container. */
#right_container {
	width: 720px;
	position: relative;
	float: left;
}

/* Contains the page image. */
#image_container {
	width: inherit;
	margin: 0px 0px 5px 0px;
}

/* Contains inner left and right containers. */
#content_container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

/* Contains articles. */
#inner_left_container {
	width: 439px;
	padding: 20px;
	position: relative;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #015187;
}

/* Contains different side bar items. */
#inner_right_container {
	position: relative;
	width: 199px;
	padding: 20px;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #015187;
}

/*  */
#footer_container {
	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #015187;
	color: #FFFFFF;
	font-size: x-small;
}

/* Styles for start page. */
#start_image_container {
	width: 720px;
	position: relative;
	float: left;
}
#start_right_column {
	padding: 10px;
	width: 219px;
	height: 280px;
	position: relative;
	float: left;
	margin: 0 0 0 1px;
}
#start_column_container {
	margin: 5px 0px 0px 0px;
}
#start_column1 {
	width: 220px;
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
}
#start_column2 {
	width: 219px;
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #015187;
}
#start_column3 {
	width: 219px;
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #015187;
}
#start_column4 {
	width: 219px;
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #015187;
}
#start_separator_row {
	height: 25px;
	background-image: url('../Design_Elements/start_separator_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	clear: left;
}

/* Helpers */
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

/* container containing the information about one contact */
#contactContainer {
	font-size: 	11px;
	margin-top:	9px;
	margin-left: 	0px;
	margin-right: 	-10px;
	width: 		209px;
}

.contactImage {
	margin: 0 0 15px 0;
}
