/*
	OBS
	Detta tema är inte byggt för att fungera ensamt, utan förlitar sig istället på style.css.
 */

@import url("style.css");

a {
	color: #204A87;
}

h2 {
	color: #253d42;
}

h3 {
	color: #253D42;
}

h3 a {
	color: #E57850;
}

a:hover {
	color: #E57850;
}



h3 a:hover {
	color: #204A87;
	text-decoration: underline;
}	

a img {border:0;}

p {
margin: 0 0 15px 0;
}

input {
    /*display: block;*/
    margin: 3px 0;
    border: 1px solid #555753;
    padding: 2px;
    font: 12px 'Trebuchet MS', Arial, sans-serif;
}

textarea {
margin: 3px 0;
border: 1px solid #555753;
padding: 2px;
font: 12px 'Trebuchet MS', Arial, sans-serif;
}

input[type=hidden] {
display: none;
}

input.checkbox, #ctl00_checkBoxLogin {
display: inline;
}

.shouter {
	color: #DB4D19;
	font-weight: bold;
}


input.submit {
background: #E4774F;
border: 0;
color: #fff;
text-align: center;
}

/* Sidsturkturen */

#head {
	background: #96C7D3 url(../images/2/headerbg-2.png) repeat-x top left;
}
#head h1 {
	margin: 0 10px;
	height: 110px;
	text-indent: -99999px;
}

#head h1 a {
	display: block;
	width: 90px;
	height: 120px;
	background: transparent;
	position: absolute;
	top: 5px;
	left: 10px;
	overflow: hidden;
}

#head #changeStyle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 127px;
	height: 74px;
	background: transparent;
	text-indent: -99999px;
	overflow: hidden;
}


#head #shoutBox {
	border: 1px solid #8B8967;

}

#head #shoutBox a {
	font-style: normal;
}

#nav {
	width: 820px;
	background: #FDF9DB;
	margin: 6px 0 0 0;
	border-bottom: 1px solid #AEA878;
}

#nav li {
}

#nav li a {
	display: block;
	color: #222;
	background: #FDF9DB;
	margin: 0 23px 0 0;
}

#nav li a:hover {
	background: #96C7D3;
	color: #fff;
}

#sidebar {
	float: left;
	width: 150px;
	margin-right: 15px;
	padding: 0 0 0 0;
}

#sidebar #loginForm {
background: #f3f7dc;
padding: 5px;
margin: 5px 0;
}

#sidebar #quickLinks li {
list-style: none;

}

#sidebar #quickLinks li a {
display: block;
border-left: 5px solid #96C7D3;
background: #FEFCE8;
padding: 3px;
margin: 0 0 1px 0;
}

#sidebar #quickLinks li a:hover {
border-color: #DB4D19;
}


.calStyle {
background: #F3F7DC;
}

.contentBox, .boxBorder {
	border-color: #96C7D3;
}

#gallerintries li {
border-color: #96C7D3;
background: #eeeeec url(../images/2/gallerynote.png) repeat-x bottom right;
}

.depTable {
border-color: #96C7D3;
}

.backgroundOdd, .depOdd {
background-color:#FFFFFF;
}

.backgroundEven, .depEven {
background-color:#E2EBEC;
}

.calSelectedDate {
background-color: #B7D8E0;
}

