@media screen{
	img{
		display:block;
		margin:0px;
	}
	html, body{
		margin:0px;
		padding:0px;
		height:100%;
		background-image:url(/Images/Background_Body.png); /* Overridden in IE6.css */
		background-repeat:repeat-x;
		background-color:#999999;
	}
	#Site{
		position:relative;
		margin:0 auto;
		width:940px;
		padding:0px 20px 0px 20px;
		min-height:100%;  /* height in IE6.css */
		background-image:url(/Images/Background_Site.png); /* Overridden in IE6.css */
		background-repeat:repeat-y;
	}
	#Header{
		width:inherit; /* Overridden in IE6.css */
		position:absolute;
		top:0px;
		padding-top:20px;
		height:125px; /* Must have same value as padding-top in #Main */
	}
	#Footer{
		width:inherit; /* Overridden in IE6.css */
		position:absolute;
		bottom:0px;
		height:24px; /* Must have same value as padding-bottom in #Main */
	}
	
	#Main{
		width:inherit;
		overflow:auto;
		padding-top:145px; /* Must have same value as height in #Header */
		padding-bottom:24px; /* Must have same value as height in #Footer */
	}
	#MiddleColumn{
		width:550px;
		float:left;
	}
	#LeftColumn{
		width:200px;
		float:left;
	}
	#RightColumn{
		width:200px;
		float:left;
	}

	.Content{
		margin:20px;
	}
	
	.Niva_1 a, .Niva_1_aktiv a, .Niva_2 a, .Niva_2_aktiv a{
		text-decoration:none;
		color:#555555;
	}
	.Niva_2 a, .Niva_2_aktiv a{
		text-decoration:none;
		color:#777777;
	}
	.Niva_1 a:hover, .Niva_1_aktiv a:hover, .Niva_2 a:hover, .Niva_2_aktiv a:hover{
		text-decoration:none;
		color:#AAAAAA;
	}

	.HorizontalMenu .Niva_1, .HorizontalMenu .Niva_1_aktiv{
		text-decoration:none;
		color:#555555;
		float:left;
		padding:10px 10px 0px 0px
	}
	.VerticalMenu{
		padding:20px;
		font-size:16px;
		text-transform:uppercase;
	}
	.VerticalMenu .Niva_2, .VerticalMenu .Niva_2_aktiv{
		font-size:12px;
		padding-left:5px;
	}
	.ImpleoHtml{
		clear:both;
	}
	
	.Gallery, .Page{
		position:relative;
		height:466px;
	}
	.Page .Image{
		position:absolute;
		width:704px;
		height:466px;
		overflow:hidden;
		top:0px;
		left:0px;
	}
	.Gallery .Image0{
		position:absolute;
		width:234px;
		height:155px;
		overflow:hidden;
		top:0px;
		left:0px;
	}
	.Gallery .Image1{
		position:absolute;
		width:234px;
		height:155px;
		overflow:hidden;
		top:0px;
		left:235px;
	}
	.Gallery .Image2{
		position:absolute;
		width:469px;
		height:310px;
		overflow:hidden;
		top:156px;
		left:0px;
	}
	.Gallery .Image3{
		position:absolute;
		width:234px;
		height:155px;
		overflow:hidden;
		top:311px;
		left:470px;
	}
	.Gallery .Image4{
		position:absolute;
		width:234px;
		height:310px;
		overflow:hidden;
		top:0px;
		left:470px;
	}
	.SideBar{
		width: 235px;
		height:466px;
		background-color:#333333;
		position:absolute;
		left:705px;
		top:0px;
	}
	.SideBar .Content{
		color:#CCCCCC;
	}
	.SideBar .Content h1{
		font-size:16px;
		text-transform: uppercase;
	}
	.LeftColumn{
		position:absolute;
		top:30px;
		left:0px;
		width:220px;
		min-height:300px;
	}

}