/* CSS Document */
*{margin:0;padding:0;}
	
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color:#323A40;
}

.Logga {
border-bottom: 1px;
border-bottom-style:solid;
border-bottom-color:#000000;
position:relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
width:775px;
height:218px;
background-image:url(pics/logga.jpg);
}

.Site {
position:relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
width:1022px;
height:100%;
}



.Cont_Main {
border-right: 1px;
border-right-style:solid;
border-right-color:#000000;
position:relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
/*float: left;*/
width:775px;
height:100%;
/*background-color: #e9e9a1;*/

}

.Link {
margin:0 0 0 0;
padding:5px 0 0 0;
width: 575px;
height:29px;
text-align:center;
vertical-align: middle;
background:url(pics/nav.png) bottom repeat-x #e9e9a1;
z-index:1;
}

.Link_Right{
 position:absolute;
 height:36px;
 width:206px;
 top:219px;
 left:569px;
 background:url(pics/right_top.png) top left no-repeat #e9e9a1;
 margin:0 0 0 0;
 padding:0 0 0 0;
}
/*
.Link_right {
position:relative;
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
width: 6px;
height:25px;
background-image:url(pics/border.gif);
background-repeat:repeat-y;
}
*/

.Text {
text-align: left;
position:relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 775px; /*769*/
height:540px;
background:url(pics/right_border.png) #FFFFFF right repeat-y;
}

.Text_right {
text-align:center;
position:relative;
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
width: 206px;
height:100%;
background:#e9e9a1;
background-image:url(pics/right_border.png);
background-repeat:repeat-y;
}

.Bottom {
border-top: 1px;
border-top-style:solid;
border-top-color:#000000;
text-align:center;
position:relative;
bottom: 0px;
background:#DDB71A;
margin: 0 0 0 0;
padding: 0 0 0 0;
height:40px;
width:775px;
}

p{
 margin:15px 0 15px 15px;
 z-index:1;
}

.center{
	text-align:center;
}

table,td{
	border:0;
	z-index:2;
}
img{
	border:0;
}
h2{
	text-align:center;
}

.klockor{
	width:540px;
	text-align:center;
}
.klockor td{
	text-align:center;
}

.beskrivning{
	width:200px;
	text-align:center;
	margin:auto;
}
.beskrivning td{
	text-align:left;
}
.thumb{
	width:190px;
	hight:190px;
}

.random_thumb{
	position:absolute;
	top:300px;
	right:280px;
}
a{
	z-index:1;
}

/*//////////////////
ul#navlist
{
padding: 0;
width:500px;
height:20px;
margin: 5px auto;
list-style-type: none;
color: #323A40;//////*
/*background:url(pics/nav.png) center no-repeat;
background-color: #FFFFFF;
background-image: url(pics/border.gif);
background-position: right;
background-repeat: repeat-y;*/
/*//////////////////////////}

ul#navlist li { display: inline;
margin:auto;
padding:0 0 0 0;
height:20px;}

ul#navlist li a
{///////////////////////////////////////////////////*
 /*border-bottom: 1px;
 border-bottom-style:solid;
 border-bottom-color:#000000;*/
 /*///////////////////////////////////////////////
 width: 3em;
 color: #323A40;/////////////////////////////////*/
 /*background-color: #FFFFFF;*/
/*/////////////////////////////////// padding: 0 1em;
 margin: 0 0 0 -5px;
 text-decoration: none;
 border-right: 1px solid #323A40;
 border-left: 1px solid #323A40;

}

ul#navlist li a:hover
{
background-color: #323A40;
color: #fff;
}

*/










/*** Nav bar styles ***/



/*Nav bar styles*/

ul.nav,
.nav ul{
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;
}

ul.nav{
display: table;
}

ul.block{
width: 100%;
table-layout: fixed;
}

ul.nav>li{
display: table-cell;
position: relative;
padding: 2px 0px;
}
/*
ul.nav>li:hover{
padding-right: 1px;
}*/

ul.nav li>ul{
display: none;
position: absolute;
max-width: 40ex;
margin-left: -6px;
margin-top: 2px;
}

ul.nav li:hover>ul{
display : block;
}

.nav ul li a{
display: block;
padding: 2px 10px;
}

/*Menu styles*/

ul.nav,
.nav ul,
.nav ul li a{
/*background-color: #fff;*/
color: #323A40;

}

ul.nav li a
{
 border-right: 1px solid #323A40;
 border-left: 1px solid #323A40;
 padding: 0 1em 0 1em;
 margin:0 0 0 -1px; /* ÄNDRAR AV RASMUS FRÅN 0 0 0 -1px */
 color: #323A40;
}

ul.nav li a:visited,
.nav ul li a:visited{
color: #323A40;
}

ul.nav li a:hover,
.nav ul li a:hover
{
 color: #e9e9a1;
 background-color: #323A40;
}

ul.nav li a:active,
.nav ul li a:active{
background-color: #323A40;
color: #fff;
}



.nav ul{
border: 1px solid #323A40;
background-color: #e9e9a1;
}


.nav a{
text-decoration: none;
}

.link_table td{	 
	padding-bottom: 12px;
}

.opera .nav ul{
	z-index:1;
}

.gecko .nav ul{
	z-index:1;
}

.ie ul.nav,.ie ul.nav>li{
display: inline;
}
.ie .Text{
	z-index:-1;
}
.ie ul.nav li>ul{
	position:absolute;
	top:19px;
	left:0;
}
.ie .nav ul>li{
	display:table-cell;
}