@charset "UTF-8";
html {
	background:url(media/structure/bg_vinter.jpg) no-repeat right top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0 0 75px 0;
	padding: 0;
	color: #333;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	
}

p {
	
}

a img {
	border: none;
}

a {
	color:#69f;
}
a:hover {
	color:#999;
	text-decoration:none;
}

::selection {
	background: #6CF;
	color:#FFF;
}
		
::-moz-selection {
	background: #6Cf;
	color:#FFF;
}

#wrapper {
	background:url(media/structure/wrapperbg.png) center repeat-y;
	width: 800px;
	margin: auto;
	min-height:300px;
	position:relative;
}

#header {
	height:261px;
	width:914px;
	margin:auto;
	background:url(media/structure/header/menubg.png) center no-repeat;
	margin-top:45px;
}

#menu {
	padding-top:190px;
	text-align:center;
}

#menu ul {
	text-align:center;
}

#menu ul a li {
	display:inline-block;
	margin-right:15px;
	width:130px;
	height:48px;
	background:url(media/structure/menu/button.png) center no-repeat;
	text-align:center;
}

#menu ul a {
	color:#666;
	width:130px;
	line-height:49px;
	height:28px;
	text-shadow:0px 1px 0px #FFF;
}

#menu ul a li:hover, #menu ul a li.active {
	background:url(media/structure/menu/button_hover.png);
}

#topContent {
	height:30px;
	width:751px;
	margin:auto;
	background:url(media/structure/content/topbg.png);
}

#content {
	min-height:250px;
	width:751px;
	margin:auto;
	background:url(media/structure/content/contentbg.png);
}

#bottomContent {
	height:30px;
	width:751px;
	margin:auto;
	background:url(media/structure/content/bottombg.png);
}

.mainContent {
	margin:0;
	padding:15px 45px;
	text-align:center;
}

.mainContent h1, h2, h3, h4, h5, h6 {
	
}

.mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:150%;
}

#footer {
	background:url(media/structure/footer/footerbg.png) center top no-repeat;
	text-align:center;
	height:25px;
	width:800px;
	margin:auto;
}

#footer p {
	margin:0;
	padding:0;
	color:#000;
}

#footer a {
	text-decoration:none;
	color:#000;
}

#footer a:hover {
	text-decoration:underline;
	color:#000;
}

.clearFix {
	clear:both;
	float:none;
}

#bilder img {
	width:125px;
	border:#999 solid 3px;
}

#bilder img:hover {
	border:#333 solid 5px;
}
