@import "ie.css";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: url('../media/bg.png') repeat-y 50% 0 #333;
	margin: 0px;
	font-family: "MS Trebuchet", Verdana, Arial;
	font-size: 12px;
	height: 100%;
}

#container {
	width: 695px;
	margin: auto;
	padding-right: 145px;
	height: 100%;
}

#left {
	width: 145px;
	height: 100%;
	float: left;
}

ul#menu {
	background: url('../media/menu.png') no-repeat;
	display: block;
	width: 145px;
	margin: 145px 0 0 0;
	height: 358px;
	float: left;
	list-style: none;
}

ul#menu ul {
	list-style: none;
}

ul#menu ul li {
	margin: 10px 0 0 45px;
}

ul#menu ul li a{
	text-decoration: none;
	color: #333;
}

ul#menu ul.top li a:hover{
	border-bottom: 2px solid #FC0
}

ul#menu ul.bottom li a:hover{
	border-bottom: 1px solid #FC0
}

ul#menu ul.top li.active{
	list-style: disc;
}

ul#menu ul.bottom li.active{
	list-style: disc;
}

.top {
	margin: 45px 0 0 0;
	font-size: 16px;
}

.bottom {
	font-size: 12px;
}


#right {
	width: 550px;
	height: 200px;
	margin: auto;
	float: left;
}

#header {
	background: url('../media/header.png') no-repeat 2px 0 #FFF;
	display: block;
	width: 548px;
	height: 156px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	text-indent: -1000em;
	margin: 0 0 0 0px;
}

#header h1 {
	color: #333;
	margin: 20px 0 0 0;
	line-height: 110px;
	text-align: center;
	text-indent: -1000em;
}

.bottom {
	margin: 75px 0 0 0;
}


.post {
	margin: 20px 00px 0 30px;
}

.post h1 {
	font-size: 19px;
	margin: 0 0 10px 0;
}

.post h1 a{
	color: black;
	text-decoration: none;
}

.post h1 a:hover{
	border-bottom: 2px solid #FC0;
}

.post p {
	font-style: italic;
	margin: 0px 110px 0 0px;
}

h2 {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

.infoblok {
	width: 150px;
	margin: -15px 0 20px 20px;
	float: right;
	font-size: 10px;
}

.blokinfo {
	margin: 10px 10px 0 0;
	list-style: none;
	float: right;
}

.image {
	margin: 20px 00px 0 30px;
}

.image h3 a {
	margin: 0 0 0 4px;
	text-decoration:none;
	color: #333;
}

.image h3 a:hover {
	border-bottom: 2px solid #FC0;
}

.image img {
	max-width: 470px;
	border: 0px;
	padding: 0 0 0 10px;
}

.image a.url img {
	width: 470px;
	border: 0px;
	padding: 0 0 0 10px;
	text-decoration: none;
	border-left: 3px solid white;
}

.image a.url:hover img {
	padding: 0 0 0 10px;
	border-left: 3px solid #FC0;
}

ul.image-info a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

ul.image-info a:hover {
	border-bottom: 1px solid #FC0;
}

ul.image-info {
	list-style: none;
	line-height: 20px;}

ul.image-info li {
	float: left;
	padding: 0px 5px;
	display: block;
	font-size: 0.9em;
}

#content {
	width: 100%;
}

#content h1 {
	font-size: 19px;
	margin: 0 0 10px 0;
}

.breadcrums {
	padding: 0 0 10px 0;
	font-size: 0.8em;
	color: #666;
	width: 100%;
}

.breadcrums a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #666;
}

.breadcrums a:hover {
	color: #333;
	border-bottom: 1px solid #FC0;
}

ul.address {
	margin: 10px 0 0 0;
}

ul.address li {
	list-style: none;
	margin: 0 0 0 10px;
}

.post a{
	text-decoration: none;
	color: #333;
}

.post a:hover{
	border-bottom: 1px solid #FC0;
}

#footer {
	height: 50px;
	clear: both;
}
