* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #a1cc3e;
	text-decoration: none;
}

a:hover, a:active {
	color: #919191;
	text-decoration: none;
}

img {	
	background: #000000;
	padding: 1px;
	border: 2px solid #FFFFFF;
	display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
}

html {
 	background: #000000;
}

body {
	color: #FFFFFF;
	scrollbar-base-color: #a1cc3e;
}

#editor{
}

#editor img{
	background: #FFFFFF;
}

#container { 
	width: 681px; 
	margin: 20px auto; 
	text-align: left; 
	/*border: 1px #FF0099 solid; */ /*för att se kanterna på diven */
}

#pagang {
	
}

#pagang a:visited{
	color: #FFFFFF;
}

#pagang a:link {
	color: #FFFFFF;
	
}

#pagang a:active {
	color: #666666;
}

#pagang a:hover {
	color: #666666;
}

#enter {
	margin: 20px auto; 
	background: #000;
	width: 681px; 
	text-align: center;
}

#enter img {
	background: #ffffff;
	padding: 0px;
	border: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content {
	width: 596px;
	height:auto;
	background: url(../img/content3.gif);
	padding-left: 45px;
	padding-right: 40px;
	/*border: 1px #FF0099 solid; /*för att se kanterna på diven */ 
}

table.gallerimg {
	text-align:center;
}

table.gallerithumbs {
	table-layout: automatic;
}



p {
	font: 10pt 'trebuchet ms', trebuchet, Arial, courier, sans-serif;
	padding-bottom: 12pt;
}

h1 {
	color: #a1cc3e;
	font: 18pt "trebuchet ms", trebuchet, courier, Arial, sans-serif;
}

h2 {
	color: #666666;
	font: 8pt "trebuchet ms", trebuchet, courier, Arial, sans-serif;
}

h3 {
	color: #a1cc3e;
	font: 10pt "trebuchet ms", trebuchet, courier, Arial, sans-serif;
}

#mellanrum {
	width: 681px; 
	height: 112px;
	background-color: #transparent;
	background-image: url(../img/mellanrum.gif);
	/*border: 1px #FF0099 solid; */ /*för att se kanterna på diven */
}

#foter {
	text-align:right;
	width: 688px;
	height: 150px;	
	background: url(../img/foter3.gif);
	float:none;
	/*border: 1px #FF0099 solid; */ /*för att se kanterna på diven */
}

#copyright {
	margin-top: -24px;
	text-align:right;
	width: 655px;
	/*border: 1px #FF0099 solid; */ /*för att se kanterna på diven */
}
/*
#toper {
	width: 681px;
	height: 55px;	
	background: #000 url(../img/toper.gif);
}
*/
#pageHeader {
	width: 681px;
	height: 464px;
	background: url(../img/logo.gif);
	/*border: 1px #FF0099 solid; */ /*för att se kanterna på diven */
}

#nav {
	margin: 384px 0px 0px 45px;
	float: left;
	font-size: 24px;
	color: #a1cc3e;
	text-decoration: none;
}

#nav img {
	background: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#nav2 {
	margin: 384px 33px 0px 8px;
	float: right;
	font-size: 24px;
	color: #a1cc3e;
	text-decoration: none;
}

#nav2 img {
	background: transparent;
	padding: 0px;
	border: 0px;
	display: inline;
	margin:0;
}

div.member {
	text-align:center;
	/*border: 1px #FF0099 solid;*/
}

div.memberimg {
	display:table-cell;
	float:right;
	width: 210px;
}

div.memberstats {
	display:table-cell;
	float:left;
	width: 360px;
}

div.memberinfo {
	display: table;
	width:596px;
}

#picnav {
	width:596px;
	text-align: center;
	}
	
	
/*COMMENTS
*------------------------------------*/

.postedby {
        padding: 0 0 0 0px;
        }
        
h3.formtitle {
        margin : 0px 0px 0px 0px;
        
        }

.commentbody {
		padding: 5px;
        border: 1px dotted #ccc;
        }
        
/*gray box*/
.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
        padding: 5px;
        padding: 5px;
        }


/*FORMS
*------------------------------------*/

.form {
        border: solid 1px #C6C6C6;
        padding: 2px;
        }

.formtext {
        border: solid 1px #C6C6C6;
        padding: 2px;
        border-bottom: 1px dotted #ccc
        }

.form:hover, .formtext:hover {
        }
        
.form:focus, .formtext:focus {
        border: solid 1px #000000;
        }
        
.submit {
        border: solid 1px #C6C6C6;
        border-right:  solid 1px #9A9A9A;
        border-bottom:  solid 1px #9A9A9A;
        }
        
.submit:hover, .submit:focus {
        }

.bold {
        font-weight: bold;
}

.italics {
        font-style: italic;
}

.underline {
        text-decoration: underline;
}

.strikethrough {
        text-decoration: line-through;
}

.overline {
        text-decoration: overline;
}

.sized {
        text-size:
}

.quotecodeheader {
        font-family: Verdana, arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

.codebody {
     background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    /*color: #006600;*/
    border: 1px solid #BFBFBF;
}

.quotebody {
     background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
        border: 1px solid #BFBFBF;
}

.listbullet {
        list-style-type: disc;
        list-style-position: inside;
}

.listdecimal {
        list-style-type: decimal;
        list-style-position: inside;
}

.listlowerroman {
        list-style-type: lower-roman;
        list-style-position: inside;
}

.listupperroman {
        list-style-type: upper-roman;
        list-style-position: inside;
}

.listloweralpha {
        list-style-type: lower-alpha;
        list-style-position: inside;
}

.listupperalpha {
        list-style-type: upper-alpha;
        list-style-position: inside;
}
