/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*===========================================================*/
/*- - - END OF CSS RESET, USER-CREATED CSS STARTS HERE - - -*/
/*==========================================================*/


body {
    background-image: url('../img/GreenBackgroundSommarDarkerRepeat.png');
    background-repeat: repeat;
    font-family: 'Segoe UI', Arial, sans-serif;
}
ul li {
    list-style-type: disc;
}
#wrapperBorderAndShadow {
    background-image: url('../img/WrapperShadow&BorderThicker900.png');
    background-repeat: repeat-y;
    width: 1078px;
    margin: auto;
}
#wrapper {
    background-image: url('../img/PaperBackgroundRepeat.png');
    background-repeat: repeat;
    width: 900px;
    margin: auto;
}


#banner {
    border: 0;
}
#top {
    background-image: url('../img/BannerHighlight.png');
    height: 70px;
    width: 900px;
    padding-bottom: 10px;
}
.language {
    float: right;
    border-left: 1px solid #333027;
    border-bottom: 1px solid #333027;
}
h1 {
    padding: 13px 0 0 40px;
    font-size: 54px;
}
#Exception3 {
    font-size: 53px;
}
h1 a {
    color: rgb(110,95,80);
    text-decoration: none;
}
#banner img {
    margin: 0 0 -3px 0;
    padding: 0;
}


#navigationWrap {
    height: 64px;
}
#navigation {
    height: 40px;
    background-image: url('../img/NavBarDarkRepeat.png');
    background-repeat: repeat-x;
}
#navigation li {
    display: inline;
    float: left;
    margin: 1px 0 0;
    padding: 11px 25px;
    border-right: 1px solid #333027;
}
#navigation li a {
    color: rgb(210,210,205);
    text-decoration: none;
    font-size: 16px;
}
#navigation li a:hover {
    color: white;
    text-decoration: underline;
}
#navigationShadow {
    height: 24px;
    background-image: url('../img/NavBarShadowRepeat.png');
    background-repeat: repeat-x;
}


.ContentArea {
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    padding: 27px 25px;
    left: 25px;
    width: 800px;    
    min-height: 600px;
    color: rgb(30,30,30);
    background-color: #f4f1dd; /*#f1ecd8*/ /*#fbf8ea*/
    border: 1px solid rgb(160,150,140);
}
.ContentArea h2 {
    font-size: 27px;
    padding: 23px 50px 11px 50px;
}
.ContentArea h3 {
    font-weight: bold;
}
.ContentArea p {
    font-size: 16px;
    font-family: Arial;
    line-height: 1.5;
    padding: 10px 0 0 50px;
    
}


/*ContentArea1*/
.ContentArea1 {
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    padding: 27px 25px;
    left: 25px;
    width: 800px;    
    min-height: 600px;
    color: rgb(30,30,30);
    background-color: #f4f1dd; /*#f1ecd8*/ /*#fbf8ea*/
    border: 1px solid rgb(160,150,140);
}
.ContentArea1 h2 {
    font-size: 27px;
	padding:10px;
}
.ContentArea1 h3 {
    font-weight: bold;
}
.ContentArea1 p {
    font-size: 16px;
    font-family: Arial;
    line-height: 1.5;
    padding: px 0 0;
    
}
/*Hem styling*/
#HomeInfo {
    float: left;
    width: 560px;
}
.centerText {
    text-align: center;
}

#HittaOssDiv h3 {
    padding-top: 10px;
}
#googleMapDiv {
    background-color: white;
    border: 1px solid rgb(215,215,215);
    margin: 25px 0;
    padding: 20px 50px;
    width: 698px;
    overflow: hidden;
}
#googleMapDiv iframe {
    border: 1px solid rgb(215,215,215);
}

/*Uthyrning styling*/
#ScrollBox {
    margin: 25px 0;
    width: 800px;
    height: 400px;
    background-color: white;
    border: 1px solid rgb(215,215,215);
    font-family: Arial;
    font-size: 15px;
    overflow: scroll;
}
#ScrollBox h3 {
    margin: 7px 25px;
}
#ScrollBox ul {
    list-style: disc outside none;
}
#ScrollBox li {
    margin: 6px 65px;
    line-height: 1.3;
    display: list-item;
}
#ScrollBox span {
    text-decoration: underline;
}
#ScrollBox #Exception1 {
    margin-left: 15px;   
}
#ScrollBox #Exception2 {
    font-weight: normal;
    margin-bottom: 20px;
}
#gallery {
    width: 800px;
    margin-top: 40px;
    background-color: rgb(180,165,145);
    border: 1px solid rgb(160,150,140);
}
#gallery a {
    text-decoration: none;
}
#gallery img {
    background-color: white;
    padding: 8px;
    margin: 9px;
    border: 1px solid rgb(160,150,140);
}




#footerWrap {
    clear: both;
}
#footerTopShadow {
    clear: both;
    height: 24px;
    background-image: url('../img/NavBarShadowRepeatUpsideDown.png');
    background-repeat: repeat-x;
}
#footer {
    clear: both;
    padding: 7px 25px;
    border-top: 1px solid #333027; 
    font-size: 12px;
    color: #FFF/*rgb(120,115,110)*/;
    background-color: #372e1e;
	text-align:center;
}



#Text-box-left{
width: 230 px;
float:left;
background-color: #e3d8b9;
padding:10px;
text-align:center;
border-style:solid;
border-width:2px;
}

#Text-box-right{
width: 230 px;
float:right;
background-color: #e3d8b9;
border-style:solid;
border-width:2px;
padding:10px;
text-align:center;
}

#Text-box-Middle{
width: 230px;
padding:10px;
margin-left:70px;
border-style:solid;
border-width:2px;
float:left;
text-align:center;
background-color: #e3d8b9;
}


#lager{
width: 800px;
}