/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin-left: 10px;
	margin-top: -5px;
}
li {
	margin-top: -5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

body {
	background: #25317c url(images/pohja/bg.jpg) repeat-x 0 top;
	color: #ffffff;
	font: 62.5% "Trebuchet MS";
}

/* @group div */

#galleriaWrapper {
	width: 575px;
}

#footerWrapper {
	background-color: #4253b5;
	width: 875px;
	margin: 0 auto 30px;
}

#blueBox {
	background-color: #162165;
	width: 288px;
	margin: 0 0 15px;
}

#contentRight {
	width: 288px;
	float: right;
}

#contentLeft {
	width: 587px;
	float: left;
}

#menu {
	width: 562px;
	height: 40px;
}

#contentWrapper {
	width: 876px;
	margin: 0 auto 30px;
}

#wrapper {
	width: 100%;
}



/* @end */

/* @group misc */

.thumb {
	margin-right: 8px;
	border: 1px solid #aac5fc;
	margin-bottom: 13px;
}

.title {
	margin-bottom: 20px;
}

.floatClear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.varausVapaa {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
}

.varausVapaaItem {
    color: #000000;
	font-size: 1.4em;

    padding: 5px 10px;
    margin: 0px;

    float: left;

    background-color: #88ff88;
}

.varausVapaaItem2 {
	font-size: 1.4em;

    padding: 5px 10px;
    margin: 0px;

    float: left;
}

.varausVarattu {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
}

.varausVarattuItem {
    color: #000000;
	font-size: 1.4em;

    padding: 5px 10px;
    margin: 0px;

    float: left;

    background-color: #ff8888;
}

.varausVarattuItem2 {
	font-size: 1.4em;

    padding: 5px 10px;
    margin: 0px;

    float: left;
}



/* @end */

/* @group txt */

.ajankohtaista {
	margin-left: 15px;
	margin-right: 15px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 30px 12px 0;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 20px 5px 0;
}

p {
	font-size: 1.4em;
	margin: 0 20px 10px 0;
}



/* @end */

/* @group links */

a:link {
	color: #aac5fc;
	text-decoration: none;
}

a:visited {
	color: #aac5fc;
	text-decoration: none;
}

a:hover {
	color: #839aed;
	text-decoration: none;
}

a:active {
	color: #839aed;
	text-decoration: none;
}


/* @end */

