html {
  	margin: 0; padding:0;
  	overflow: hidden;/* fjerner scrollbar i alt undtagen ff*/
}

body {
	background: #0c1d41;
	font-family:georgia, arial, sans-serif;
	color: #ffffff;
}

h1, h2{
font-size:108%;
text-transform:uppercase;
color:#0c1d41;
padding-top:14px;
margin-bottom:0px;
}

h3, h3 a{
font-size:90%;
color:#0c1d41;
text-transform: capitalize;
margin-top:26px;
margin-bottom:-6px;
}
h4{
font-size:70%;
margin-bottom:-24px;
}


.codebox pre{
position:relative;
top:-8px;
width:260px;
font-family:georgia, arial, sans-serif;
}

.socialIcons img{
   border:0;
}

p{
padding-bottom:20px;
}

div#container {
  	position:absolute;
  	left:50%;
  	top:50%;
  	margin-left: -368px;
  	width: 735px;
}

div#contentBox{
	position:relative;
	top: 0px;
	width:735px;
	text-align: left;
	background:#487963;
	margin-top:-310px;
	height:610px;
	overflow:hidden;
}

div#header{
    position:relative;
    top:0px;
    height:30px;
    width:735px;
    background:url('../gfx/top.jpg') repeat-x;
    z-index:2;
}

div#footer{
    position:relative;
    top:-555px;/**/
    height:40px;
    width:735px;
    background:url('../gfx/bottom.jpg') repeat-x;
    text-align:right;
    z-index:2;
}

div#footer address{
	position:relative;
	top: 12px; /*14*/
	right:6px;
	font-style:normal;
}  

div#left{
	position:relative;
	top:-565px;
	left:0px;
	width:275px;
	height:565px;
	border-right: 1px solid #0c1d41;
	overflow:hidden;
} 

div#logo{
	position:relative;
	top:30px;
	left:-1px;
	height:105px;
	width:275px;
	background:url('../gfx/topLogoBG.jpg');
	border: 1px solid #0c1d41 ;
	z-index:2;
} 
#logo img{	
	border:0;
}

div#foto img{	
	position:relative;
	border:0;
	top:-8px;
	float:right;
	margin-right:6px;
	margin-left:4px;
}

div#right{
	position:relative;
	top:0px;
	left:290px;
	width:415px;
	height:535px;
	background:url('../gfx/contentBackground.jpg');
	padding-left:10px;
	padding-right:6px;
	overflow:auto;
	z-index:3;
} 

div#admin_right{
	position:relative;
	top:0px;
	left:295px;
	width:395px;
	height:535px;
	background:url('../gfx/contentBackground.jpg');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:6px;
	overflow:auto;
	z-index:3;
}

#right ol{
position:relative;
top:-14px;
padding-bottom:20px;
}

#right ol li{
padding-bottom:20px;
}

#right a, a:link, a:visited {
font-size:100%;
color:#0c1d41;
text-decoration:none;
}

#right a:hover, a:active, a:focus{
font-size:100%;
color:#0c1d41;
text-decoration:underline;
}

div#menu {
  position:relative;
  top: 40px;
  left:-30px;
  width:285px;
  padding-left:20px;
  border-bottom: 1px solid #0c1d41;
  text-transform: uppercase;
  text-indent:6px;
  padding-top:5px;
  padding-bottom:10px;
}

#menu ul li {
	text-align:left;
	list-style: none;
	text-decoration:none;
	width:300px;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	color:#0c1d41;
	text-decoration:none;
	padding-top:25px;
	border-left:10px solid #ffffff;
    margin-bottom:5px;
    margin-top:5px;
}
        /*
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	display: block;
	color:#ffffff;
	text-decoration:none;
	padding-top:25px;
	border-left:10px solid #0c1d41;
	margin-top:5px;
}
          */

div#form{
position:relative;
top: -12px;
text-align:center;
}

input, select{
position:relative;
margin-top: 14px;
font-family:georgia, arial, sans-serif;
font-size:100%;
color:#fff;
background:#487963;
font-weight:bolder;
color:#0c1d41;
padding:4px;
width: 280px;
border:3px ridge #A2252D;
-moz-border-radius: 12px;
-webkit-border: 12px;
/*background-color: #487963;*/
}

input:hover{
background:#A2252D;
font-weight:bolder;
color:#0c1d41;
border: 3px ridge #0c1d41;
}

textarea{
position:relative;
top: 10px;
margin-bottom: 4px;
border:3px ridge #0c1d41;
-moz-border-radius: 12px;
-webkit-border: 12px;
font-family:georgia, arial, sans-serif;
font-size:100%;
color:#fff;
background:#487963;
padding:4px;
}

/* intence debate stuff*/
#idc-container-parent #idc-container .idc-footer {
border: none;
}


