html {
	height: 100%;
}

/* lobster-regular - latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lobster-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lobster-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lobster-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lobster-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lobster-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lobster-v28-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}

/* merienda-regular - latin_latin-ext */
@font-face {
  /*font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merienda-v19-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merienda-v19-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merienda-v19-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merienda-v19-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merienda-v19-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merienda-v19-latin_latin-ext-regular.svg#Merienda') format('svg'); /* Legacy iOS */
}


body {
	height: 100%;
	background-color: #ffffff;
	background: url(../images/stressed_linen.png);	/* Background pattern from Toptal Subtle Patterns */
	margin: 0;		/* outside*/
	padding: 0;		/* inside */
	color: #cccccc;
	/*font-family: 'Abel', sans-serif;*/
	font-family: Merienda;
	font-size: 1em;
}

#site {
	position: relative;
    min-height: 100%;
	width: 984px;
	margin: 0 auto;
	background: url(../images/low_contrast_linen.png); /* Background pattern from Toptal Subtle Patterns */
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}

p {	
	margin: 0px;
  	padding: 0px 0px 24px 0px; /*top,left, bottom, right*/
  	line-height: 20px;
}

#titleimg {
	margin-left: 10px;	/*§§76*/
	width: 645px;
	border: 10px solid;
	border-color: #CCCCCC;
	text-align: center;
	border-radius: 10px;
	height: 428px;
}

.galerieimg {
	
	width: 250px;
	border: 10px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 10px;
	height: 167px;
}


/* 1. headline */
h1 {
 	font-style: italic;
  	font-size: 188%;
  	font-weight: normal;
  	margin: 0px;
	/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
}

/* 2. headline */
h2 { 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-style: italic;
	font-size: 100%;
}

h4 { 
  	font-size: 130%;
  	font-weight: normal;
  	margin: 0px;
	/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
}

blockquote {
 	margin: 20px 0px 10px 0px; 
  	padding: 10px 20px 0px 20px;
  	border-top: 1px solid;
  	/*border-bottom: 1px solid;*/
	border-color: #CCCCCC;
	text-align: center;
}

.titlecoment {
	text-align: center;
}

/*----------------- site logo -----------------*/
#header {
	height: 100px; 
	background-color: #333333;
	background: url(../images/2022-06_HP_100.png),url(../images/stressed_linen.png);
	background-repeat: no-repeat, repeat; /* logo height = 100px */
	background-position:center, left; 
}
/*----------------- site menu -----------------*/
#menu {
	height: 53px; 
	background: url(../images/stressed_linen.png);	/* Background pattern from Toptal Subtle Patterns */
	
}

/*----------------- menu listing -----------------*/

#menu ul { 	
	margin: 0px auto 0px auto; 
  	padding: 0px; 
  	list-style: none; 
  	text-align: center; 
  	width: 984px;		
	/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
	font-size: 150%; 
}

#menu li { 	
	margin: 2px 1px 0px 1px; 
  	padding: 0px; 
  	list-style: none; 
  	float: left; 
}



#menu li a {
 	background: #FFFFFF url(../images/stressed_linen.png);
  	color: #cccccc;
  	display: block;
	float: left; 
  	height: 48px;
  	font-size: 120%; 
  	width: 162px; 
	text-decoration: none; 
  	padding: 3px 0px 0px 0px;
  	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-color: #ffffff;
}

#menu li a:hover,
#menu li a#selected {
 	background: #F2F2F2 url(../images/low_contrast_linen.png);
	font-weight: bold; 
	color: #cccccc;
}
.dummy {
	/*background: #FFFFFF url(../images/stressed_linen.png);
  	color: #cccccc;*/
  	display: block;
	float: left; 
  	height: 48px;
  	font-size: 120%; 
  	width: 162px; 
	text-decoration: none; 
  	padding: 3px 0px 0px 0px;
  	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}


/*----------------- content -----------------*/
#content
{
	padding-bottom: 50px;
	min-height: 670px; /*670px*/
	
}

#contentgallery_1line
{
	padding-bottom: 50px;
	height: 300px;
	
}

#contentgallery_2line
{
	padding-bottom: 50px;
	/*height: 400px;*/
	
}

/*----------------- contentphoto -----------------*/
#contentphoto
{
	padding-bottom: 50px;
	/*height: 1100px; /*650px*/
	
}


#contentphotols
{
	padding-bottom: 50px;
	height: 820px;
	
}

#contentphotohs
{
	padding-bottom: 50px;
	height: 1080px;
	
}
/*----------------- left menu -----------------*/
#column1
{ 	width: 200px;
  	float: left;
  	padding: 16px 0px 15px 19px;
}

/*----------------- left menu headline---------*/
#column1 h1
{ 	padding: 0px 0px 6px 0px; 
  	margin: 0px 0px 12px 0px; 
  	border-bottom: 1px dashed;
		/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
    font-size: 150%;
	
}

/*----------------- left menu format---------*/
.sidebaritem
{ 	position: relative;
  	text-align: justify;
  	width: 200px;
  	float: left;
  	margin: 0px 0px 15px 0px;
  	padding: 8px 0px 8px 0px;
}

.sidebaritem a, #column2 a 
{ 	padding: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 120%;
}

.sidebaritem a:hover, #column2 a:hover
{ 	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

.sidebaritem a:visited, #column2 a:visited
{
	color: #CCCCCC;
}

/*----------------- page content -----------------*/
#column2
{ 	text-align: justify;
  	padding: 12px 22px 15px 0px;
  	width: 684px;
  	float: right;
}

/*----------------- page content Headline--------------*/
#column2 h1
{ 	padding: 12px 0px 6px 0px; 
  	margin: 0px 0px 12px 0px; 
  	border-bottom: 1px dashed;
		/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
font-size: 150%;
	
}

#columnphoto {
	text-align: justify;
  	padding: 12px 22px 15px 22px;
  	width: 940px;
  	/*float: center;*/
	/*min-height: 1500px; /*670px*/
	

}
/*----------------- photopage content Headline--------------*/
#columnphoto h1
{ 	padding: 12px 0px 6px 0px; 
  	margin: 0px 0px 12px 0px; 
  	border-bottom: 1px dashed;
	/*font-family: 'Abel', sans-serif;*/
    font-family: Merienda;
}

table, th, td
{ 
	table-layout: fixed;
	width: 100%;
	border: 0px solid;
	padding: 10px;
	margin: 10px;
}

/*----------------- aboutme content --------------*/
#aboutme 
{ 	text-align: justify;
  	padding: 0px 5px 0px 5px;
  	width: 650px;
	
}

table, th, td
{ 
	table-layout: fixed;
	width: 100%;
	border: 0px solid;
	padding: 5px;
	margin: 5px;
}

#me {
	
	width: 150px;
	border: 10px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 6px;
	height: 150px;
}

/*----------------- photoblog content --------------*/

#photoblog
{
	padding-bottom: 50px;
	min-height: 1500px; /*670px*/
	
}

#photoblog1 
{ 	text-align: justify;
  	padding: 0px 5px 0px 5px;
  	width: 650px;
	
}

table, th, td
{ 
	table-layout: fixed;
	width: 100%;
	border: 0px solid;
	padding: 5px;
	margin: 5px;
}

#my {
	
	width: 150px;
	border: 10px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 6px;
	height: 150px;
}

/*------------------------- Picture Info ---------------------*/
#picturetitle {
	width: 300px;
  	float: left;
	margin-left: 10px;	
	text-align: left;
	
}
#caminfo {
	margin-right: 10px;	
	width: 300px;
	float: right;
	text-align: right;
}


/*-
#picturetitle { 
	table-layout: fixed;
	width: 100%;
	border: 5px solid;
	padding: 0px;
	margin: 5px;
}

#picturetitle th
{ 
	table-layout: fixed;
	width: 100%;
	border: 5px solid;
	padding: 0px;
	margin: 5px;
}

#picturetitle td
{ 
	table-layout: fixed;
	width: 100%;
	border: 5px solid;
	padding: 0px;
	margin: 5px;
}

--*/

.infotitle
{
	text-align: left;
}

.infocam
{
	text-align: right;
}
/*----------------- gallery--------------*/
#leftside {
	text-align: center;
  	padding: 240px 0px 0px 0px;
  	width: 50px;
  	float: left;
	
	height: 250px;
	
	
}

#rightside {
	text-align: center;
  	padding: 240px 0px 0px 0px;
  	width: 50px;
  	float: right;
	
	height: 250px;
	
}
#picturelandscape {
	margin-left: 60px;
	margin-right: 60px;
	width: 810px;
	border: 5px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 10px;
	height: 540px;
}

#pictureportrait {
	margin-left: 215px;
	margin-right: 215px;
	width: 540px;
	border: 5px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 10px;
	height: 810px;
}

.gallerypreview {
	
	width: 100px;
	border: 5px solid;
	border-color: #cccccc;
	text-align: center;
	border-radius: 6px;
	height: 100px;
}


.gallerypreviewselect {
	
	width: 100px;
	border: 5px solid;
	border-color: #333333;
	text-align: center;
	border-radius: 6px;
	height: 100px;
}

#gallerypictureinfo {
	width: 300px;
  	float: left;
	margin-left: 60px;	
	text-align: left;
	
}
#gallerycaminfo {
	margin-right: 60px;	
	width: 300px;
	float: right;
	text-align: right;
}







/*----------------- endline -----------------*/
#line {
	margin: 0px 200px 0px 200px;		/* depent on side width*/
	padding: 0px 150px 6px 150px;
	border-top: 1px solid;
	border-color: #cccccc;
}
/*----------------- footer -----------------*/
#footer { 	
	height: 40px;
	background-color: #333333;
	padding: 10px 15px 0px 15px  ;
	position:absolute;
    bottom: 0;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px; 
	width: 930px;		/* Side width - paddingvalue */
	text-align: center;
	background: url(../images/low_contrast_linen.png); /* Background pattern from Toptal Subtle Patterns */
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}