/*
   === STILMALL ===

   Det här är din stilmall. Spara den på din hårddisk, och kalla den 
   exempelvis för stilmall.css. Ladda sedan upp den till ditt 
   hemsidesutrymme. 

   Du kan ändra i stilmallen hur mycket du vill, och förändra 
   positioner, storlekar och färger.


  */


/* toppen av inläggen */
.inlagg_top {
	background : #000000;
	color : #3e6e00;
	text-align:left;
	padding : 3px;
	td font-weight: bold;
	border-top: 1px none #283f00;
	border-right: 1px none #283f00;
	border-bottom: 2px solid #283f00;
	border-left: 1px none #283f00;
}

/* botten av inläggen */
.inlagg_bot {
	padding : 3px;
	height : 12px;
	text-align: left;
	color : #3e6e00;
	background : #000000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #283f00;
	border-right-color: #283f00;
	border-bottom-color: #283f00;
	border-left-color: #283f00;	
}
td { font-weight: bold; }


/* mitten av inläggen */
.inlagg_mid {
	padding : 10px;
	text-align: left;
	color: #3e6e00;
	background: #000000;
	font-size : 12px;
	font-weight: bold;
}

/* ramen som håller ihop inläggen */
.inlagg_frame {
	border : 2px #283f00 solid;
	width : 500px;
	margin-bottom : 15px;
	margin-right : auto;
	margin-left : auto;
	padding : 0px;
	text-align: center;
}


/* sidans egenskaper */
body {
	font-family : verdana;
	font-size : 11px;
	text-align : center;
	background : #000000;
	color : #3e6e00;
	font-weight: bolder;
	
}

/* länkfärger */
a, a:visited {
	color : #3e6e00; }


/* formuläret */
#gbform {
	width : 500px;
	margin-bottom : 50px;
	margin-top : 50px;
	padding : 0px;
	border : 1px #000 dotted;
	font-weight: bold;
}


/* anger färger för varje rad i formuläret */

.formrad1 {
	text-align: right;
	padding-top : 10px;
	font-weight: bold;
}
.formrad2 {	
 	clear : both;
	text-align: right;
	background : #000000;
	font-weight: bold;
}
.formrad3 {
	clear : both;
	text-align: right;
	background : #000000;
	font-weight: bold;
}
.formrad4 {
	clear : both;
	text-align: right;
	background : #000000;
	font-weight: bold;
}
.formrad5 {
	clear : both;
	text-align: right;
	background : #000000;
	font-weight: bold;
}

.formrad5 textarea  {
	text-align: right;
	vertical-align : baseline;
	font-weight: bold;
}

.formrad6 {
	clear : both;
	text-align: right;
	background : #000000;
	padding-bottom : 10px;
	font-weight: bold;
}


/* egenskaper för input och textarea */
input, textarea {
	margin-right : 50px;
	margin-top : 2px;
	margin-bottom : 2px;
	width : 280px;
	font-weight: bold;
}

.formrad6 input {
	font-size : 10px;
	font-family : verdana;
	margin-top : 5px;
	margin-bottom : 2px;
	font-weight: bold;
}



form {
	margin : 0px;
	padding : 0px;
	}

label {
	margin-right : 10px;
	}

#sidan {
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	padding:0px;
	width : 500px;
	text-align : center;
	align : center;
	font-weight: bold;
}



/* Navigeringen till nästa sida och antal inlägg */

#navigering_top, #navigering_bot {
	clear : both;
	font-weight: bold;
}

#sidor_top, #sidor_bot {
	float : left;
	break : left;
	font-weight: bold;
}

#lank_top, #lank_bot {
	float : right;
	break : right;
	font-weight: bold;
}

#inlagg {
	margin-right : auto;
	margin-left : auto;
	margin-top : 10px;
	padding : 0px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}


/* sidans rubrik */
#rubrik {
	font-size:24px;
	font-weight:bold;
}


