@media only screen and (min-width: 1024px) {
	body {
		background: url('../images/bg.jpg');
		margin: 0px;
		padding: 0px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}

	p {
		padding: 0px;
		margin: 0px;
	}

	#container {
		position: absolute;
		width: 840px;
		left: 50%;
		margin-left: -420px;
	}

	#content {
		width: 800px;
		padding-left: 20px;
		padding-right: 20px;
		background: url('../images/gradient_main.png');
	}

	#navigation {
		width: 800px;
		height: 20px;
		padding-top: 130px;
		background: url('../images/header.jpg');
	}

	#navigation ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#navigation ul li ul {
		background: #00049C;
		position: absolute;
		margin-left: -11px;

		display: none;
	}

	#navigation ul li:hover ul {
		display: block;
	}

	#navigation ul li ul li a {
		color: white;
	}

	#navigation ul li ul li {
		font-weight: normal;
		padding: 5px 11px;
	}

	li.navigation {
		height: 19px;
		padding-left: 11px;
		padding-right: 11px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 1px;
		float: left;
		font-size: 10pt;
		font-weight: bold;
	}

	li.navigation_inactive a {
		color: White;
		text-decoration: none;
	}

	li.navigation_active a {
		color: #00049C;
		text-decoration: none;
	}

	li.navigation_inactive {
		background: #00049C;
	}

	li.navigation_active {
		background: White;
	}

	#navigation li:hover, #navigation li:hover ul {
		background: #f0f0f0;
	}

	#navigation li:hover a {
		color: #00049C;
	}

	#navigation li:hover ul li a:hover {
		text-decoration: underline;
	}

	#bottom {
		width: 840px;
		height: 20px;
		background: url('../images/gradient_bottom.png');
	}

	#projects_overview {
		background-image: url(../images/olifant.png);
		height: 828px;
		width: 590px;
		text-align: center;
		float: left;
	}

	#projects_info {
		width: 180px;
		padding-right: 10px;
		height: 828px;
		float: left;
	}

	div.hr {
		background-image: url(../images/hr.png);
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	div.hr50 {
		background-image: url(../images/hr50.png);
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	div.hr75 {
		background-image: url(../images/hr75.png);
		height: 2px;
		width: 550px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#default_body {
		width: 560px;
		min-height: 10px;
		float: left;
	}

	div.text_body {
		min-height: 10px;
		float: left;
	}

	#side_items, #side_items_contact {
		width: 200px;
		float: left;
		margin-left: 20px;

	}

	#side_items div.side_item, #side_items_contact div.side_item {
		width: 180px;
		background: #f2f2f2;
		padding: 10px;
		margin-bottom: 20px;
	}

	#body {
		width: 780px;
		padding: 10px;
	}

	#body a {
		color: Black;
		font-weight: bold;
		text-decoration: none;
	}

	#body a:hover {
		text-decoration: underline;
	}

	#body .subtitle {
		font-size: 0.9em;
		text-align: center;
		color: gray;
		font-style: italic;
	}

	#body h2 {
		margin-top: 15px;
	}

	h1 {
		font-size: 12pt;
		margin: 0;
		padding: 0;
		color: #00049C;
	}

	h2 {
		font-size: 10pt;
		margin: 0;
		padding: 0;
		color: #00049C;
	}

	input {
		border: 1px solid #00049C;
		background: White;
		color: #808080;
		font-size: 8pt;
		padding: 4px;
	}

	textarea {
		border: 1px solid #00049C;
		background: White;
		color: #808080;
		font-size: 8pt;
		padding: 4px;
	}

	select {
		border: 1px solid #00049C;
		background: White;
		color: #808080;
		font-size: 8pt;
		padding: 4px;
	}

	div.news {
		width: 780px;
		height: 70px;
		background-image: url(../images/gradient_news.png);
		margin-bottom: 20px;
	}

	div.news div.news_image {
		float: left;
		width: 90px;
		height: 60px;
		margin: 5px;
	}

	div.news div.news_image img {
		border: 1px solid #00049C;
	}

	div.news div.news_intro {
		float: left;
		height: 60px;
		width: 660px;
		margin-top: 5px;
		margin-left: 15px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	div.news div.news_intro a {
		text-decoration: none;
	}

	div.readmore a {
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		color: #00049C;
	}

	#map_canvas {
		width: 558px;
		height: 420px;
		border: 1px solid #00049C;
	}

	input.button {
		width: 88px;
		height: 23px;
		background-image: url(../images/button_background.png);
		color: White;
		font-weight: bold;
		font-size: 8pt;
		border: 0px;
		padding-top: 3px;
	}

	div.project_image a img {
		border: 1px solid #00049C;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	div.home_block {
		float: left;
		width: 370px;
		margin-bottom: 16px;
	}

	#footer {
		position: relative;
		width: 800px;
		height: 35px;
		padding-top: 15px;
		background: #8B5145;
		color: White;
		text-align: center;
		font-size: 9pt;
	}

	#footer a {
		color: White;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer #logos {
		position: absolute;
		top: 1px;
		right: 1px;
	}

	#home_image {
		position: relative;
		width: 600px;
		height: 240px;
		border: 2px solid #8B5145;
		margin-left: 88px;
		clear: both;
	}

	#home_image #home1 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#home_image #home2 {
		position: absolute;
		top: 0px;
		left: 300px;
	}

	#home_image_slogan {
		position: absolute;
		width: 580px;
		height: 28px;
		background-image: url(../images/transparency.png);
		color: White;
		margin-top: 208px;
		font-size: 14pt;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 4px;
		top: 0px;
		left: 0px;
		z-index: 1000;
	}

	#folders {
		width: 200px;
		float: left;
	}

	#folders ul {
		padding-left: 16px;
		margin-left: 6px;
	}

	#folders ul li {
		list-style-image: url(../images/icons/icon_folder.png);
	}

	#files {
		width: 350px;
		float: left;
	}

	#files a {
		font-weight: normal;
	}

	#submenu ul {
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin: 0;
	}

	#submenu ul li {
		list-style-type: none;
	}

	#formcheck {
		visibility: hidden;
		display: none;
	}

	#intro {
		position: absolute;
		width: 146px;
		left: 50%;
		margin-left: -73px;
		height: 55px;
		top: 50%;
		margin-top: -28px;
	}

	#intro img {
		border: 0;
	}

	.publication {
		position: relative;
		margin-right: 12px;
		margin-top: 12px;
		height: 87px;
	}

	.publication img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 75px;
		border: 1px solid #365F91;
		padding: 5px;
	}

	.publication h3 {
		position: absolute;
		top: 0;
		left: 130px;
		height: 87px;
		line-height: 87px;
		padding: 0;
		margin: 0;
	}
}