@charset "utf-8";
/*************************************GLOBAL/Layoyt***********************************/
* { margin: 0px auto; 	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif; }
body { background-image: url(images/back.gif); }
#wrapper { width:810px;}
/*************************************NIFTY****************************************/
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
.hidden { text-indent: -9000px; }
/*************************************HEADER****************************************/
#banner {
	background-image: url(images/banner.png);
	height: 242px;
	width: 810px;
	margin-top:50px;
}
#nestelan {
	margin: 50px 0 0 484px;
	height: 100px;
	width: 200px;
	text-align:center;
	font-size:1.17em;
}
.viewteaser {
	border:none;
	width:140px;
	height:34px;
	margin-top:6px;
}
/*************************************MENY******************************************/
#navigation {
	background: url(images/menybackground.png) repeat-y;
	height: 50px;
	position: absolute;
	width:810px;
	top: 0px;
}
#menu { 
	padding: 5px 10px 0px 10px;
	text-align:center;
}
#submenu {
	padding: 0px 10px 0px 10px;
	text-align:center;
}
/*************************************MENYLENKER**************************************/
#menu a:link { color: #444;}
#menu a:visited { color: #444;}
#menu a:hover { color: #000;}
#menu a:active { color: #444;}

#submenu a:link { color: #444;}
#submenu a:visited { color: #444;}
#submenu a:hover { color: #000;}
#submenu a:active { color: #444;}

#menu ul li div a {
	font-size: 1.3em;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding: 8px 0px;
}

#menu ul { list-style: none; padding: 0; margin: 0; background: white; }
#menu a { font-weight: normal; text-decoration: none;  }
#menu li li a { display: block; font-weight: normal; padding: 0em 10px 0.5em 10px; }
#menu li li a:hover { padding: 0em 10px 0.5em 10px; }

#winners ul li.winners {
	float: left;
}

li {
	float: left;
	position: relative;
	width: 8.15em;
	text-align: center;
	cursor: default;
	background-color: white;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border: solid 1px #ddd;
	border-top:none;
}

li>ul { top: auto; 	left: auto; }
li li { display: block;  float: none;  background-color: white;	}
li:hover ul, li.over ul { display: block; }
/*************************************CONTENT****************************************/
#contentheader { 	height:	52px; 	width:810px; background: url(images/header.png) no-repeat; }
/*#contentheader h2 { font-size:1.7em; font-weight: normal; margin-bottom: 10px; }*/
#contentheader h2 { font-size:1.7em; font-weight: normal; }
#content { min-height: 350px; width:810px; background: url(images/contentback.png) repeat-y; }
#newsheader { float:left; margin-left:50px; margin-top: 15px; }
#picturesheader{ float:right; margin-right:68px; margin-top: 15px; }
#news { float:left; margin-left:50px; width:500px; font-size: 0.95em; word-spacing: 0.1em }
#news a:link { color: #444;}
#news a:visited { color: #444;}
#news a:hover { color: #000;}
#news a:active { color: #444;}
#news h3 { 	font-size: 1.1em; }
.post { margin-bottom: 10px; padding-bottom:10px; border-bottom: #a6a6a6 1px solid; }
#pictures { float:right; width: 168px; margin-right:40px;  }
#pictures img { border: none; }
#info {  padding: 0px 50px 20px 50px;  font-size: 0.95em;  word-spacing: 0.1em }
#info a:link { color: #444;}
#info a:visited { color: #444;}
#info a:hover { color: #000;}
#info a:active { color: #444;}
/*************************************FOOTER****************************************/
#footer {
	width:810px;
	height:30px;
	background: url(images/contentbottom.png) no-repeat;
	padding-top:20px;
	text-align:center;
	font-size:1em;
}
