BODY {
	background-image: url('/graphics/bg-fader-long.png');
	background-position: top;
	background-repeat: x-repeat;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

A IMG {
	border:0px;
}

.frame {
    background-image: url('/graphics/bg-middle-repeater.png');
	background-position: top;
	background-repeat: y-repeat;
	width: 977px; 
	margin: 0px auto; 
	position: relative;
}

.frame .top {
	background-image: url('/graphics/bg-top.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 977px;
	height: 252px;
	position: relative;
}

.frame .top .logo {
	top: 40px;
	position: absolute;
	left: -11px;
	//left: 29px; /*IE Hack*/
}

.frame .top .post {
	top: 145px;
	position: absolute;
	right: 60px;
}

.frame .top .hmenu {
	bottom: 0px;
	position: absolute;
	left: -31px;
	//left: 9px; /*IE Hack*/
}

.frame .top .search {
	top: 221px;
	left: 750px;
	position: absolute;
	width: 150px;
	background-image: url('/graphics/bg-top-search.png');
	background-position: top;
	background-repeat: x-repeat;
}

.frame .top .search FORM {
	margin-bottom: 0;
}

.frame .top .search INPUT {
	border-width: 0px;
	margin: 0 0 0 0;
	width: 150px;
	height: 12px;
	padding-bottom: 1px;
	background-image: url('/graphics/bg-top-search-input.png');
	background-position: top;
	background-repeat: x-repeat;
}

/*Google Chrome Hack*/
BODY:nth-of-type(1) .frame .top .search INPUT {
	padding-bottom: 0px;
	padding-top: 2px;
	height: 17px;
}

.frame .middle {
	background-image: url('/graphics/bg-middle.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 977px;
	height: auto;
}

.frame .middle .content-container 
{
	padding-top: 20px;
}

.frame .middle .content-container .left-content
{
	width: 665px;
	padding: 10px;
	margin-top: 1px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #505355;
}

.frame .middle .content-container .right-content
{
	width: 210px;
	padding: 10px;
	margin-top: 1px;
	margin-right: 11px;
	top: 1px;
	float: right;
}


.frame .middle .content-container .height-holder
{
	width: 1px;
	height: 800px;
	position: relative;
	left: 0px;
	top: 0px;
}

/* .frame .bottom {
	background-image: url('../graphics/bg-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 977px;
	height: 25px;
	margin: auto;
	clear:both;
}

*/

.frame .bottom {
	background-image: url('/graphics/bg-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 977px;
	height: 25px;
	margin: auto;
	clear:both;
}
.frame .bottom .footer {
	width: 665px;
	margin-left: 20px;
	float: left;
	text-align: center;
	font-size: 9px;
	font-color: grey;
}

/* Flagg */

#flagg {
margin-top:10px;
margin-right:50px;;
float: right;
}

#logoholder {
float: left;
}

/* - SLIDESHOW FRONTPAGE - */

#wrapper {
position:relative;
}

#slideshow {
	border:5px solid #ededed;
	width:300px;
	height:160px;
	z-index:1;
	overflow:hidden;
	position:relative;
}


#inneriframe {
position:relative;
top:-147px;
left:-165px;
width:600px;
height:318px;
border:none;

} 

/* - ARTICLE FRONTPAGE - */

.articleContainer {
 	border: 1px solid #e4e5e5;
 	width: 100%;
 	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	border-radius: 8px;
 	background: #FFFFFF;
}

.articleTitle {
 	font-size: 18px; 
 	color: #4d7c94; 
 	height: 50px;
}

.articleImg {
	border: 2px #ededed solid;
}

.articleText {
 	padding-top: 10px;
 	font-size: 13px; 
 	color: #4d4d4d; 
}
 
.articleLink {
 	padding-top: 10px;
 	font-weight: bold;
}
 
.articleLink A {
 	text-decoration: none;
 	color: #4d4d4d;
}
 
.articleLink A:hover {
 	color: #4d7c94;
}
