/*
 * CSS 2003-01-10 
 **/
body {
	color: black;
	background: white;
	font-family : Arial, Geneva, Helvetica, sans-serif;
}

#header{
	margin : 0em 0em;
	background : white;
	color:black;
}

#main{
	margin: 0.1em;
	position: absolute;
	width : auto;
	height: auto;
	top: 0em;
	right: 0.5em;
	left: 15em;
	bottom: auto;
	padding: 0em 0em 0em 0em;
}

#leftstuff{
	/*overflow:auto;*/
	/*position: fixed;*/
	position: absolute;
	/*width : 12em*/
	width:180px;
	top : 0em;
	left : 0em;	
	height: auto;
	bottom: auto;
}

#menu{
	/*position: fixed;*/
	position: absolute;
	/*width : 12em;*/
	width:180px;
	height: auto;
	bottom: auto;
	right: 12.5em;
	margin : 0em 0.1em 0.1em 0em;
	padding : 0.3em 0em 0em 0em;
	background: rgb(230,230,230);
	color:black;
	top : 0em;
	left : 0em;	
	border-width: 0 thin thin 0;
	border-right-color:black;
	border-bottom-color:black;
	border-style:solid;
}

#xhtmlcss{
	/*position: fixed;*/
	position: absolute;
	width : 12em;
	padding: 0.3em 0em 0em 0em;
	text-align: center;
	font-size: 0.8em;
	top : 35em;
	left : 0em;	
}

.heading{
	text-align: center;
	font-size : 2em;
	font-weight : bold;
}

.subheading{
	text-align: center;
	font-size: 0.8em;
}

.inmenu{
	margin: 1em 0.5em 0.2em 0.5em;
}

#bild{
	margin : 0em 1em
}

td{
	vertical-align: top;
}

table.foto{
	border-spacing: 0.5em;
	empty-cells: hide;
}

table.foto td{
        vertical-align: top;
	text-align: center;
        background: rgb(230,230,230);
	border:  0.1em solid black;
	padding: 1em;
}	

table.guestbooktable{
	border-spacing: 0.5em;
}

td.guestentry{
	background: rgb(230,230,230);
	padding: 0.3em;
	border: 0.1em solid black;
	vertical-align: top;
	text-align: left;
}

.guesttime{
	color: rgb(30,30,240);
	font-size: smaller;
}

.gaga{
	color: rgb(50,50,255);
}

td.datum{
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}

.indrag{
        padding: 0em 0em 0em 1em;
}

tr.ovrigt td{
	font-style: italic;
	color: rgb(78, 78, 78);
}

.ovrigt{
	font-style: italic;
	color: rgb(78, 78, 78);
}

a{
	font-style: normal
}

.promo{
	font-size: 1.2em;
	border-spacing: 0.5em;
}

.mail{
	font-style: italic;
	color: blue;
}

a.mega{
	font-weight : bold;
	font-size: 1.5em;
}

dt{
	font-weight : bold;
}

.language{
	font-weight: bold;
	text-align: right;
	margin : 0em;
	padding: 0en;
}

h1{
    text-align: center;
}