* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

.bold
{
	font-weight:bold;
	
}

.links
{
	color:#3333FF;
	text-decoration:none;
	border:0;
}

.menyLinks
{
	color:#CCCCCC;
	text-decoration:none;
	border:0;
}

#wrapper { 
 margin: 0 auto;
 margin-top:10px;
 width: 90%;
 border: 1px solid #ccc;
}
#header {
 color: #333;
 width: 98%;
 float: left;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background-color:#FFFFFF;
 border-bottom: 1px solid #ccc;
}

.headLeft
{
	width:40%;
	float:left;
	height:90px;
}

.headRight
{
	width:40%;
	float:right;
	height:90px;
}

#Datum
{
	width:199px;
	height:30px;
	padding:3px;
	color:#907E4E;
	font-weight:bold;
	font-size:x-small;
}

#Klocka
{
	width:169px;
	height:60px;
	padding:3px;
	color:#907E4E;
	font-weight:bold;
	font-size:x-small;
}

#leftcolumn { 
 color: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 550px;
 width: 140px;
 float: left;
 background-image:url(../i/menuline.gif);
 background-repeat:repeat-y;
}

.menyInner
{
	height:85%;
	width:130px;
}

#teddy
{
	bottom:10px;
	height:100px;
	width:100px;
	text-align:center;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 550px;
 width: 83%;
 display: inline;
 overflow:auto;
}

#footer { 
 width: 98%;
 clear: both;
 color: #333;
 border-top: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}