


/*
   === 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 { 
 border-bottom:1px solid #000000; background:#E6E6E6; color : #000000;
 text-align:left;
 padding : 3px; 
 font-family:Arial Narrow; 
 font-size:10pt; 
 font-weight:bold
}

/* botten av inläggen */
.inlagg_bot {
 border-top:1px solid #000000; 
 font-family:Bookman Old Style; 
 font-size:10pt; font-style:italic; 
 text-align:left;
 color : #808080;
 background :#E6E6E6
}

/* mitten av inläggen */
.inlagg_mid {
 padding : 10px;
 text-align:left;
 color: ;
 background: ; 
 font-size : 12px
}

/* ramen som håller ihop inläggen */
.inlagg_frame {
 border:1px solid #000000;
 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: url('http://www.tallnas.com/gbleft.jpg') no-repeat fixed; 
	color:
    scrollbar-base-color: #ffffff; 
    scrollbar-face-color: #ffffff; 
    scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cococo; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	background-repeat:no-repeat; 
	background-attachment:fixed
}

/* länkfärger */
a, a:visited {
	color : #000000;font-family:Arial Narrow }


/* formuläret */
#gbform {
 width : 500px;
 margin-bottom : 50px;
 margin-top : 50px;
 padding : 0px;
 border : 1px #000000 solid;
}


/* anger färger för varje rad i formuläret */

.formrad1 {
  border:1px solid #000000;
  clear : both;
  text-align: right;
  background : #e8e8e8;;
  padding-top : 10px; 
  font-family:Arial Narrow; 
  font-size:10pt; 
  color:#000000; 
  font-weight:bold
}
.formrad2 {
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
  clear : both;
  text-align: right;
  background : #;;
  color:#000000; 
  font-size:10pt; 
  font-family:Arial Narrow; 
  font-weight:bold; 
  border-top-width:1; 
  border-bottom-width:1
}
.formrad3 {
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
  clear : both;
  text-align: right;
  background : #;; 
  color:#000000; 
  font-size:10pt; 
  font-family:Arial Narrow; 
  font-weight:bold; 
  border-top-width:1; 
  border-bottom-width:1
}
.formrad4 {
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
  clear : both;
  text-align: right;
  background :  #;;
  color:#000000; 
  font-size:10pt; 
  font-family:Arial Narrow; 
  font-weight:bold; 
  border-top-width:1; 
  border-bottom-width:1
}
.formrad5 {
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
  clear : both;
  text-align: right;
  background : #;;
  color:#000000; 
  font-size:10pt; 
  font-family:Arial Narrow; 
  font-weight:bold; 
  border-top-width:1; 
  border-bottom-width:1
}

.formrad5 textarea  {
 vertical-align : baseline; 
 font-family:Arial Narrow
}

.formrad6 {
  border:1px solid #000000;
  clear : both;
  text-align: right;
  background :  #ffffff;
  padding-bottom : 10px; 
  font-family:Arial Narrow; 
  font-size:10pt; 
  color:#000000; 
  font-weight:bold}


/* egenskaper för input och textarea */
input, textarea {
 border:1px solid #000000; 
 margin-right : 50px;
 margin-top : 2px;
 margin-bottom : 2px;
 width : 280px; 
 font-family:Arial Narrow
}

.formrad6 input {
  font-size : 10px;
  font-family : verdana;
  margin-top : 5px;
  margin-bottom : 2px;
}



form {
 margin : 0px;
 padding : 0px;
}

label {
margin-right : 10px;
}

#sidan {
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	width : 500px;
	text-align : center;
	align : center;

}



/* Navigeringen till nästa sida och antal inlägg */

#navigering_top, #navigering_bot {
 clear : both;
}

#sidor_top, #sidor_bot {
	float : left;
      break : left;
}

#lank_top, #lank_bot {
	float : right;
  break : right;
}

#inlagg {
	margin-right : auto;
	margin-left : auto;
	margin-top : 10px;
	padding : 0px;
	text-align: center;
	padding-top: 10px;
}


/* sidans rubrik */
#rubrik {
	font-size:24pt;
	font-weight:bold; font-family:Imprint MT Shadow; color:#000000; 
}
