		@font-face {
			font-family: 'CourierSans-Regular';
			src: url('../fileadmin/font/cosrg___-webfont.eot');
			src: url('../fileadmin/font/cosrg___-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fileadmin/font/cosrg___-webfont.woff') format('woff'),
				 url('../fileadmin/font/cosrg___-webfont.ttf') format('truetype'),
				 url('../fileadmin/font/cosrg___-webfont.svg#CourierSans-Regular') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		
		/*@font-face {
			font-family: 'CourierSans-Regular';
			src: url('../fileadmin/font/CourierSans_Regular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;

		}*/

		
		html {

		}
		body {
			margin:0px;
			font-family:"CourierSans-Regular",arial,verdana,sans-serif;
			font-size: 11px;
			line-height: 15px;
			color: #003F7D;
			height:100%;
			letter-spacing:-1px;
		}
		ul {
			list-style-type:none;
			padding:0px;
			margin:0px;
		}
		li {
			padding:0px;
		}
		p {
			padding:0px;
			margin:0px;
		}
		h1 {
			padding:0px;
			margin:0px 0px 15px;
			font-family:"CourierSans-Regular",arial,verdana,sans-serif;
			font-size: 11px;
			line-height: 15px;	
			font-weight:normal;
			text-decoration:underline;
			text-transform:uppercase;
		}
		a {
			text-decoration:none;
			color: #003F7D;
		}

		a:hover,a.selected {
			text-decoration:underline;
			color: #003F7D;
		}


		div#nav {
			margin-top:45px;
			float:left;
			width:75px;
			margin-left:0px;
			overflow:visible;
			/*background-color:#D9D9D7;*/
		}
		
		div#logo {
			background-image: url('../fileadmin/template/img/logo.gif');
			background-repeat: no-repeat;
			min-height:179px;
			width: 266px;
		}
		
		div#logo_contact {
			margin-top:45px;
			margin-left:55px;
			width:200px;
		}
		ul.nav_normal li {
			width:75px;
			line-height:15px;
		}
		ul.nav_normal {
			width:75px;
		}
		#nav_sub ul.nav_normal li,#nav_sub ul.nav_normal {
			width:110px;
		}		
		
		div#nav li.nav_selected a{
			text-decoration:underline;
		}
		div#nav_sub {
			margin-top:45px;
			float:left;
			width:110px;
			overflow:hidden;
			/*background-color:#D9D9D7;*/
		}
		div#nav_sub_hide {
			display:none;
		}

		div.home_image,div.home_image_hidden,div.project_image,div.project_image_hidden,div.video_image,div.video_image_hidden {
			/*margin-bottom:30px;*/
			position:relative;
			z-index:0;
		}
		#navigation{
			position:absolute;
			/*background-color:#D9D9D7;*/
			z-index:1;	
		}
		.home_image_hidden,.project_image_hidden,.video_image_hidden {
			display:none;
		}
		.project_image p,.project_image_hidden p,.home_image p,.home_image_hidden p,.video_image p,.video_image_hidden p{
			text-align:left;
		}		
		.project_image img,.project_image_hidden img,.home_image img,.home_image_hidden img {
			cursor:pointer;
		}
		div.video_image iframe {
			margin-top:160px;
		}
		#nav_home_prev{
			display:none;
		}
		#nav_home_seperator{
			display:none;
		}
		.std_content_txt {
			margin-left:353px;
			width:400px;
			position:relative;
			
		}
		.std_content_txt p{
			margin:0px;
		}
		body>#navigation{position:fixed;}



		.nav_normal li,.nav_normal li a{
			height:15px;
		}

