/* CSS Document */

body {
	background-color: #00A4E8;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #3A3A3A;
	padding: 0;
	margin: 0;
}

/* BLOCK STYLES
 * this definition will remove all margins and padding from the default blocks
 */

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #00A4E8;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	color: #5B5C5E;
	font-weight: bold;
}


/* LINK STYLES
 * these style definitions affect all links, unless explicitly overridden
 */

a {
	color: #5B5C5E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00A4E8;
	text-decoration: underline;
}

/* LAYOUT
 * these styles determine the size and location of the page elements
 */
 
#container { /* Centres content on screen */
	margin: 0px auto;
	width: 800px;
	background-color: #fff;

}

#page {
	width: 800px;
}

#leftcol {
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-left: 25px; 
}

#centrecol {
	float: left;
	width: 400px; 
}

#rightcol {
	float: left;
	width: 150px;
	margin-left: 25px;
}

#logo a {
	float: left;
	background: url(images/LOGOlinc.gif) 0 0 no-repeat;	/* define image url */
	height: 120px;						/* define image size */
	width: 150px;
	text-indent: -9000px;					/* move original text of the page */
	overflow: hidden;					/* and make sure it's hidden */
	margin-right: 450px;
	margin-left: 25px;
}

#logo2 a {
	float: left;
	background: url(images/LOGOgustaf.gif) 0 0 no-repeat;	/* define image url */
	height: 120px;						/* define image size */
	width: 150px;
	text-indent: -9000px;					/* move original text of the page */
	overflow: hidden;					/* and make sure it's hidden */
}

.lines {
	border-top: 6px solid #00A4E8;
	padding-top: 6px;
}

.sidetext {
	font-size: 16px;
	line-height: 20px;
	color: #00A4E8;
	font-weight: bold;
}

b {
	color: #00A4E8;
	font-weight: bold;
}
/* MENU SYTLE */

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
}

#menu a {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.submenu {
padding-left: 15px;
}

.selected a {
	color: #00A4E8;
}

#footer {
	clear: both;
	background-color: #00A4E8;
	padding: 5px 0px; 
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	
}

#footer a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.calendar {
	float: left;
	width: 130px;
	font-weight: bold;
}
.calendar2 {
	float: left;
	width: 270px;
}

.film {
	float: left;
	width: 140px;
}

.film2 {
	float: left;
	width: 260px;
	height: 205px;
}

.gallery {
	float: left;
	width: 120px;
	height: 115px;
	margin: 0px 20px 20px 0px;
	background-color: #fff;	
}

.gallery2 {
	float: left;
	width: 120px;
	height: 115px;
	margin: 0px 0px 20px 0px;
	background-color: #fff;	
}

.greybold {
	color: #3A3A3A;
}

.large {
	font-size: 16px;
}
