/* stilmallar för www.vaxholmsfastning.se */


* {
padding: 0;
margin: 0;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


html {
	height:100%;
}


body {
	/* min-height:101%; /* visar vertikal scrollbar */
	margin: 0;
	padding: 0;
	color:#000;
	background-color: #fff;
}
	

#kanvas {
	width:100%;
	margin:0;
	padding:0;
}

#huvudmeny {
	background-image: url(../bilder/huvudmeny_bakgrund.png); background-repeat: repeat-x; 
	height:38px;
}

#huvudmeny #huvudmeny-innehall {
	margin:0px;
	display:block;
	width:935px;  /* innehållets bredd = lika bred som huvudbilderna */
	padding-top:6px; /* avstånds ovanför text */
	
}

#huvudmeny #huvudmeny-innehall  li {
	display: inline;
	color: #333;
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bold;
	padding:0px 20px;
}

#huvudmeny #huvudmeny-innehall  li a {
	color: rgb(67,104,172);
	text-decoration: none;
}

#huvudmeny #huvudmeny-innehall  li a:hover {
	color: gray;
	text-decoration: none;
}

#sida {
	margin:0px auto 0px auto; /* centrera innehållet */
	display:block;
	width:935px;  /* innehållets bredd = lika bred som huvudbilderna */
	padding: 15px 0 0 0; /* luft ovanför sidan */
}


#huvudbild { /* bildstorlekar ska vara: 935 x 207 pixlar */
	height: 195px;
	padding: 0;
	margin: 0;

}

#huvudbild img {
	border: 0;
	margin: 0;
}

#innehall {
	background-color: white;
	text-align: left;
	width: 100%;
    overflow:auto;
	padding: 0;
	margin: 0;
}

#sidospalt {
	position: relative;
	float:right;
	display: block;
	width:282px; /* 282px */
	background-color: #CCCCCC;
	padding:0;
	margin:0;
}

#huvudspalt {
	float: left;
	display: block;
	background-color: transparent;
	width: 538px;   /* 538 + padding 115 + sidospalt 282 = 935px */
	padding:0px 115px 0px 0px;
	margin:0;
}



#sidfot {
	background: #fff url(../bilder/sidfot_bakgrund_alt.png) top center repeat-x;
	text-align: left;
	margin-top: 60px; /* luft ovanför sidfot */
	clear: both;
	font-family: verdana;
	min-height: 222px; /* orig. 334 px */
	border-top: 1px solid rgb(153,153,153);
} 

#sidfot #sidfotinnehall {
	margin:0px auto 0px auto; /* centrera innehållet */
	display:block;
	width:935px;  /* innehållets bredd = lika bred som huvudbilderna */
	padding-top:12px;

	
}

#sidfot #sidfotinnehall #adress {  /* adressfält med telefonlur till vänster */

	background: url('../bilder/telefon.png') top left no-repeat;
	background-color: transparent;
	display:block;
	min-height:30px;
}


#sidfot #adress p {
	margin:0;
	font-size: 0.68em;
	line-height: 1.2em;
	color: black;
	padding-left: 25px; /* avstånd från telefonlur till telefonnumret */
}

#sidfot #adress #telefonnr {
	font-size: 1.2em;
	font-weight:bold;
	padding-right:20px;
}



/* _____________________ bilder _____________________ */

div.vanster {
	float:left;
}

div.hoger {
	float:right;	
}


#galleri img {
	border:0;
	padding:4px 4px 4px 0px;
}

/* _____________________ typografi _____________________ */


p {
	margin: 0.8em 0px; /* 1em 0 */
}



h1 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #e78c32;
}



#huvudspalt h2 {
	clear:both;
	font-size: 0.92em;
	line-height: 1em;
	color: black;
	padding: 12px 0px 3px 0px;
	margin: 0 5px 10px 0;
}

#huvudspalt h3 {
	clear:both;
	font-size: 0.85em;
	line-height: 0.92em;
	color: black;
	padding: 10px 0px 2px 0px;
	margin: 0 5px 10px 0;
}

#huvudspalt p {
	font-size: 0.80em;
	line-height: 1.4em;
	color: black;
	margin-top: 6px;
}

#huvudspalt .ingress {
	font-size: 0.92em;
	line-height: 1.4em;
	color: black;
	padding-bottom:12px;	
}

img {
	border:0;
}

#sidospalt img {
	border:0;
}

#sidospalt a {
	padding:0;
	margin:0;
}

#sidospalt p {
	font-size: 0.70em;
	line-height:1.3em;
	color: #303030;
	padding: 6px 0 12px 0;
	margin: 0;
}

#sidospalt h2 { /* kan användas i rubriker i sidospalten */
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 42px;	 
	margin-bottom: 6px;
	color: #222;
}

#sidospalt .topp {  /* kabn användas i sidospalten, f?r att ta bort ev. luft */
	padding-top:0;
	margin-top:0;
}


#huvudspalt p.kommentar, #sidospalt p.kommentar {
	clear:both;
	font-size: 0.70em;
	line-height: 1.3em;
	color: gray;
}

/* _____________________ länkar och generellt  _____________________ */

a:link, a:visited {
    color: rgb(67,104,172);
    background-color: transparent;
    text-decoration: none;

}

a:hover, a:active {
    color:rgb(67,104,172);
    text-decoration: underline;
}

a:hoverprog, a:activeprog {
    color:rgb(147,90,33);
    text-decoration: underline;
}

img.vanster {
	float:left;
	padding-right:20px;
}

img.hoger {
	float:right;
	padding-left: 20px;
}

/* –––––––––––––––––––––––––– programpunkter och datumblad (li)––––––––––––––––––––––––––  */
.programpunkt {
	border-top:1px solid silver;
	display:block;
	width:100%;
}

.programpunkt .date
{
float: left;
height: 61px;
width: 50px;
background: url(../bilder/bg_date.png) no-repeat;
margin-right: 10px;
padding-top: 0px;
line-height: normal;
}

.programpunkt .date .month
{
display: block;
text-align: center;
color: #960;
font-size: 11px;
padding-top: 4px;
text-transform: uppercase;
}

.programpunkt .date .day
{
display: block;
text-align: center;
padding-top: 3px;
color: #222;
font-size: 18px;
font-weight: bold;
}


.programpunkt .meta
{
display: block;
font-size: 12px;
color: #666;
overflow:hidden;
padding-bottom: 4px;
margin-bottom: 20px;
}

.programpunkt .meta img {
	float:right;
	padding-left:10px;
}




/* –––––––––––––––––––––––––– blå knappar ––––––––––––––––––––––––––  */ 
a.bluebutton {display:block; float:left; position:relative; margin:0 0 0 9px; padding:0; height:18px; background:url('../bilder/knappar/bg.gif'); line-height:1em;}
a.bluebutton .label {display:block; margin-top:1px; font-size:0.71em; color:#fff;}
a.bluebutton .left {display:block; margin:0 -9px; width:9px; height:18px; background:url('../bilder/knappar/left.gif'); position:absolute; left:0px;}
a.bluebutton .right {display:block; margin:0 -9px; width:9px; height:18px; background:url('../bilder/knappar/right.gif'); position:absolute; right:0px;}

/*--------------------------------------------------------------- */


#new-article{
	background-color: #f3f3f3;
	background-repeat: no-repeat;
}
#new-article #corner{
	padding: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#new-article p{
	color: #4e4506;
	font-size: 85%;
	text-align: justify;
	padding: 0;
	width: 800px;
	position: relative;
	left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#new-article .article-img{
width: 136px;
height: 115px;
position: relative;
left: 20px;
margin: 0;
}
#new-article .article-img div{
	width: 136px;
	height: 115px;
	position: absolute;
	top: 41px;
	left:590px;
	z-index: 10px;
	background-repeat: no-repeat;
}
a.more{
	width:172px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 85%;
	display: block;
	float: right;
	text-decoration: none;
	margin-right: 20px;
	margin-top: 15px;
	background-color: #ee8100;
	background-repeat: no-repeat;
	background-image: url(../bilder/programbilder/entre.jpg);
}
a.more:hover{color: #ffddb4;}

.article{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.article p{
	color: #4e4506;
	font-size: 85%;
	text-align: left;
	padding: 0;
	width: 800px;
	position: relative;
	left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.article .article-img{
width: 136px;
height: 115px;
position: relative;
left: 20px;
margin: 0;
}
.article .article-img div{
	width: 136px;
	height: 115px;
	position: absolute;
	top: 101px;
	left:577px;
	z-index: 10px;
	background-repeat: no-repeat;
}
a.older{display: block;
padding: 5px;}
/*--------------------------------------------------------------- */
/*--------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {
	float:left;
	width: 800px;
}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }

/*--------------------------------------------------------------- */

