/* Start of CMSMS style sheet 'denkmaler02-layout' */
/* 

Farbdefinitionen LOGO:
petrol: 005059
hell:     c9dce2

*/

* {
	margin: 0;
	padding: 0;
}



body {
	text-align: left;
	font-family: georgia, times, times new roman, serif;
	font-size: 85%;
	line-height: 1.2em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	color: #005059;
        background:#ffffff url("images/layout/header-bg.png") repeat-x left top;
}
div#pagewrapper {
	max-width: 600px;
	min-width: 60em;
	margin: 0 auto;
	color: #005059;
}


div#header {
	height: 120px;
}

div#header h1 a {
    background: url("images/layout/header-lilie.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 219px;
    text-decoration: none;
    text-indent: -999em;
    width: 142px;
}

div#header h1 {
	line-height: 0;
	font-size: 0;
}

div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.3em;
        font-style:italic;
	margin: 35px 65px 0px 0px;
	color: #c9dce2;
}



div#content {
	margin: 1.5em auto 2em 0;
	padding: 0px;
}

/* this gets all the outside calls that were used on the div#main before  
	margin-left: 2%;
	margin-right: 2%;*/

div#main {
    background: url("images/layout/main-seitenstreifen.png") no-repeat scroll left top transparent;
    padding: 10px 0 5px 168px;
}

div#main-startseite {
}


div.footback {
        background: url("images/layout/footer-bg.png") repeat scroll left top transparent;
        height:107px;
        bottom: 0;
        right:0;
        width: 100%;
}


div#footer {
       margin: 0 auto;
       padding-top: 10px;
       width: 820px;
       color: #ffffff;

}


div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: right;
	margin: 0;
}
div#footer p a {
	color: #FFFFFF;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

/********************GOOGELMAP*********************/

div#googlemap-wrapper {
}

div#googlemap-karte {
	float: right;
}

div#googlemap-sidebar {
    width: 190px;
    margin-left: -25px;
}

div#googlemap-beschreibung {
    clear:both;
}

div.googlemap-karte-foto-quer {
    height: 242px; 
    width: 250px;
}

img.karte-foto-quer {
      margin-bottom: 10px;
      width: 250px;
}

div.googlemap-karte-foto-hoch {
    height: 242px; 
    width: 145px;
}

img.karte-foto-hoch {
      margin-bottom: 10px;
      height: 190px;
}


/********************CONTENT STYLING*********************/
/* HEADINGS 


Farbdefinitionen LOGO:
petrol: 005059
hell:     c9dce2


*/


div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#main h2 {
	color: #005059;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	border-bottom: 1px solid #005059;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

div#main h3 {
       background-color:#F0F0F0;
       border-bottom:2px solid #C9DCE2;
       color:#005059;
       font-size:1.3em;
       line-height:1.3em;
       margin:40px 0 20px;
       padding:0 0 0 6px;
}
div#main h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
        padding:0 0 0 6px;
}
div#main h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}


/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */


/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'denkmaler02-layout' */

