
/* General tag styles */
body {
	/*background-color: rgb(210,134,79); Old orange color */
	background-color: rgb(35,200,252);
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}

p {
	font-size: 18px;
}

img { /* IE fix */
	border: none;
}

a:hover {
	
	}

/* Special class styles */
.signature {
	font-style: italic;	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
	}
.introduction {
	font-style: italic;	
	font-size: 28px;
	text-align: center;
	}
.contact_person {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #00F;
	letter-spacing: 1px;
}
.contact_address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
}

table.personnel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}
table.personnel tr .personnel {
	padding: 10px;
	width: 450px;
}

/* Content box settings */
#content_box {
	/*
	border-width: thin;
	border-style: solid;
	*/
	border:none;
	/*
	border-top-color: #00F;
	border-left-color: #00F;
	border-bottom-color: #F00;
	border-right-color: #F00;
	*/
	position: absolute;
	visibility: visible;
	height: auto;
	min-height: 600px;
	width: auto;
	min-width: 200px;
	max-width: 80%;
	left: auto;
	top: 160px;
	right: auto;
	bottom: auto;
	background-position: center center;
	vertical-align: middle;
	margin: 15px;
	margin-left: 240px;
	padding: 15px;
	margin-top: 0px;
	
}
/* Agenda list */
ul.agenda {
	list-style: none;
	list-style-position: inside;
	font-size: 28px;
}

ul.agenda li {
	padding-bottom: 30px; 														/* Space between lines */
	padding-left: 50px;															/* Set text distance from bullet image */
	background: url(images/bullet_football.png) no-repeat top left;	 			/* List bullet image */
	
}
	
/* Navigation page */
	
#logo_box {
	margin-left: 10px;	
	padding-bottom: 50px;
}

#links_box {
	margin-left: 220px;	
	padding-bottom: 4px;
	max-width: 81%;
	min-width: 750px;
}

ul.navi_menu {
	list-style-type: none;
	overflow:auto hidden;
	padding: 0px;
	margin: 0px;
	height: auto;
	
	
}

ul.navi_menu div li {
	float: left;
	margin: 0 5px;

	font-size: 28px;
	font-weight: bolder; 
	
}
ul.navi_menu div li.navi_right {
	float: right;
	margin 0px 0px;
	border-style:solid;
	border-color: black;
	border: thick;
} 


ul.navi_menu div li a {
	text-decoration: none;
	color: black;
	display: block;
	

}
ul.navi_menu div li a.logo {
	padding-top: 0px;
}
ul.navi_menu div li a.lang {
	padding: 0px;
}


* html ul.navi_menu div li a {/* IE fix */ 
	width: 1%;
}

ul.navi_menu div li a:hover {
	text-decoration: underline;
	color: red;	
}
ul.navi_menu div li a:active {
	text-decoration: underline;
	color: red;	
}
ul.navi_menu div li a: visited{
	text-decoration: none;
	color: inherit;	
}
div.navi_panel {
	width:  auto;
	max-width: 80%;

	margin-top: 52px;
	margin-bottom: 5px;
	margin-left: 240px;
	
	padding: 1px;
	
	
	background-color: rgb(255,168,20);
	border-style: ridge;
	border-color: rgb(255, 48, 75);
	border-width: 2px;
}
div.lang_selected {
	height: 42px;
	width: 50px;
	border: 1px solid black;
	vertical-align: center;
	text-align: center;
}
div.lang_not_selected {
	height: 42px;
	width: 50px;
	border: 1px hidden;
	vertical-align: center;
	text-align: center;
}

div.lang_not_selected a img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.lang_not_selected a img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}	

div.page_selected {
	background: url(images/selection.png) no-repeat bottom center; 
	height: 40px;	
	min-width: 140px;
	border: 1px hidden;
	vertical-align: center;
	text-align: center;
	padding: 10px 10px;
	padding-bottom: 0px;
	padding-top: 15px;
}
div.page_not_selected {
	height: 35px;
	min-width: 140px;
	border: 1px hidden;
	vertical-align: center;
	text-align: center;
	padding: 10px 10px;
	padding-bottom: 0px;
	padding-top: 15px;
	
	/* To unempasize un-selected navigation links*/
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}