body, html {
}
body {
	overflow: visible;
	margin: 0;
	background: url(images/bgBody.png) repeat-x top #293233;
}
body, td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
}
td {
	vertical-align: top;
}
h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
}
h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
}
h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}
h5 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}
h6 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}
h7 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
}
div#Content p, div#Content h1 {
	margin: 0 0 10px 0;
}
div#Content h2, div#Content h3, div#Content h4, div#Content h5, div#Content h6, div#Content h7 {
	margin: 0;
}
a {
	color: #0A519E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: none;
}









div#Body {
	width: 800px;
	text-align: left;
	padding: 20px;
}
div#Top {
	font-size: 11px;
	font-weight: lighter;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	position: relative;
	height: 132px;
	background: url(images/bgTop.png) no-repeat;
}
div#Content {
	background: #FFF;
	margin: 0;
}
div#Bottom {
	background: url(images/bgBottom.png) no-repeat;
	line-height: 20px;
	padding: 0 20px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #DDD;
}



div#Logo {
	position: relative;
	top: 10px;
	left: 10px;
	width: 117px;
	height: 80px;
	background: url(images/logotyp3.png) no-repeat;
}







div#Top ul {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 1px;
}
div#Top ul li {
	display: inline;
	float: left;
}
div#Top ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	outline: 0;
	display: block;
	padding: 0 10px 8px 10px;
}
div#Top ul li.active a, div#Top ul li.subactive a {
	padding-bottom: 5px;
	border-bottom: 3px solid #CCC;
}
div#Top ul li a:hover {
	color: #333;
	padding-bottom: 3px;
	border-bottom: 5px solid #425153;
}



.textContent {
	padding: 20px;
}


/* ####################################### */



div.boxes {
	padding: 5px 0;
}
div.boxes div {
	position: relative;
	background: #EEE;
	width: 258px;
	height: 120px;
	float: left;
	display: inline;
	border: 1px solid #DDD;
	border-bottom-color: #BBB;
	border-right-color: #BBB;
	margin: 0 0 0 5px;
}
div.boxes div h1 {
	background: #063567;
	font-size: 12px;
	padding: 5px;
	color: #FFF;
}
div.boxes div p {
	padding: 0 10px;
}
div.boxes div a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
}

div.boxes div.box1 h1 {
	background: url(images/bgBoxHeading1.png) repeat-x #063567;
}
div.boxes div.box1 a {
	background: url(images/bgBoxArrow1.png) no-repeat;
}

div.boxes div.box2 h1 {
	background: url(images/bgBoxHeading2.png) repeat-x #285f99;
}
div.boxes div.box2 a {
	background: url(images/bgBoxArrow2.png) no-repeat;
}

div.boxes div.box3 h1 {
	background: url(images/bgBoxHeading3.png) repeat-x #5e93cc;
}
div.boxes div.box3 a {
	background: url(images/bgBoxArrow3.png) no-repeat;
}

div.boxStart {
	width: 260px;
	height: 190px;
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

div.space, div.spaceBox {
	padding: 10px;
	margin-bottom: 10px;
}
div.box, div.spaceBox {
	background: #EEE;
	border: 1px solid #DDD;
	border-bottom-color: #BBB;
	border-right-color: #BBB;
}
.leftBox {
	float: left;
	display: inline;
	width: 233px;
	margin-right: 10px;
}

div.linkTree {
	display: inline;
	float: left;
	width: 210px;
}
div.contentRight {
	display: inline;
	float: left;
	width: 530px;
	padding-left: 0px;
	margin-left: 0px;
}
div.contentLeft {
	display: inline;
	float: left;
	width: 490px;
	padding-right: 0px;
	padding-right: 0px;
}
div.feedSmall {
	display: inline;
	float: left;
	margin: 20px;
	padding: 20px;
	width: 208px;
}
div.feed {
	position: relative;
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	width: 488px;
}



div.feed p, div.feedSmall p {
	font-size: 10px;
}



div#Content ul.linkTree {
	width: 210px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Content ul.linkTree li {
	height: 30px;
	padding: 1px 0;
}
div#Content ul.linkTree li a {
	outline: none;
	width: 168px;
	padding: 0 20px;
	display: block;
	color: #FFF;
	line-height: 30px;
	background: #5b8dc2;
	border: 1px solid #DDD;
	border-bottom-color: #BBB;
	border-right-color: #BBB;
}
div#Content ul.linkTree li.back a {
	background: #a5b7c7;
	border: 1px solid #DDD;
	border-bottom-color: #BBB;
	border-right-color: #BBB;
}




div#Content p.newsDate {
	margin: -10px 0 10px 0;
	font-size: 9px;
}
div#Content h1.newsHeading {
}
div#Content h2.newsIntro {
	font-size: 14px;
}

div#Content div.miniNews p.newsDate {
}
div#Content div.miniNews h1.newsHeading {
}
div#Content div.miniNews h2.newsIntro {
	margin: 0 0 10px 0;
}





/* ####################################### */



div#Bottom p {
	margin: 0;
}






form#seosafeform {
	margin: 0;
	padding: 0;
}
form#seosafeform textarea {
	width: 97%;
	height: 100px;
}
form#seosafeform input, textarea {
	display: block;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: inherit;
}
form#seosafeform input.submit {
	float: right;
	margin: 5px 0 0 0;
}
form#seosafeform legend {
	font-weight: bold;
	color: #000000;
}
form#seosafeform label {
	display: block;
}
form#seosafeform label span, form#seosafeform p {
	font-size: 80%;
}






.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





.godjul2007 {
	position: relative;
	left: -24px;
	top: -5px;
	background: url(images/godjul2007.png) no-repeat;
	width: 824px;
	height: 247px;
}


