/*
 * Makes floating objects take up space.
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */

body{
	margin:0;
	padding:0;
	background-image:url(../images/structure/seatile3.jpg);
	background-repeat:repeat;
	font-size: 62.5%;
}
h1{
	font:2.1em Georgia, "Times New Roman", Times, serif;
	border-bottom: solid #1a9ad2 3px;
	margin: 0;
	margin-bottom: 16px;
}
h2{
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;
}
h3{
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#0d94ce;
	font-weight: 600;
}
h4{
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#0d94ce;
	margin-bottom:0;
}

p {
	font-size: 1.2em;
}

table tr td p {
	font-size: 1.2em;
}
img{
	border:none;
}
img.border{
	border: solid #eeeeee 8px;
	margin: 10px;
}

div#leftCol img.border {
	margin: 0;
}
#main{
	margin:0 auto;
	height: 100%;
	width:969px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
#header{
	background-color:#FFFFFF;
	height:100px;
	width:969px;
}
#header img{
	margin:0 0 10px 30px;
}
#mainPic{
	width:947px;
	height:204px;
	margin:0 11px 0 11px;
}
#vinge{
	position:absolute;
	left:-44px;
	top:-20px;
}	
#mainPic_noedit{
	position: relative;
	background-image:url(../images/structure/main.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:204px;
	width:559px;
	float:left;
}
#mainPic_edit{
	height:204px;
	width:388px;
	float:left;
	overflow: hidden;
}

/* MENYER */
#globalMenu{
	position:relative;
	height:15px;
	width:969px;
}
#mainMenu{
	margin:5px 0 0 0;
	position:relative;
	background-image:url(../images/structure/mainMenuBg.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:969px;
}
#icmsLiMenu{
	margin:5px 0 0 0;
	height:10px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
}
#icmsLiMenu2{
	height:10px;
	font:bold 1.4em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	float:right;
}
#icmsLiMenu ul {
	margin:0 15px 0 0;
	list-style:none;
}
#icmsLiMenu2 ul{
	margin:3px 13px 0 0;
	list-style:none;
}
#icmsLiMenu ul li {
	margin:0 0 0 10px;
	float:left;
}
#icmsLiMenu2 ul li{
	margin:4px 0 0 20px;
	float:left;
}
#icmsLiMenu ul li a{
	color:#000000;
}
#icmsLiMenu ul li a:hover{
	color:#888888;
}
#icmsLiMenu2 ul li a{
	text-decoration:none;
	color:#000099;
}
#icmsLiMenu2 ul li a:hover{
	color:#000099;
}
/*****************************/

#content{
	margin:15px 0 10px 10px;
	width:947px;
}
#content a{
	text-decoration: underline;
	color: #3366CC;
	
}
#content a:hover{
	color:#0d94ce;
}
#leftCol{
	margin: 2px 5px 0 5px;
	width:270px;	
	float:left;
}
#leftCol2{
	margin:0 5px 0 20px;
	width:700px;
	float:left;
}
#middleCol{
	margin:0 10px 0 10px;
	width:430px;
	float:left;	
}
#middleColHeader{
	font:2.1em Georgia, "Times New Roman", Times, serif;
	border-bottom:solid 3px;
	border-color:#0d94ce;
	margin-bottom:15px;
	padding-bottom:2px;
}
#middleColTop{
	margin:0 5px 50px 0;
	padding:0;
	width:400px;	
	float:left;
}
#middleColLeft{
	margin:0 5px 0 5px;
	width:180px;
	float:left;
}
#dotted{
	background-image:url(../images/structure/dotted.gif);
	width:1px;
	height:200px;
	float:left;
}
#middleColRight{
	margin:0 5px 0 20px;
	width:180px;
	float:right;	
}
#line{
	margin:25px 5px 0 5px;
	height:450px;
	width:2px;
	float:left;
	background-color:#eeeeee;
}
#rightCol{
	margin: 15px 0 0 0;
	width:190px;	
	float:right;
	text-align:center;
}
#footer{
	margin:0 auto;
	padding-top:20px;
	height:45px;
	width:969px;
	background-image:url(../images/structure/footer_bg.gif);
	background-repeat:no-repeat;
}
#footerText{
	margin-left:80px;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
}
.dark{
	font-weight:bold;
	color:#666666;
}

table.timeTable tr td {
	padding: 3px;
}

