html, body{
	margin: 0;
	padding: 0;
	text-align:center;
	background: #fff;
	/*font: 1em "Palatino Linotype", Trebuchet MS, Verdana, Tahoma, Arial, sans-serif; */
	font: 100.01%/140% Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width: 56.8em;
	margin: 0px auto;
	background: white;
}

html>body #container{ /* exclude IE  */
	width: 56em;
	margin: 0px auto;
	background: white;
}

#header{
	height: 7em;
/*	background: #E6E6FA;  */

	background-image: url(../images/static/gotlands_header2.jpg);
}

#header a{	text-decoration: none; color: #fff; }
#header a:hover{ text-decoration: underline; }
#header a:visited{ text-decoration: none; }

#header img{
	margin: 0px;
	padding-left:35px;
	border: none;
	float: left;
}

#header h3{
	display: inline;
	color: #F3F2F5;
	font: 30px Palatino Linotype;
	float: middle;
	padding-right: 275px;
	padding-top: 2em;
	margin: 0px;
}

#leftContainer{
	background: white;
	width: 12.6em;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#leftnav{
	background: #11198A;
	width: 12.6em;
	margin: 0;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 10px;
	text-align: left;
	float: left;
}

html>body #leftnav{ /* exclude IE  */
	padding-left: 0;
	padding-top: 0;
	width: 12.6em;	
}

#leftsplash{
	width: 11em;
	margin-left: 0.5em;
	margin-top: 1em;
	padding: 0;
	float: left;
}

html>body #leftsplash{
	width: 11em;
	margin-left: 1em;
	margin-top: 1em;
	padding: 0;
	float: left;
}

.affisch{
	float: left;
	width: 11em;
	margin: 0.8em;
	margin-top: 1em;
	padding: 0em;
	padding-top: 0.45em;
	padding-bottom: 0.45em;
	border: solid 1.5px #fff;
}

#foodmenu{
	float: left;
	width: 10em;
	margin: 0.4em;
	margin-top: 1em;
	margin-left: 0.9em;
	padding: 0.4em;
	border: solid 1.5px #11198A;
	text-align: center;
}

#foodmenu h4, h5{
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;	
	text-align: left;
}

#foodmenu h3{
	margin-top: 0.4em;
	margin-bottom: 0.82em;
}

#foodmenu h4{
	color: #4B29F2;
}

#leftnav a{	text-decoration: none; color: white; }
#leftnav a:hover{ text-decoration: underline; }

#leftnav ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}

#leftnav li{
	padding-top: 0.1em;

}

html>body #leftnav ul{
	padding-left: 0.8em;
	margin-left: 0px;
}

#main{
	margin-left: 12.6em;
	margin-right: 12em;
	padding: 0.2em;
	padding-left: 0;
}

#rightnav{
	background: white;
	float: right;
	width: 12em;
	padding: 0em 0em 1em;
}

#rightnavCentered{
	background: white;
	margin: 0px auto;
	width: 12em;
	padding: 0em 0em 1em;
}

a.grey{
	text-decoration: none;
	color: #aaa;
}

a.grey:hover{
	text-decoration: underline
}

html>body #rightnav{
/*	padding-right: ;*/
}

#footer{
	background: #BA1F1F;
	height: 1.5em;
	clear: both;
	margin: 0;
	padding: 0.2em;
}

.box{
	width: 12em;
	padding: 2em;
	margin: 1em;
}

.boxtop{
	background-image: url('../images/bluebox/boxtop.gif');
	background-repeat: no-repeat;
	height: 1.8em;
	padding-top: 0.5em;
	margin-top: 0.7em;
	width: 12em;
	text-align: center;
        text-decoration: color:#11198A;

}

.boxmiddle{
	background-image: url('../images/bluebox/boxmiddle.gif');
	background-repeat: repeat-y;
	padding-left: 1em;
	padding-right: 1.2em;
	text-align: left;
	font-size: 0.8em;
}

.boxmiddleCentered{
	background-image: url('../images/bluebox/boxmiddle.gif');
	background-repeat: repeat-y;
	padding-left: 0;
	text-align: center;
	width: 12em;
}

.boxbottom{
	background-image: url('../images/bluebox/boxbottom.gif');
	background-repeat: no-repeat;
	height: 2.5em;

}

.boxUpdate{
	width: 24em;
	background-color: #FFF;	
	border: dotted #a09e89;	
	overflow:hidden;
	margin: 1em;
	text-align: center;
}

.boxUpdate table {
	margin: 0 auto; 
	text-align: left;
}

.objRuta{
	width: 469px;/* 29.3em;  *//* 469px */
	border: solid 1.5px #BA1F1F;
	background: white;
	overflow:hidden;
	margin: 0.3em;
	margin-bottom: 0.5em;
	padding: 0.5em; /* 8px */
	text-align: left;
	font: 0.9em Palatino Linotype, Arial, Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

.objRuta h4{
	margin: 0.5em;
}

#splash{
	margin: 0px auto;
	margin-top: 20px;
	width: 602px;
	height: 452px;
}

#splash img{
	border: solid 1px black;

}

.boxGrey{
	width: 31em;
	border: solid 1.5px #BA1F1F;
	background: white;
	overflow:hidden;
	margin: 0.5em;
	padding: 1em;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

table.centered {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

table.centered th{
	text-align: center;
	padding: 3px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

table.shop{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-spacing: 0 40px;

}




#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.explBox{
	width: 22em;
	margin: 0px auto;
	background: #f1f1fa;
	padding: 0.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}


/* from Letting.css */
.editLetting {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-spacing: 0.6em;
}

a.del{
	font-weight: bold;
	display: inline;
	color: red;
}

h5.del{
	color: red;
}

.green{
	color: green;
}
/* Stop */

/* Letting */
table.uthyrning{
	text-align: left;
	border-spacing: 0;
}

table.uthyrning th{
	font-size: 1.3em;
}

td.year{
	padding-left: 0.3em;
	font-size: 1.3em;
}

td.month{
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0;
}

/* Stop */

/* Nyheter */

table.news{
	width: 22em;
	margin: 0px auto;
	margin-bottom: 1em;
	border: solid 1px black;
	background: #eee;
}

table.news td{
	text-align: left;
	background: white;
}

table.news td.title{
	font-weight: bold;
	background: #eee;
}

table.news td.date{
	text-align: right;
	background: #eee;
}

table.news td.del{
	background: #eee;
	text-align: right;
}
/* Stop */

/* Gallery */

.galleryNav{
	margin: 0px auto;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	background: white;
}

.galleryMain{
	width: 610px;
	margin: 0px auto;
	margin-bottom: 1em;
	border: solid 1.5px #eee;
	background: white;
	overflow:hidden;
	padding: 1em;
}

.thumbBorder{
	background: white;
	margin: 0px auto;
	padding: 8px;
	border: solid 1.5px #eee;
}

.thumbBorder:hover {
	background: #F21202;
}

table.gallery{
   margin-left: auto;
   margin-right: auto;
   border-spacing: 6px;
}

img.icon{
	display: inline;
	vertical-align: middle;
}

.albumBox{
	text-align: center;
	height: 176px;
	background: white;
	border: solid 1.5px #eee;
	margin: 3px;
	padding: 3px;
	
}

.albumBox h4{

	margin: 4px;
}

.albumBox h5{

	margin: 2px;
}

.albumBox table{
	margin: 8px;
	text-align: center;
}

.albumBox:hover{
	background: #F21202;
}

.albumBox img{
   margin-left: auto;
   margin-right: auto;
	margin: 8px;
	border: 1px solid #000
}

/* Stop */

/* Options */

.indigo{
	background: #F21202;
	padding-left: 2px;
	padding-right: 2px;
}

.indigo a{ text-decoration: none; }
.indigo a:hover{ text-decoration: underline; }


table.files{
	margin: 0px auto;
	margin-bottom: 14px;
	text-align: left;
	border-spacing: 5px;
}

table.files th{
	text-align: center;
}

ul.folder {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.folder li{
	background-image: url('../icons/folder.png');
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0.5em;
}

ul.folder a{ text-decoration: none; }

a.noDecoration{
	text-decoration: none;
}

a.noDecoration:hover{ text-decoration: underline; }

ul.folder a:hover{
	text-decoration: underline; /* global a:hover ? */
}

.loginBox{
	width: 300px;
	padding: 5px;
	border: solid 1.5px #eee;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#editMainLeft{
	width: 350px;
	margin: 10px;
	margin-top: 5px;
	padding: 6px;
	border: solid 1.5px #eee;
	float: left;
}

#editMainRight{
	width: 454px;
	margin: 10px;
	margin-left: 400px;
	padding: 8px;
	border: solid 1.5px #eee;
}

#editMainRight h4,p{
	text-align: left;
	margin: 10px;
	margin-left: 5px;
}

#mainOptions{
	height: 100%;
	background: white;
	margin: 0px auto;
	padding: 0.4em;
	padding-top: 0.1em;
	overflow: hidden;
	/*height: 30em;*/
}

html>body #mainOptions{ /* exclude IE  */
	/*min-height: 30em; */
}

#loggedInMenu{
	width: 55.2em;
	margin: 0px;
	margin-bottom: 5px;
	text-align: right;
	padding: 0;
	color: #aaa;
}

#loggedInMenu a{ text-decoration: none; color: #aaa; }
#loggedInMenu a:hover{ color: black; }

#mainEditBottom{
	width: 55.2em;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0;
	color: #aaa;
	clear:both;
}

#listAlbumsBox{
	width: 410px;
	margin: 0px auto;
	margin-bottom: 1em;
	border: solid 1.5px #eee;
	background: white;
	padding: 1em;
	text-align: left;
	line-height: 34px;
}

#listAlbumsBox h2{
	margin-top: 5px;
	text-align: center;
}

#listAlbumsBox h3{
	margin: 0px;
}

a:link.red { color: red; text-decoration: none; }
a:visited.red { color: red; text-decoration: none; }
a:hover.red { color: red; text-decoration: underline; }

a:link.green { color: green; text-decoration: none; }
a:visited.green { color: green; text-decoration: none; }
a:hover.green { color: green; text-decoration: underline; }

ul.options {
	margin-top: 0;
	margin-left: 0;
	margin-right: 2em;
	padding-left: 0;
	list-style: none;
}

ul.options li{
	background-image: url('../icons/bullet_blue.gif');
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

ul.options a{ text-decoration: none; }
ul.options a:hover{ text-decoration: underline; }
/* Stop */

/* edit_splash */

.editSplashRuta{
	overflow:hidden;
	margin: 0.5em;
	padding: 0.5em;
}


/* Stop */

/* Bostader */

table.bostader{
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 28em;
	border-collapse: collapse;
}

table.bostader tr.header{
	background: #F21202;
	
}

table.bostader td{
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
}

.infoBostad{
	width: 22em;
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
	background: #F21202;
	display: block;
	float: right;

}

/* Stop */

/* sitemap */
ul.none{
	list-style-type: none;
}
ul.none li{
	list-style-type: none;
	padding-top: 0.7em;
}
/* stop */
