@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.png) repeat;
	margin:0;
	font-family:Calibri, Arial, sans-serif;
	color:#333333;
	text-align:center}

img {
	margin:0;
	padding:0;
	border:0}
	
a:link {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
a:visited {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
a:hover {
	color:#adb1d6;
	text-decoration:underline;
	font-weight:bold}
a:active {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
	
a.menu:link {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
a.menu:visited {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
a.menu:hover {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
a.menu:active {
	color:#adb1d6;
	text-decoration:none;
	font-weight:bold}
	
a.text:link {
	color:#1d4097;
	text-decoration:none;
	font-weight:bold}
a.text:visited {
	color:#1d4097;
	text-decoration:none;
	font-weight:bold}
a.text:hover {
	color:#1d4097;
	text-decoration:underline;
	font-weight:bold}
a.text:active {
	color:#1d4097;
	text-decoration:none;
	font-weight:bold}

h1,h2 {
	color:#1d4097}

h1,h2,h3,h4 {
	margin-top:0}
	
h1 {
	margin-left:10px}

h4 {color:#333333;
	margin-top:0}

td.shadowleft {
	width:15px;
	background:url(images/shadow-left.png) repeat-y}

td.shadowright {
	width:15px;
	background:url(images/shadow-right.png) repeat-y}

td.shadowbottom {
	height:15px;
	background:url(images/shadow-bottom.png) repeat-x}

td.leftcorner {
	background:url(images/shadow-leftcorner.png) no-repeat}

td.rightcorner {
	background:url(images/shadow-rightcorner.png) no-repeat}
		
.container {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:950px;
	background:none;
	min-height:500px}

.header {
	padding:10px 10px 10px 10px;
	background:#FFFFFF url(images/header.jpg) right no-repeat;
	font-size:x-large;
	color:#1d4097}
	
.footer {
	padding:10px 10px 10px 10px;
	background:#1d4097;
	font-size:small;
	color:#adb1d6}
	
#slogan {
	padding:0;
	margin:0;
	height:130px}

.menu {
	padding:0;
	margin:0}

.nav {
	padding:5px 10px 5px 10px;
	margin:0;
	background-color:#1d4097;
	float:left}

.nav-hover {
	padding:5px 10px 5px 10px;
	margin:0;
	background-color:#6069af;
	float:left}
	
.content {
	padding:10px 10px 10px 10px;
	margin:0;
	background:#adb1d6}
	
.sidebar {
	padding:10px 10px 10px 10px;
	margin:0;
	background:#6069af;
	color:#333333;
	width:350px;
	font-size:90%}

.pers {
	line-height:150%}

.small {
	font-size:80%;
	margin-bottom:0;
	padding-bottom:0}
