@charset "utf-8";
/* CSS Document */

/* Ta bort alla marginaler */
* {margin: 0; padding: 0;}

/* Bakgrundbild kommer att visas. Sätt default text som någon sans-serif */
body {background-image:url(../images/palsklarrod2.jpg); 
      background-repeat:repeat; 
	  font-family:Arial, Verdana, Helvetica, sans-serif; }

/* Det som visas på skärmen kommer att vara centrerat.
   800 pixel bred. Att höjden på 680px anges beror på att vi då får lite luft under sidfoten också */

#sidan {width: 1000px; 
		margin:auto;  
	  /*  margin-left:5px;*/
		margin-top:5px; }
		
/* Loggan */
#logga {border: solid 1px #761A1A; 
        width:1000px; 
		height: 180px; 
		background-image:url(../images/logo_hundstunden_200_1000.jpg);  }
		 
#menylista {font-size:62.5%;
        list-style-type: none;
        background-color:#4d0000; 
        float:left; 
		margin-top:15px;
		border:1px solid #761A1A; 
		width:200px;}
		
a.meny{ display: block; 
        font-size:1.6em; 
		font-weight:bold;
		line-height:165%; 
		background-color:#660000; 
		padding:0 10px 0 20px;
		border-bottom:1px solid #761A1A;}
		
a.submeny{ display: block; 
        font-size:1.4em; 
		line-height:165%; 
		background-color:#FFFFFF; 
		padding:0 10px 0 30px;
		border-bottom:1px solid #761A1A;}
		
a.meny:link {   color:#ffffff; 
                text-decoration:none;}
a.meny:visited {color:#ffffff; 
                text-decoration:none;}
a.meny:hover {  background:#990000 url(../images/vert-one_arrow.gif);
                background-repeat:no-repeat;
                background-attachment:0;
                background-position:3px;}
a.meny:active { background-color:#993333; 
                background-image:url(../images/vert-one_arrow.gif);
				background-repeat:no-repeat;
				background-attachment:0;
  				background-position:3px;}
a.meny#current {background-color:#993333; 
                background-image:url(../images/vert-one_arrow.gif);
				background-repeat:no-repeat;
                background-attachment:0;
                background-position:3px;}
				
a.submeny:link {color:#000000; 
                text-decoration:none;
				background-color:#FFFFFF;
				font-weight:normal}
a.submeny:visited {text-decoration:none;
                color:#000000;
				font-weight:normal}
a.submeny:hover {background:#990000 url(../images/vert-one_arrow.gif);
                background-repeat:no-repeat;
                background-attachment:0;
                background-position:3px;
				font-weight:bold;
				color:#000000
				}
a.submeny:active {background-image:url(../images/vert-one_arrow.gif);
				background-repeat:no-repeat;
				background-attachment:0;
  				background-position:3px;
				font-weight:bold;
				color:#000000}
a.submeny#current {background-image:url(../images/vert-one_arrow.gif);
				background-repeat:no-repeat;
                background-attachment:0;
                background-position:3px;
				font-weight:bold;
				color:#000000
				}
				
/* Sidfoten är 800x45px inkl ram */
#sidfot {/* border: solid 1px #761A1A; 
		 background-image:url(../images/sidfot.jpg);  */
		 font-size:62.5%;
         width: 1000px; 
		 height: 43px; 
		 float:right; 
		 margin-top:15px;
		 margin-left:15px;
		 }

div.login {color:#761A1A;
	       font-size:1.3em;
		   text-align:left;
		   padding-left:150px;}

div.loginkolumn {color:#000000;
            background-color:#C6A888;
            font-weight:bold;
	        font-size:1.2em;
			padding:2px 0px 0px 2px;
		   }
		   
div.loginkolumnmera {color:#000000;
            background-color:#C6A888;
            font-weight:bold;
	        font-size:1.2em;
			padding:5px;
		   }
		   
div.loginkolumn a {color:#000000; 
                text-decoration:underline;}
div.loginkolumnmera a {color:#000000; 
                text-decoration:underline;}
				
div.welcomekolumn {color:#000000;         
                   background-color:#C6A888;
	               font-size:1.3em;
				   		   	padding:5px 5px 10px 10px;
			margin:3px}
			
div.welcomekolumn a {color:#000000; 
                text-decoration:underline;}
				
#innehallforum {/*border:1px solid #761A1A; Andvänds i index.template.php*/
           width: 781px; 
		   float:left; 
		   margin-top:15px;
		   margin-left:15px;
		   font-size:95%} 
		   
.diskret {text-align:center; 
             color:#761A1A;
		     margin-top:2px;
		     margin-bottom:5px;}