/* ---------------------------------------------------------
   reset css
--------------------------------------------------------- */
/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, center {  vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { height:1px; color:#999999; }
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/* ---------------------------------------------------------
   allmänt
--------------------------------------------------------- */

body  { 
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0;
	font-family: tahoma;
	font-size: 11px;
	/*color: #999999;*/
	color: #555555;
 }



a:link {
	/*color: #999999;*/
	color: #555555;
	font-family: tahoma;
	font-size: 10px;

}
a:visited {
	/*color: #999999;*/
	color: #555555;
	text-decoration: none;

}

a:hover {
	/*color: #999999;*/
	color: #555555;
	text-decoration: underline;
}

/* ---------------------------------------------------------
   huvudmenu
--------------------------------------------------------- */
.menu, .menu ul { 
	margin:0; 
	padding:0;
	list-style:none; 
} 

.menu li { 
	margin:0; 
	padding:0; 
	margin-bottom:1px; 
} 
.menu a { 
	color:#000; 
	text-decoration:none; 
} 
.menu ul li {
	padding-left:9px;
} 

.hidden {
	display:none;
} 

.sankt, .sankt TD, .sankt TH{
	background: #A38260 url(../images/brun.gif) repeat-y;
	color:white;
	padding:0px 40px 0px 0px;
}

.padding {padding:10px; }

.textpadding {padding:10px 150px 10px 10px; }



td, textarea, input, select {
	font-family: Tahoma;
	font-size: 11px;
	/*color: #999999;*/
	color: #555555;
	font-weight: normal;
	line-height: 14px;
}


/* ---------------------------------------------------------
   sidan
--------------------------------------------------------- */

#content ul {
	margin:0px 0px 0px 10px;	}

#content ul a{
	font:Tahoma;
	font-size: 13px;
	color: #A38260;
	line-height:25px;	
}
#content ul a:hover {
	color: #7d5e3e;
	text-decoration:none;
}

#content h1 {
	color: #A38260;
	text-decoration:none;
	font-size:20px;
	padding:10px 0px;
}

.leftbg {
	background: #fff url(../images/leftbg.gif) repeat-y;
	width:37px;
}

.rightbg {
	background: #fff url(../images/rightbg.gif) repeat-y;
	width:43px;
}

.main {
	background: #fff url(../images/fade.jpg) no-repeat bottom right;

}

em { font-style:italic;}

/* ---------------------------------------------------------
   nyheter
--------------------------------------------------------- */

#nyheter h2 {
	background:#A38260;
	padding:3px 6px;
	color: #fff;
	text-decoration:none;
	margin:10px;
}
#nyheter {	
	padding:0px 0px 10px 0px; }

#nyheter p {	
	margin:10px 20px;
}



.frame {
	border: 1px solid #E8E9D7;
}



/* ---------------------------------------------------------
   footer
--------------------------------------------------------- */

.brownborder {
	border-top:3px solid #A38260;
}

#footer {
	background: #fff url(../images/footer.gif) no-repeat top left;
	width:757px;
	height:40px;
}

.footertext {
	padding:15px 10px 0px 0px;
} 



/* ---------------------------------------------------------
   nyhetsbrev

--------------------------------------------------------- */
#nyheter span {
	display:block;
	width:40px;
	float:left;
	height:20px;
}
.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #E2EDEB;
	margin:1px;
	width:100px;
	height:20px;
	float:left;
}
.inputstyle2{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #E2EDEB;
	margin:1px;
	width:60px;
	float:left;
	height:20px;
}
.button {
	background:#E2EDEB;
	border:1px solid #E2EDEB;
	width:40px;
	height:20px;
	margin:1px;	}