body{
	font-family:Verdana, Arial;
	/*background-color:#d6d5e1;*/
	background-image:url(../gfx/body_bg.gif);
	background-repeat:repeat-x;
	color:#333;
	margin:0px;
	padding:0px;
}

p{
	font-size:0.7em;
	margin-top:0px;
	margin-bottom:1.2em;
}

h1{
	font-size:1em;
	margin:0px;
}

h2{
	font-size:1em;
	margin:0px;
}

h3{
	font-size:0.8em;
	margin:0px;
}

h4{
	font-size:0.7em;
	margin:0px;
}

img{
	margin-bottom:-3px;
	border:0;
}

ul{
	font-size:0.8em;
}

table{
	font-size:0.7em;
	border-collapse:collapse;
}

th{
	text-align:left;
}

.gastbok_lista table{
	font-size:0.7em;
	width:760px;
	margin-bottom:30px;
	
}
.gastbok_lista td{
	border-top:solid 1px #d6d5e1;
	text-align:left;
}
.gastbok_lista th{
	border-bottom:solid 1px #d6d5e1;
	text-align:left;
}

.admin table{
	font-size:0.7em;
	margin-bottom:30px;
}
.admin td{
	text-align:left;
	padding-right:20px;
}
.admin th{
	background-color:#d6d5e1;
	text-align:left;
}
th.nobold{
	font-weight:normal;
}
.admin_size{
	width:230px;
	overflow:hidden;
}

a:link {color:#cc6600;}
a:visited {color:#cc6600;}
a:hover {color:#825615;}

/* ---------------------------------- SIDANS STRUKTUR -------------------------------- */

/* Detta lager gör att inte andra lager inom float hoppar ner */
.window{
	position:absolute;
	width:100%;
	height:auto;
	text-align:center;
}

/*Sidans behållare  */
.container{
	margin:auto;
	width:980px;
	height:auto;
	text-align:left;
	background-color:trasparent;
}

/*Logotyp*/
.logotyp{
	background-color:#d6d5e1;
	width:100%;
}
.logotyp{
	margin:20px 0 0 0;
}
h1.swap {
  	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:33px;
}
h1.swap span {
	display:none;
}
h1#h1_logotyp{
	background-image:url(../gfx/logotyp.gif);
	width:460px; height:33px; 
}

/*Sidans innehåll*/
.content{
	width:800px;
	margin-right:10px;
	background-color:#FFF;
	border:solid 1px #fff;
	height:auto;
	Background-image:url(../gfx/background_fade.gif);
	float:left;
}

.google_adsense{
}

/*Huvud med meny*/
.head{
	background-color:#fff;
}

/*Huvudmeny*/
.headmenu{
}
.headmenu ul{
	width:auto;
	list-style-type:none;
	padding:0;margin:0;
}
.headmenu li{
	float:left;
}

/*Undermeny*/
.submenu{
	margin-top:20px;
	margin-right:30px;
	float:right;
}
.submenu ul{
	width:auto;
	list-style-type:circle;
	color:#333;
	margin-top:0px;
	margin-right:0px;
}

/*Vanlig kolumn*/
.column{
	float:left;
	margin:20px 0 0 20px;
}

.bottom{
	background-color:#FFF;
	font-size:0.8em;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #d6d5e1;
}

/* Formular*/
form{
	margin:0px;
}

fieldset{
	margin:0px;
	padding:0px;
	border:0px;
	text-indent:0px;
}

input{
	font-size:0.8em;
}

select{
	font-size:0.8em;
}

label{
	font-weight:normal;
	font-size:0.8em;
	display:block;
}
textarea{
	font-family:Verdana;
	font-size:0.8em;
}

.hidden{display:none;}
.clear{clear:both;}

/* PAGING */
.paging{
	font-size:0.8em;
}
.paging_select{
	font-size:1.4em;
	font-weight:bold;
	color:#CCC;
}
.paging_select a:link{text-decoration:none;}
.paging_select a:visited{text-decoration:none;}
.paging_select a:hover{text-decoration:none;}

/* STARTSIDAN */

/*Svart fält på startsidan*/
.black_column{
	width:100%;
	background-color:#333;
	color:#eee;	
}
.gastbok_bild{
	float:left; 
	background-color:#666;
	height:237px;
	margin-left:10px;
	margin-right:10px;
}
/* Vänster och höger kolumn på startsidan */
.column_start_l{
	float:left;
	margin:20px 0 0 20px;
}
.column_start_r{
	float:left;
	margin:20px 0 0 10px;
}

/* Länkar på startsidan */
.column_large{
	border-top:solid 1px #d6d5e1;
}
.column_large h1{
	margin-bottom:20px;
}
.column_large_box{
	margin-right:10px;
	float:left;
	width:110px;
	
}

/*Lista i vanlig text*/
.column li{
	font-size:0.85em;
}

/*Exempelsidan*/
.table_example_input input{
	width:40px;
}






