html, body {
    background-color: #FEFAD6;
    color:            #000000;
    font:             normal 14px Times New Roman, Times;
}

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

.hidden {
    display: none;
}

a,
a:link,
a:visited,
a:hover,
a:active { outline: none; text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; }

#main {
    width:            1000px;
    min-height:       575px;
    margin:           0px 0px 0px -500px;
    position:         absolute;
    left:             50%;
    top:              50px;
    bottom:           50px;
    background-color: #FFB347;
    padding:          0px;
    border-style:     solid;
    border-width:     5px;
    border-color:     #C3A368;
}

#flower {
    position: absolute;
    top:      120px;
    left:     10px;
    border-style: solid;
    border-width: 10px;
    border-color: #C3A368;
}

#wedding {
    position: absolute;
    top:      10px;
    left:     125px;
}

#side {
    width:    200px;
    position: absolute;
    top:      320px;
    bottom:   10px;
    padding:  10px;
}

#side p {
    text-align: left;
    padding:    0px;
    margin:     6px 0px;
}

#content {
    position:         absolute;
    left:             210px;
    top:              120px;
    bottom:           10px;
    right:            10px;
    padding:          5px;
    overflow:         auto;
    background-color: #FEFAD6;
    background-image:      url('images/karkonosze.png');
    background-repeat:     no-repeat;
    background-position:   bottom;
    border-style:     solid;
    border-width:     1px;
    border-color:     #C3A368;
}

#googlemap {
    display:  block;
    position: absolute;
    top:    0px;
    left:   0px;
    width:  100%;
    height: 100%;
    margin-bottom: 25px;
}

/* General element styles */


h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0px;
}

h1 {
    font-size:     24px;
    margin-top:    24px;
    margin-bottom: 12px;
}

h2 {
    font-size:     22px;
    margin-top:    24px;
    margin-bottom: 6px;
}

h3 {
    margin-top:    24px;
    margin-bottom: 6px;
    font-size:     18px;
}

h4 {
	margin-top: 24px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

h5 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

p {
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: justify;
}

ol {
	padding-left: 37px;
}

ol li {
	margin-bottom: 12px;
}

#content img {
	float:        right;
	margin-left:  15px;
	border-style: solid;
	border-width: 2px;
	border-color: #C3A368;
}

table {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
	width: 150px;
	padding: 0px;
	padding-left: 17px;
	margin: 0px;
	padding-bottom: 6px;
}

td {
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	text-align: justify;
}

ul#LM_level_1 {
    margin:  0px;
    padding: 0px 0px 0px 20px;
}

ul#LM_level_1 ul {
    margin:  0px;
    padding: 0px 0px 0px 10px;
}

ul#LM_level_1 li {
    margin:          0px;
    padding:         0px;
    list-style-type: square;
}

span#LM_youAreHere {
    font-weight: bold;
}